Uses of Interface
com.google.gwt.editor.client.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
Modifier and TypeMethodDescription<T> void
EditorVisitor.endVisit
(EditorContext<T> ctx) Exit an Editor.<T> boolean
EditorVisitor.visit
(EditorContext<T> ctx) Receive an Editor. -
Uses of EditorContext in com.google.gwt.editor.client.testing
Modifier and TypeClassDescriptionclass
A no-op implementation of EditorContext for testing.Modifier and TypeMethodDescription<T> void
EditorHierarchyPrinter.endVisit
(EditorContext<T> ctx) <T> boolean
EditorHierarchyPrinter.visit
(EditorContext<T> ctx)