Class RadTextInputHandler
Inherited Members
Namespace: Telerik.Maui.Handlers
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadTextInputHandler : RadViewHandler<IRadTextInput, RadEditText>
Constructors
RadTextInputHandler()
Declaration
public RadTextInputHandler()
RadTextInputHandler(PropertyMapper)
Declaration
public RadTextInputHandler(PropertyMapper mapper)
Parameters
Microsoft.Maui.PropertyMapper
mapper
|
Fields
InputViewMapper
Declaration
public static PropertyMapper<IRadTextInput, RadTextInputHandler> InputViewMapper
Field Value
Microsoft.Maui.PropertyMapper<IRadTextInput, RadTextInputHandler>
|
Methods
CreatePlatformView()
Declaration
protected override RadEditText CreatePlatformView()
Returns
RadEditText
|
Overrides
MapBackground(RadTextInputHandler, IRadTextInput)
Declaration
public static void MapBackground(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
RadTextInputHandler
handler
|
IRadTextInput
virtualElement
|
MapClearButtonColor(RadTextInputHandler, IRadTextInput)
Maps the ClearButtonColor property of the virtual element to the handler and its native view.
Declaration
public static void MapClearButtonColor(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
RadTextInputHandler
handler
The handler. |
IRadTextInput
virtualElement
The virtual element. |
MapClearButtonVisibility(RadTextInputHandler, IRadTextInput)
Maps the ClearButtonVisibility property of the virtual element to the handler and its native view.
Declaration
public static void MapClearButtonVisibility(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
RadTextInputHandler
handler
The handler. |
IRadTextInput
virtualElement
The virtual element. |
MapCornerRadius(RadTextInputHandler, IRadTextInput)
Maps the CornerRadius property of the virtual element to the handler and its native view.
Declaration
public static void MapCornerRadius(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
RadTextInputHandler
handler
The handler. |
IRadTextInput
virtualElement
The virtual element. |
MapFontFamily(RadTextInputHandler, IRadTextInput)
Maps the FontFamily property of the virtual element to the handler and its native view.
Declaration
public static void MapFontFamily(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
RadTextInputHandler
handler
The handler. |
IRadTextInput
virtualElement
The virtual element. |
MapFontSize(RadTextInputHandler, IRadTextInput)
Maps the FontSize property of the virtual element to the handler and its native view.
Declaration
public static void MapFontSize(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
RadTextInputHandler
handler
The handler. |
IRadTextInput
virtualElement
The virtual element. |
MapHoveredClearButtonColor(RadTextInputHandler, IRadTextInput)
Maps the HoveredClearButtonColor property of the virtual element to the handler and its native view.
Declaration
public static void MapHoveredClearButtonColor(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
RadTextInputHandler
handler
The handler. |
IRadTextInput
virtualElement
The virtual element. |
MapPlaceholder(RadTextInputHandler, IRadTextInput)
Declaration
public static void MapPlaceholder(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
RadTextInputHandler
handler
|
IRadTextInput
virtualElement
|
MapPressedClearButtonColor(RadTextInputHandler, IRadTextInput)
Maps the PressedClearButtonColor property of the virtual element to the handler and its native view.
Declaration
public static void MapPressedClearButtonColor(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
RadTextInputHandler
handler
The handler. |
IRadTextInput
virtualElement
The virtual element. |
MapTextColor(RadTextInputHandler, IRadTextInput)
Maps the TextColor property of the virtual element to the handler and its native view.
Declaration
public static void MapTextColor(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
RadTextInputHandler
handler
The handler. |
IRadTextInput
virtualElement
The virtual element. |