Class DataFormIntegerEditor
Inherited Members
Namespace: Com.Telerik.Widget.Dataform.Visualization.Editors
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class DataFormIntegerEditor : EntityPropertyEditor, IValidationCompletedListener, ITextWatcher, INoCopySpan, IJavaObject, IDisposable, IJavaPeerable, View.IOnFocusChangeListener
Constructors
DataFormIntegerEditor(RadDataForm, IEntityProperty)
Declaration
public DataFormIntegerEditor(RadDataForm dataForm, IEntityProperty property)
Parameters
RadDataForm
dataForm
|
IEntityProperty
property
|
DataFormIntegerEditor(RadDataForm, Int32, Int32, Int32, Int32, Int32, Int32, IEntityProperty)
Declaration
public DataFormIntegerEditor(RadDataForm dataForm, int layoutId, int headerLayoutId, int headerViewId, int editorLayoutId, int editorViewId, int validationLayoutId, IEntityProperty property)
Parameters
RadDataForm
dataForm
|
System.Int32
layoutId
|
System.Int32
headerLayoutId
|
System.Int32
headerViewId
|
System.Int32
editorLayoutId
|
System.Int32
editorViewId
|
System.Int32
validationLayoutId
|
IEntityProperty
property
|
DataFormIntegerEditor(IntPtr, JniHandleOwnership)
Declaration
protected DataFormIntegerEditor(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CoreEditor
Declaration
protected EditText CoreEditor { get; set; }
Property Value
Android.Widget.EditText
|
DefaultValue
Declaration
protected virtual Number DefaultValue { get; }
Property Value
Java.Lang.Number
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
OriginalValue
Declaration
protected Number OriginalValue { get; set; }
Property Value
Java.Lang.Number
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
ValueFormatter
Methods
AfterTextChanged(IEditable)
Declaration
public virtual void AfterTextChanged(IEditable s)
Parameters
Android.Text.IEditable
s
|
ApplyEntityValueToEditor(Object)
Declaration
protected override void ApplyEntityValueToEditor(Object entityValue)
Parameters
Java.Lang.Object
entityValue
|
Overrides
BeforeTextChanged(ICharSequence, Int32, Int32, Int32)
Declaration
public virtual void BeforeTextChanged(ICharSequence s, int start, int count, int after)
Parameters
Java.Lang.ICharSequence
s
|
System.Int32
start
|
System.Int32
count
|
System.Int32
after
|
BeforeTextChanged(String, Int32, Int32, Int32)
Declaration
public void BeforeTextChanged(string s, int start, int count, int after)
Parameters
System.String
s
|
System.Int32
start
|
System.Int32
count
|
System.Int32
after
|
OnFocusChange(View, Boolean)
Declaration
public virtual void OnFocusChange(View v, bool hasFocus)
Parameters
Android.Views.View
v
|
System.Boolean
hasFocus
|
OnTextChanged(ICharSequence, Int32, Int32, Int32)
Declaration
public virtual void OnTextChanged(ICharSequence s, int start, int before, int count)
Parameters
Java.Lang.ICharSequence
s
|
System.Int32
start
|
System.Int32
before
|
System.Int32
count
|
OnTextChanged(String, Int32, Int32, Int32)
Declaration
public void OnTextChanged(string s, int start, int before, int count)
Parameters
System.String
s
|
System.Int32
start
|
System.Int32
before
|
System.Int32
count
|
ParseNumber()
Declaration
protected virtual Number ParseNumber()
Returns
Java.Lang.Number
|
UpdateEditorText(String)
Declaration
protected virtual void UpdateEditorText(string text)
Parameters
System.String
text
|
Value()
Declaration
public override Object Value()
Returns
Java.Lang.Object
|
Overrides
ValueCanBeNull()
Declaration
protected virtual bool ValueCanBeNull()
Returns
System.Boolean
|