|
GWT 2.1.0 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| AutoBean<T> | A controller for an implementation of a bean interface. |
| AutoBeanFactory | A tag interface for the AutoBean generator. |
| AutoBeanVisitor.Context | Reserved for future expansion to avoid API breaks. |
| AutoBeanVisitor.PropertyContext | Allows properties to be reset. |
| CompositeEditor<T,C,E extends Editor<C>> | An interface that indicates that a given Editor is composed of an unknown number of sub-Editors all of the same type. |
| CompositeEditor.EditorChain<C,E extends Editor<C>> | Allows instances of the component type to be attached to the Editor framework. |
| Editor<T> | Describes an editor whose behavior is not altered by the value being displayed. |
| EditorDelegate<T> | Binds an individual Editor to the backing service. |
| EditorError | Allows invalid Editor state to be propagated through an Editor hierarchy. |
| HasEditorDelegate<T> | Indicates that an Editor requires an EditorDelegate. |
| HasEditorErrors<T> | Editors that wish to be notified about ConstraintViolations in the value being edited should implement this interface. |
| IsEditor<E extends Editor<?>> | Extended by view objects that wish to participate in an Editor hierarchy, but
that do not implement the Editor contract directly. |
| LeafValueEditor<T> | Used to edit non-object or immutable values. |
| SimpleBeanEditorDriver<T,E extends Editor<? super T>> | Automates editing of simple bean-like objects. |
| ValueAwareEditor<T> | Editors whose behavior changes based on the value being edited will implement this interface. |
| Class Summary | |
|---|---|
| AutoBeanUtils | Utility methods for working with AutoBeans. |
| AutoBeanVisitor | Allows traversal of an AutoBean object graph. |
| Annotation Types Summary | |
|---|---|
| AutoBeanFactory.Category | Allows non-property methods on simple bean implementations when applied. |
| AutoBeanFactory.NoWrap | Methods annotated with this annotation will not have their return values automatically wrapped by the factory. |
| Editor.Ignore | Tells the Editor framework to ignore an Editor accessor. |
| Editor.Path | Maps a composite Editor's component Editors into the data-model. |
A framework for editing bean-like objects.
|
GWT 2.1.0 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||