Package com.google.gwt.editor.client
package com.google.gwt.editor.client
A framework for editing bean-like objects.
- Since:
- GWT 2.1
-
ClassDescriptionCompositeEditor<T,
C, E extends Editor<? super 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<? super 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.Tells the Editor framework to ignore an Editor accessor.Maps a composite Editor's component Editors into the data-model.Describes an Editor within an Editor hierarchy.Binds an individual Editor to the backing service.EditorDriver<T>Defines common capabilities of editor drivers.Allows invalid Editor state to be propagated through an Editor hierarchy.A visitor for examining an Editor hierarchy.Indicates that an Editor requires an EditorDelegate.Editors that wish to be notified about ConstraintViolations in the value being edited should implement this interface.Extended by view objects that wish to participate in an Editor hierarchy, but that do not implement theEditor
contract directly.Used to edit non-object or immutable values.SimpleBeanEditorDriver<T,E extends Editor<? super T>> Automates editing of simple bean-like objects.Editors whose behavior changes based on the value being edited will implement this interface.