Interface | Description |
---|---|
DelegateMap.KeyMethod |
Defines an equivalence relationship to allow objects with non-identity
equality to be used as data keys.
|
Class | Description |
---|---|
AbstractEditorContext |
Base implementation of EditorContext.
|
AbstractEditorContext<T> |
Base implementation of EditorContext.
|
AbstractEditorDelegate |
A base implementation of EditorDelegate for use by generated types.
|
AbstractEditorDelegate<T,E extends Editor<T>> |
A base implementation of EditorDelegate for use by generated types.
|
AbstractSimpleBeanEditorDriver<T,E extends Editor<T>> |
A base implementation class for generated SimpleBeanEditorDriver
implementations.
|
AbstractSimpleBeanEditorDriver |
A base implementation class for generated SimpleBeanEditorDriver
implementations.
|
BaseEditorDriver |
Contains common code shared between the SimpleBeanEditorDriver and
RequestFactoryEditorDriver.
|
BaseEditorDriver<T,E extends Editor<T>> |
Contains common code shared between the SimpleBeanEditorDriver and
RequestFactoryEditorDriver.
|
DelegateMap |
Allows fast traversal of an Editor hierarchy.
|
DelegateMap |
Allows fast traversal of an Editor hierarchy.
|
DirtCollector | |
ErrorCollector |
Collects and propagates EditorErrors through an Editor hierarchy.
|
Flusher |
Copies data from the Editor hierarchy into the backing objects.
|
Initializer |
Extends the logic in Refresher to provide the editor instance with references
to framework plumbing fixes.
|
Initializer |
Extends the logic in Refresher to provide the editor instance with references
to framework plumbing fixes.
|
Refresher |
A lightweight peer to
Initializer which simply resets the values in
the editor and delegate hiererchy. |
Refresher |
A lightweight peer to
Initializer which simply resets the values in
the editor and delegate hiererchy. |
RootEditorContext<T> |
An implementation of
EditorContext that is used as a starting point
by EditorDrivers. |
RootEditorContext |
An implementation of
EditorContext that is used as a starting point
by EditorDrivers. |
SimpleBeanEditorDelegate |
A limited EditorDelegate for editing standard bean-like objects.
|
SimpleBeanEditorDelegate<T,E extends Editor<T>> |
A limited EditorDelegate for editing standard bean-like objects.
|
SimpleError |
Used by
AbstractEditorDelegate#recordError() . |
SimpleViolation |
Abstraction of a ConstraintViolation or a RequestFactory Violation object.
|
SimpleViolation |
Abstraction of a ConstraintViolation or a RequestFactory Violation object.
|
Copyright © 2018. All rights reserved.