Class RadTextInputHandler
Inheritance
Namespace: Telerik.Maui.Handlers
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadTextInputHandler : EntryHandler
Constructors
RadTextInputHandler()
Declaration
public RadTextInputHandler()
RadTextInputHandler(IPropertyMapper)
Declaration
public RadTextInputHandler(IPropertyMapper propertyMapper)
Parameters
Microsoft.
|
Fields
TextInputMapper
Declaration
public static PropertyMapper<IRadTextInput, RadTextInputHandler> TextInputMapper
Field Value
Microsoft.
|
Methods
ConnectHandler(AppCompatEditText)
Declaration
protected override void ConnectHandler(AppCompatEditText platformView)
Parameters
Android
|
CreatePlatformView()
Creates the native counterpart of the handler.
Declaration
protected override AppCompatEditText CreatePlatformView()
Returns
Android
|
DisconnectHandler(AppCompatEditText)
Declaration
protected override void DisconnectHandler(AppCompatEditText platformView)
Parameters
Android
|
MapPadding(RadTextInputHandler, IRadTextInput)
Maps the Padding property of the virtual element to the handler and its native view.
Declaration
public static void MapPadding(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
Rad The handler. |
IRad The virtual element. |
MapSelectionOnFocus(RadTextInputHandler, IRadTextInput)
Maps the Selection
Declaration
public static void MapSelectionOnFocus(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
Rad The handler. |
IRad The virtual element. |
MapText(RadTextInputHandler, IRadTextInput)
Maps the
Declaration
public static void MapText(RadTextInputHandler handler, IRadTextInput virtualElement)
Parameters
Rad The handler. |
IRad The virtual element. |
SetVirtualView(IView)
Declaration
public override void SetVirtualView(IView virtualView)
Parameters
Microsoft.
|