| Interface | Description |
|---|---|
| AnyType | |
| ComponentHandler<C extends Component> |
A superclass for all handlers of class properties (
FieldHandler,
FieldAnnotationHandler, ClassAnnotationHandler, etc.) which
defines methods to reset a handled field (which all handlers should have in
common) and allows to start a component after it has been added to a
Container. |
| ReflectionFormPanelUpdateListener |
| Class | Description |
|---|---|
| HistoryEntry | |
| ReflectionFormBuilder<F extends de.richtercloud.validation.tools.FieldRetriever> |
Builds a
ReflectionFormPanel by recursing over all fields of all
subclasses of an class and arranging form components for each item. |
| ReflectionFormBuilderUtils | |
| ReflectionFormFieldLabel |
A small component encapsulating the name and description of a field.
|
| ReflectionFormPanel<U extends ReflectionFormPanelUpdateListener> | |
| ReflectionFormPanelUpdateEvent |
| Exception | Description |
|---|---|
| FieldUpdateException | |
| ResetException | |
| TransformationException |
| Annotation Type | Description |
|---|---|
| ClassInfo |
Allows storage of information of classes (an official or
displayable name which is useful if the class is named following a
convention which produces ugly names and a description) which are displayed
in the
ReflectionFormPanel. |
| FieldInfo |
Allows storage of information of class properties/fields (an official or
displayable name which is useful if the property is named following a
convention which produces ugly names and a description) which are displayed
in the
ReflectionFormPanel (more concretely in the ReflectionFormFieldLabel. |
Copyright © 2018. All rights reserved.