Class | Description | |
---|---|---|
CheckboxEditor | Represents a checkbox editor. | |
CheckboxListEditor<T> | Represents a checkbox list editor. | |
DateEditor | Represents a date editor. | |
DateTimeEditor | Represents a date and time editor. | |
DecimalEditor | Represents a decimal number editor. | |
DropDownListEditor<T> | Represents a dropdown list editor. | |
EditableListEditor | Represents an editable list editor. | |
EditForm | Represents an edit form. This class cannot be inherited. | |
EditFormField | Represents an edit form field. | |
EditFormFieldCollection | Represents a collection of edit form fields. | |
EditFormGroup | Represents an edit form group. | |
EditFormGroupCollection | Represents a collection of edit form fields. | |
EditFormRenderer | Represents an edit form renderer. | |
EditFormRendererContext | Provides context to the edit form renderer. This class cannot be inherited. | |
Editor | Represents an item field editor. | |
EditorContext | Represents an editor context. | |
EditorManager | Represents an editor manager. This class cannot be inherited. | |
FileEditor | Represents a file editor. | |
HiddenFieldEditor | Represents an editor that renders a hidden field. | |
IntegerEditor | Represents a number editor. | |
ItemLinkEditor | Represents a link to item editor. | |
ItemLinkEditor.ItemReference | Represents an item reference. This class cannot be inherited. | |
LinkEditor | Represents a link editor. | |
ListEditor<T> | Represents a list editor. | |
ListItem | Represents a list item. | |
LongTextEditor | Represents a memo (long text) editor. | |
NumberEditor | Represents a number editor. | |
PasswordEditor | Represents a password editor. | |
RadioButtonListEditor<T> | Represents a radio button list editor. | |
RegExValidator | Represents a regular expression validator. | |
RequiredValidator | Represents a required value validator. | |
RichTextEditor | Represents a rich text editor. | |
StringEditor | Represents an editor that allows editing of strings. | |
StylishFormRenderer | Represents a form renderer whose output can be easily styled with CSS. | |
TabularFormRenderer | Represents a tabular form renderer. | |
TextEditor | Represents a text editor. | |
TimestampEditor | Represents a timestamp editor. | |
Validator | Represents a validator. | |
ValidatorContext | Represents a validator context. |
Interface | Description | |
---|---|---|
IList | Represents a list. |
Enumeration | Description | |
---|---|---|
ListEditorMode | Represents a list editor mode. | |
TextEditorMode | Represents a text editor mode. |