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