Namespace Syncfusion.Android.DataForm.Editors
Classes
| DataFormCheckBoxEditor
Represents a class to handle the boolean type property editor with CheckBox. |
| DataFormDateEditor
Represents a class to handle the DateTime type property editor with SfDatePicker. |
| DataFormDropDownEditor
Represents a class to handle list of items with Spinner. |
| DataFormEditor<EditorView>
Represent a class to handle the UIView specific initialization, wiring and un wiring. |
| DataFormEditorBase
Represent an class that creates editor for data field and handles commit and validation. |
| DataFormMultiLineTextEditor
Represents a class to handle multiline text editor with UITextField. |
| DataFormNumericEditor
Represents a class to handle the numeric type property editor with NumericTextBoxView. |
| DataFormNumericUpDownEditor
Represents a class to handle the numeric type property editor with SfNumericUpDownView. |
| DataFormPasswordEditor
Represents a class to handle the string type property editor with UITextField. |
| DataFormPickerEditor
Represents a class to handle list of items with SfPicker. |
| DataFormSegmentedEditor
Represents a class to handle the enum type property editor with UISegmenenedControl. |
| DataFormSwitchEditor
Represents a class to handle the bool type property editor with UISwitch. |
| DataFormTextEditor
Represents a class to handle the string type property editor with UITextField. |
| DataFormTimeEditor
Represents a class to handle the date time type property editor with SfTimePicker. |
| SfDatePicker
A customized view that allows date picking. ​ |
| SfPicker
A customized view for picking an element in a list. |
| SfTimePicker
A customized view that allows time picking. ​ |