Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.google.gwt.editor.client Classes and Interfaces - 30 results found.
NameDescriptionTypePackageFramework
CompositeEditorAn interface that indicates that a given Editor is composed of an unknown number of sub-Editors all of the same type.Interfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)
CompositeEditor .EditorChainAllows instances of the component type to be attached to the EditorSee Also:MockEditorChainInterfacecom.google.gwt.editor.client.CompositeEditorGoogle WebToolkit (GWT)
EditorDescribes an editor whose behavior is not altered by the value being Editors, which may be classes or interfaces, may expose their sub-editors inInterfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)
EditorContextDescribes an Editor within an Editor hierarchy.Interfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)
EditorDelegateBinds an individual Editor to the backing service.Interfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)
EditorDriverDefines common capabilities of editor drivers.Interfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)
EditorErrorAllows invalid Editor state to be propagated through an Editor hierarchy.Interfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)
EditorHierarchyPrinterA utility class that creates a string representation of an Editor hierarchy for testing purposes.Classcom.google.gwt.editor.client.testingGoogle WebToolkit (GWT)
EditorSourceAn entity capable of creating and destroying instances of Editors.Classcom.google.gwt.editor.client.adaptersGoogle WebToolkit (GWT)
EditorVisitorA visitor for examining an Editor hierarchy.Classcom.google.gwt.editor.clientGoogle WebToolkit (GWT)
FakeEditorContextA no-op implementation of EditorContext for testing.Classcom.google.gwt.editor.client.testingGoogle WebToolkit (GWT)
FakeEditorSourceA trivial implementation of EditorSource that creates FakeLeafValueEditor instances.Classcom.google.gwt.editor.client.testingGoogle WebToolkit (GWT)
FakeLeafValueEditorNested Class SummaryNested classes/interfaces inherited from interface com.Classcom.google.gwt.editor.client.testingGoogle WebToolkit (GWT)
HasDataEditorAdapts the HasData interface to the Editor framework.Classcom.google.gwt.editor.client.adaptersGoogle WebToolkit (GWT)
HasDataEditor .HasDataEditorSourceClasscom.google.gwt.editor.client.adapters.HasDataEditorGoogle WebToolkit (GWT)
HasEditorDelegateIndicates that an Editor requires an EditorDelegate.Interfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)
HasEditorErrorsEditors that wish to be notified about ConstraintViolations in the value being edited should implement this interface.Interfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)
IsEditor that do not implement the Editor contract directly.Interfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)
LeafValueEditorUsed to edit non-object or immutable values.Interfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)
ListEditorManages a list of objects and their associated Editors.Classcom.google.gwt.editor.client.adaptersGoogle WebToolkit (GWT)
ListEditorWrapperClasscom.google.gwt.editor.client.adaptersGoogle WebToolkit (GWT)
MockEditorChainA Mock implementation of CompositeEditor.Classcom.google.gwt.editor.client.testingGoogle WebToolkit (GWT)
MockEditorDelegateA mock implementation of EditorDelegate.Classcom.google.gwt.editor.client.testingGoogle WebToolkit (GWT)
MockEditorErrorA trivial implementation of EditorError.Classcom.google.gwt.editor.client.testingGoogle WebToolkit (GWT)
MockSimpleBeanEditorDriverA no-op implementation of SimpleBeanEditorDriver that records itsConstructor SummaryMockSimpleBeanEditorDriver()Classcom.google.gwt.editor.client.testingGoogle WebToolkit (GWT)
OptionalFieldEditorThis 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.Classcom.google.gwt.editor.client.adaptersGoogle WebToolkit (GWT)
SimpleBeanEditorDriverAutomates editing of simple bean-like objects.Interfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)
SimpleEditorA trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors.Classcom.google.gwt.editor.client.adaptersGoogle WebToolkit (GWT)
TakesValueEditorAdapts the TakesValue interface to the Editor framework.Classcom.google.gwt.editor.client.adaptersGoogle WebToolkit (GWT)
ValueAwareEditorInterfacecom.google.gwt.editor.clientGoogle WebToolkit (GWT)