Uses of Interface
com.google.gwt.editor.client.EditorContext
Packages that use EditorContext
Package
Description
A framework for editing bean-like objects.
Classes used for testing the bean editor support.
-
Uses of EditorContext in com.google.gwt.editor.client
Methods in com.google.gwt.editor.client with parameters of type EditorContextModifier and TypeMethodDescription<T> voidEditorVisitor.endVisit(EditorContext<T> ctx) Exit an Editor.<T> booleanEditorVisitor.visit(EditorContext<T> ctx) Receive an Editor. -
Uses of EditorContext in com.google.gwt.editor.client.testing
Classes in com.google.gwt.editor.client.testing that implement EditorContextModifier and TypeClassDescriptionclassA no-op implementation of EditorContext for testing.Methods in com.google.gwt.editor.client.testing with parameters of type EditorContextModifier and TypeMethodDescription<T> voidEditorHierarchyPrinter.endVisit(EditorContext<T> ctx) <T> booleanEditorHierarchyPrinter.visit(EditorContext<T> ctx)