Class PlatformTextBox
Inheritance
System.Object
PlatformTextBox
Namespace: Telerik.Maui.Internals
Assembly: Telerik.Maui.Core.dll
Syntax
public class PlatformTextBox : AppCompatEditText, IRadEditText
Constructors
PlatformTextBox(Context)
Declaration
public PlatformTextBox(Context context)
Parameters
Android.Content.Context
context
|
PlatformTextBox(Context, IAttributeSet)
Declaration
public PlatformTextBox(Context context, IAttributeSet attrs)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
attrs
|
PlatformTextBox(IntPtr, JniHandleOwnership)
Declaration
protected PlatformTextBox(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Methods
OnBeginBatchEdit()
Declaration
public override void OnBeginBatchEdit()
OnEndBatchEdit()
Declaration
public override void OnEndBatchEdit()
OnFocusChanged(Boolean, FocusSearchDirection, Rect)
Declaration
protected override void OnFocusChanged(bool gainFocus, FocusSearchDirection direction, Rect previouslyFocusedRect)
Parameters
System.Boolean
gainFocus
|
Android.Views.FocusSearchDirection
direction
|
Android.Graphics.Rect
previouslyFocusedRect
|
OnSelectionChanged(Int32, Int32)
Declaration
protected override void OnSelectionChanged(int selStart, int selEnd)
Parameters
System.Int32
selStart
|
System.Int32
selEnd
|
OnTextChanged(ICharSequence, Int32, Int32, Int32)
Declaration
protected override void OnTextChanged(ICharSequence text, int start, int lengthBefore, int lengthAfter)
Parameters
Java.Lang.ICharSequence
text
|
System.Int32
start
|
System.Int32
lengthBefore
|
System.Int32
lengthAfter
|
ShouldDisplayClearButton()
Declaration
protected virtual bool ShouldDisplayClearButton()
Returns
System.Boolean
|