Class DataFormCustomEditor
Inherited Members
Namespace: Com.Telerik.Widget.Dataform.Visualization.Editors
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class DataFormCustomEditor : EntityPropertyEditor, IValidationCompletedListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
DataFormCustomEditor(RadDataForm, IEntityProperty)
Declaration
public DataFormCustomEditor(RadDataForm dataForm, IEntityProperty property)
Parameters
RadDataForm
dataForm
|
IEntityProperty
property
|
DataFormCustomEditor(IntPtr, JniHandleOwnership)
Declaration
protected DataFormCustomEditor(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
Provider
Declaration
public virtual DataFormCustomEditor.IDataFormCustomEditorProvider Provider { get; set; }
Property Value
DataFormCustomEditor.IDataFormCustomEditorProvider
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
ApplyEntityValueToEditor(Object)
Declaration
protected override void ApplyEntityValueToEditor(Object entityValue)
Parameters
Java.Lang.Object
entityValue
|
Overrides
NotifyEditorLostFocus()
Declaration
public virtual void NotifyEditorLostFocus()
NotifyEditorValueChanged()
Declaration
public virtual void NotifyEditorValueChanged()
Value()
Declaration
public override Object Value()
Returns
Java.Lang.Object
|