| Interface | Description |
|---|---|
| IEditorSource |
A class that knows how to create an editor for a given persistence field type
|
| Class | Description |
|---|---|
| AbstractEditor |
Base panel for field editing panels.
|
| AbstractFormComponentEditor<T> | |
| CheckboxEditorSource |
Use this editor source's shared instance to create a checkbox editor for a boolean field.
|
| DateEditor | |
| DateEditorSource | |
| EnumEditor | |
| EnumEditorSource |
Use this editor for a an enum field to create a dropdown with each enum value as a choice.
|
| FileUploadEditorSource | |
| FileUploadEditorSource.FileUploadCollectionModel | |
| ImmutableCheckboxEditorSource |
Source of disabled CheckboxEditors with fixed initial values which cannot be changed
|
| LocaleEditor | |
| LocaleEditor.LocaleEditorSource | |
| NumericEditorSource | |
| PasswordChangeEditor | |
| PasswordEditor | |
| PasswordEditorSource | |
| ProviderTextFieldEditorSource |
This class exists for the sole purpose of prohibiting users from naming providers "System" or "Client"
|
| ReferenceEditor | |
| ReferenceEditorSource | |
| SinglePasswordEditorSource |
An
IEditorSource for a password field that only presents one field, unlike PasswordEditorSource,
which presents two. |
| TextAreaEditor | |
| TextAreaEditorSource | |
| TextFieldEditorSource | |
| UnknownEditorType |