Class RadTextBoxHandler
Inheritance
System.Object
RadTextBoxHandler
Namespace: Telerik.Maui.Internals
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadTextBoxHandler : EntryHandler
Constructors
RadTextBoxHandler()
Declaration
public RadTextBoxHandler()
RadTextBoxHandler(IPropertyMapper)
Declaration
public RadTextBoxHandler(IPropertyMapper propertyMapper)
Parameters
Microsoft.Maui.IPropertyMapper
propertyMapper
|
Fields
TextBoxMapper
Declaration
public static PropertyMapper<IRadTextBox, RadTextBoxHandler> TextBoxMapper
Field Value
Microsoft.Maui.PropertyMapper<IRadTextBox, RadTextBoxHandler>
|
Methods
ConnectHandler(AppCompatEditText)
Declaration
protected override void ConnectHandler(AppCompatEditText platformView)
Parameters
AndroidX.AppCompat.Widget.AppCompatEditText
platformView
|
CreatePlatformView()
Creates the native counterpart of the handler.
Declaration
protected override AppCompatEditText CreatePlatformView()
Returns
AndroidX.AppCompat.Widget.AppCompatEditText
|
DisconnectHandler(AppCompatEditText)
Declaration
protected override void DisconnectHandler(AppCompatEditText platformView)
Parameters
AndroidX.AppCompat.Widget.AppCompatEditText
platformView
|
MapSelectionOnFocus(RadTextBoxHandler, IRadTextBox)
Maps the SelectionOnFocus property of the virtual element to the handler and its native view.
Declaration
public static void MapSelectionOnFocus(RadTextBoxHandler handler, IRadTextBox virtualElement)
Parameters
RadTextBoxHandler
handler
The handler. |
IRadTextBox
virtualElement
The virtual element. |
MapText(RadTextBoxHandler, IRadTextBox)
Maps the
Declaration
public static void MapText(RadTextBoxHandler handler, IRadTextBox virtualElement)
Parameters
RadTextBoxHandler
handler
The handler. |
IRadTextBox
virtualElement
The virtual element. |
SetVirtualView(IView)
Declaration
public override void SetVirtualView(IView virtualView)
Parameters
Microsoft.Maui.IView
virtualView
|