Namespace Syncfusion.Android.DataForm
Classes
AutoGeneratingDataFormItemEventArgs
Provides data for AutoGeneratingDataFormItem event. |
CommitMode
Defines the constants for CommitMode that specifies when the value entered by user should be saved to the data object. |
ConverterAttribute
Specifies the converter IPropertyValueConverter for the data field to convert the value before reading and saving in DataForm. |
DataFormDateItem
Represents the class that encapsulates the layout and date picker editor settings for a data field appearing in SfDataForm. |
DataFormDropDownItem
Represents the class that encapsulates the layout and Drop down editor (Spinner) settings for data field appearing in SfDataForm. |
DataFormGroupItem
Represents the class to encapsulates the group settings and DataFormItem settings for group of data field's appearing in SfDataForm. |
DataFormGroupItemView
Represent a layout that displays group of the SfDataForm. Group consists of expander and label. Expander denotes the expand collapse status of group in View. Label display group name in View. |
DataFormItem
Represents the class that encapsulates the layout and editor setting for a data field appearing in SfDataForm. DataForm layouts caption labels, editors and validation error message based on the property settings of this class. |
DataFormItemBase
Represents the base class that encapsulates the layout, group and editor setting for a data fields appearing in SfDataForm. |
DataFormItemManager
Represents a class that creates DataFormItems collection and item properties |
DataFormItems
Represents a collection that maintains the DataFormItemBase which encapsulates the layout and editor setting for a data field appearing in SfDataForm. |
DataFormItemView
Represents a layout that displays editor for data field of the SfDataForm. DataFormItemView consists of label shows the caption of data field, editor for editing the data field value, label for showing validation error message. |
DataFormItemViewBase
Represents a base layout for displaying group, label and editor of data field for SfDataForm. |
DataFormLayoutManager
Represent a class to creates DataFormItemView and DataFormGroupItemView its sub views for SfDataForm. |
DataFormNumericItem
Represents the class that encapsulates the layout and numeric editor setting for a data field appearing in SfDataForm. |
DataFormNumericItemBase
Represents the base class that encapsulates the layout and numeric editor setting for a data field appearing in SfDataForm. |
DataFormNumericUpDownItem
Represents the class that encapsulates the layout and numeric up down editor setting for data field appearing in SfDataForm. |
DataFormPickerItem
Represents the class that encapsulates the layout and picker editor settings for data field appearing in SfDataForm. |
DataFormTextItem
Represents the class that encapsulates the layout and text editor setting for a data field appearing in SfDataForm. |
DataFormTextItemBase
Represents the base class that encapsulates the layout and text editor setting for a data field appearing in SfDataForm. |
DataFormTimeItem
Represents the class that encapsulates the layout and time picker editor setting for type data field appearing in SfDataForm. |
DateRangeAttribute
Specifies the date range constraints for the value of a data field. |
DisplayOptionsAttribute
Provides a attribute that lets you specify the display settings for a data field in SfDataForm. |
DynamicHelper
Represents a class which is responsible to reflect System.Dynamic.DynamicObject and System.Dynamic.ExpandoObject. Also maintains cache for faster reflection. |
GroupItemCollapsedEventArgs
Provides data for GroupItemCollapsed event. |
GroupItemCollapsingEventArgs
Provides data for GroupItemCollapsing event. |
GroupItemExpandedEventArgs
Provides data for GroupItemExpanded event. |
GroupItemExpandingEventArgs
Provides data for GroupItemExpanding event. |
LabelPosition
Defines the constants for LabelPosition that specifies whether to layout the label at left or top of editor. |
Resource |
Resource.Animation |
Resource.Attribute |
Resource.Boolean |
Resource.Color |
Resource.Dimension |
Resource.Drawable |
Resource.Id |
Resource.Integer |
Resource.Interpolator |
Resource.Layout |
Resource.String |
Resource.Style |
Resource.Styleable |
ScrollPanel
UIView to layout the DataFormItemView. |
SfDataForm
DataForm control provides UI for editing all the public properties
of data object with appropriate editors based on type of property. |
SourceProvider
Represents the class to provide override method to get the source for picker type properties. |
ValidatedEventArgs
Provides data for Validated event. |
ValidatingEventArgs
Provides data for Validating event. |
ValidationCompletedEventArgs
Provides information about invalid DataFormItems details in dataform whenExplicit. |
ValidationMode
Defines the constants for ValidationMode that specifies when the user input should be validated for data object. |
Interfaces
IPropertyValueConverter
Represents the interface to provide the method for converting the value. |