Class DataFormNumericEditor
Represents a class to handle the numeric type property editor with NumericTextBoxView.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Android.DataForm.Editors
Assembly: Syncfusion.SfDataForm.Android.dll
Syntax
public class DataFormNumericEditor : DataFormEditor<SfNumericTextBox>, IDisposable
Constructors
DataFormNumericEditor(SfDataForm)
Initializes a new instance of the DataFormNumericEditor.
Declaration
public DataFormNumericEditor(SfDataForm dataForm)
Parameters
Type | Name | Description |
---|---|---|
SfDataForm | dataForm |
Methods
OnCommitValue(SfNumericTextBox)
Commits the value of the specific editor to corresponding property in the business object.
Declaration
protected override void OnCommitValue(SfNumericTextBox view)
Parameters
Type | Name | Description |
---|---|---|
SfNumericTextBox | view | the editor. |
Overrides
Syncfusion.Android.DataForm.Editors.DataFormEditor<Com.Syncfusion.Numerictextbox.SfNumericTextBox>.OnCommitValue(Com.Syncfusion.Numerictextbox.SfNumericTextBox)
OnCreateEditorView()
Create and return a new instance of the SfNumericTextBox.
Declaration
protected override SfNumericTextBox OnCreateEditorView()
Returns
Type | Description |
---|---|
SfNumericTextBox | Returns the SfNumericTextBox editor. |
Overrides
Syncfusion.Android.DataForm.Editors.DataFormEditor<Com.Syncfusion.Numerictextbox.SfNumericTextBox>.OnCreateEditorView()
OnInitializeView(DataFormItem, SfNumericTextBox)
Initialize View with DataFormItem property info.
Declaration
protected override void OnInitializeView(DataFormItem dataFormItem, SfNumericTextBox view)
Parameters
Type | Name | Description |
---|---|---|
DataFormItem | dataFormItem | The dataFormItem is property info of Editor |
SfNumericTextBox | view | The UIview. |
Overrides
Syncfusion.Android.DataForm.Editors.DataFormEditor<Com.Syncfusion.Numerictextbox.SfNumericTextBox>.OnInitializeView(Syncfusion.Android.DataForm.DataFormItem, Com.Syncfusion.Numerictextbox.SfNumericTextBox)
OnUnWireEvents(SfNumericTextBox)
UnWires events for DataFormItemView's editor view.
Declaration
protected override void OnUnWireEvents(SfNumericTextBox view)
Parameters
Type | Name | Description |
---|---|---|
SfNumericTextBox | view | The view to unwire the events |
Overrides
Syncfusion.Android.DataForm.Editors.DataFormEditor<Com.Syncfusion.Numerictextbox.SfNumericTextBox>.OnUnWireEvents(Com.Syncfusion.Numerictextbox.SfNumericTextBox)
OnUpdateValue(DataFormItem, SfNumericTextBox)
Declaration
protected override void OnUpdateValue(DataFormItem dataFormItem, SfNumericTextBox view)
Parameters
Type | Name | Description |
---|---|---|
DataFormItem | dataFormItem | |
SfNumericTextBox | view |
Overrides
Syncfusion.Android.DataForm.Editors.DataFormEditor<Com.Syncfusion.Numerictextbox.SfNumericTextBox>.OnUpdateValue(Syncfusion.Android.DataForm.DataFormItem, Com.Syncfusion.Numerictextbox.SfNumericTextBox)
OnValidateValue(SfNumericTextBox)
Validates the value of the specific editor to corresponding property in the business object.
Declaration
protected override bool OnValidateValue(SfNumericTextBox view)
Parameters
Type | Name | Description |
---|---|---|
SfNumericTextBox | view | the editor. |
Returns
Type |
---|
System.Boolean |
Overrides
Syncfusion.Android.DataForm.Editors.DataFormEditor<Com.Syncfusion.Numerictextbox.SfNumericTextBox>.OnValidateValue(Com.Syncfusion.Numerictextbox.SfNumericTextBox)
OnWireEvents(SfNumericTextBox)
Wires events for DataFormItemView's editor view.
Declaration
protected override void OnWireEvents(SfNumericTextBox view)
Parameters
Type | Name | Description |
---|---|---|
SfNumericTextBox | view | The view to wire the events. |
Overrides
Syncfusion.Android.DataForm.Editors.DataFormEditor<Com.Syncfusion.Numerictextbox.SfNumericTextBox>.OnWireEvents(Com.Syncfusion.Numerictextbox.SfNumericTextBox)
Implements
System.IDisposable