Uses of Interface
com.google.gwt.editor.client.Editor
-
Packages that use Editor Package Description com.google.gwt.editor.client A framework for editing bean-like objects.com.google.gwt.editor.client.adapters Adapters for the bean editor framework.com.google.gwt.editor.client.testing Classes used for testing the bean editor support.com.google.gwt.editor.ui.client User interface components for the bean editor framework.com.google.gwt.editor.ui.client.adapters User interface adapters for the bean editor framework.com.google.web.bindery.requestfactory.gwt.client A package for managing client-server requests.com.google.web.bindery.requestfactory.gwt.client.testing Classes used for testing the request factory service. -
-
Uses of Editor in com.google.gwt.editor.client
Classes in com.google.gwt.editor.client with type parameters of type Editor Modifier and Type Interface Description interfaceCompositeEditor<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.static interfaceCompositeEditor.EditorChain<C,E extends Editor<? super C>>Allows instances of the component type to be attached to the Editor framework.interfaceIsEditor<E extends Editor<?>>Extended by view objects that wish to participate in an Editor hierarchy, but that do not implement theEditorcontract directly.interfaceSimpleBeanEditorDriver<T,E extends Editor<? super T>>Automates editing of simple bean-like objects.Subinterfaces of Editor in com.google.gwt.editor.client Modifier and Type Interface Description interfaceCompositeEditor<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.interfaceHasEditorDelegate<T>Indicates that an Editor requires an EditorDelegate.interfaceHasEditorErrors<T>Editors that wish to be notified about ConstraintViolations in the value being edited should implement this interface.interfaceLeafValueEditor<T>Used to edit non-object or immutable values.interfaceValueAwareEditor<T>Editors whose behavior changes based on the value being edited will implement this interface.Methods in com.google.gwt.editor.client that return Editor Modifier and Type Method Description Editor<T>EditorContext. getEditor()Returns the associated Editor.Editor<?>EditorError. getEditor()Returns the Editor that holds the invalid value. -
Uses of Editor in com.google.gwt.editor.client.adapters
Classes in com.google.gwt.editor.client.adapters with type parameters of type Editor Modifier and Type Class Description classEditorSource<E extends Editor<?>>An entity capable of creating and destroying instances of Editors.classListEditor<T,E extends Editor<? super T>>Manages a list of objects and their associated Editors.(package private) classListEditorWrapper<T,E extends Editor<? super T>>Synchronizes a list of objects and a list of Editors.classOptionalFieldEditor<T,E extends Editor<? super T>>This adapter can be used when a type being edited has an optional field that may be nullified or reassigned as part of the editing process.Classes in com.google.gwt.editor.client.adapters that implement Editor Modifier and Type Class Description classHasDataEditor<T>Adapts the HasData interface to the Editor framework.classListEditor<T,E extends Editor<? super T>>Manages a list of objects and their associated Editors.classOptionalFieldEditor<T,E extends Editor<? super T>>This adapter can be used when a type being edited has an optional field that may be nullified or reassigned as part of the editing process.classSimpleEditor<T>A trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors.classTakesValueEditor<T>Adapts theTakesValueinterface to the Editor framework.Methods in com.google.gwt.editor.client.adapters with type parameters of type Editor Modifier and Type Method Description static <T,E extends Editor<? super T>>
ListEditor<T,E>ListEditor. of(EditorSource<E> source)Create a ListEditor backed by an EditorSource.static <T,E extends Editor<? super T>>
OptionalFieldEditor<T,E>OptionalFieldEditor. of(E subEditor)Construct an OptionalFieldEditor backed by the given sub-Editor. -
Uses of Editor in com.google.gwt.editor.client.testing
Classes in com.google.gwt.editor.client.testing with type parameters of type Editor Modifier and Type Class Description classMockSimpleBeanEditorDriver<T,E extends Editor<T>>A no-op implementation ofSimpleBeanEditorDriverthat records its inputs.Classes in com.google.gwt.editor.client.testing that implement Editor Modifier and Type Class Description classFakeLeafValueEditor<T>A no-op Editor.Methods in com.google.gwt.editor.client.testing that return Editor Modifier and Type Method Description Editor<T>FakeEditorContext. getEditor()Returnsnull.Editor<?>MockEditorError. getEditor() -
Uses of Editor in com.google.gwt.editor.ui.client
Classes in com.google.gwt.editor.ui.client that implement Editor Modifier and Type Class Description classValueBoxEditorDecorator<T>A simple decorator to display leaf widgets with an error message. -
Uses of Editor in com.google.gwt.editor.ui.client.adapters
Classes in com.google.gwt.editor.ui.client.adapters that implement Editor Modifier and Type Class Description classHasTextEditorAdapts the HasText interface to the Editor framework.classValueBoxEditor<T>Adapts theValueBoxBaseinterface to the Editor framework. -
Uses of Editor in com.google.web.bindery.requestfactory.gwt.client
Classes in com.google.web.bindery.requestfactory.gwt.client with type parameters of type Editor Modifier and Type Interface Description interfaceRequestFactoryEditorDriver<P,E extends Editor<? super P>>The interface that links RequestFactory and the Editor framework together.Subinterfaces of Editor in com.google.web.bindery.requestfactory.gwt.client Modifier and Type Interface Description interfaceHasRequestContext<T>Editors used withRequestFactoryEditorDriverthat implement this interface will be provided with theRequestContextassociated with the current editing session. -
Uses of Editor in com.google.web.bindery.requestfactory.gwt.client.testing
Classes in com.google.web.bindery.requestfactory.gwt.client.testing with type parameters of type Editor Modifier and Type Class Description classMockRequestFactoryEditorDriver<P,E extends Editor<P>>A no-op implementation ofRequestFactoryEditorDriverthat records its inputs.
-