Class RadEditText
Inheritance
Namespace: Telerik.Maui.InputElement
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadEditText : EditText, IRadEditText
Constructors
RadEditText(Context)
Declaration
public RadEditText(Context context)
Parameters
Android.Content.Context
context
|
RadEditText(Context, IAttributeSet)
Declaration
public RadEditText(Context context, IAttributeSet attrs)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
attrs
|
RadEditText(IntPtr, JniHandleOwnership)
Declaration
protected RadEditText(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
ClearButtonColor
Gets or sets the color of the clear button.
Declaration
public Nullable<Color> ClearButtonColor { get; set; }
Property Value
System.Nullable<Android.Graphics.Color>
|
ClearButtonVisibility
Gets or sets a value indicating when the clear-button (the button that clears the text when pressed) should be displayed.
Declaration
public ClearButtonVisibility ClearButtonVisibility { get; set; }
Property Value
Microsoft.Maui.ClearButtonVisibility
|
PressedClearButtonColor
Gets or sets the color of the clear button when pressed.
Declaration
public Nullable<Color> PressedClearButtonColor { get; set; }
Property Value
System.Nullable<Android.Graphics.Color>
|
TextColor
Declaration
public Nullable<Color> TextColor { get; set; }
Property Value
System.Nullable<Android.Graphics.Color>
|
TextSize
Declaration
public override float TextSize { get; set; }
Property Value
System.Single
|
Methods
GetClearButtonDrawable()
Declaration
protected virtual Drawable GetClearButtonDrawable()
Returns
Android.Graphics.Drawables.Drawable
|
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
|
OnSizeChanged(Int32, Int32, Int32, Int32)
Declaration
protected override void OnSizeChanged(int width, int height, int oldWidth, int oldHeight)
Parameters
System.Int32
width
|
System.Int32
height
|
System.Int32
oldWidth
|
System.Int32
oldHeight
|
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
|
OnTouchEvent(MotionEvent)
Declaration
public override bool OnTouchEvent(MotionEvent motionEvent)
Parameters
Android.Views.MotionEvent
motionEvent
|
Returns
System.Boolean
|
ShouldDisplayClearButton()
Declaration
protected virtual bool ShouldDisplayClearButton()
Returns
System.Boolean
|