Class DataFormBooleanEditor
Inherited Members
Namespace: Com.Telerik.Widget.Dataform.Visualization.Editors
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public abstract class DataFormBooleanEditor : EntityPropertyEditor, IValidationCompletedListener, CompoundButton.IOnCheckedChangeListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
DataFormBooleanEditor(RadDataForm, Int32, Int32, Int32, Int32, Int32, Int32, IEntityProperty)
Declaration
public DataFormBooleanEditor(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
|
DataFormBooleanEditor(IntPtr, JniHandleOwnership)
Declaration
protected DataFormBooleanEditor(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
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
OnCheckedChanged(CompoundButton, Boolean)
Declaration
public virtual void OnCheckedChanged(CompoundButton buttonView, bool isChecked)
Parameters
Android.Widget.CompoundButton
buttonView
|
System.Boolean
isChecked
|
Value()
Declaration
public override Object Value()
Returns
Java.Lang.Object
|