Uses of Class
com.google.gwt.editor.client.EditorVisitor
-
Packages that use EditorVisitor Package Description com.google.gwt.editor.client A framework for editing bean-like objects.com.google.gwt.editor.client.testing Classes used for testing the bean editor support.com.google.web.bindery.requestfactory.gwt.client.testing Classes used for testing the request factory service. -
-
Uses of EditorVisitor in com.google.gwt.editor.client
Methods in com.google.gwt.editor.client with parameters of type EditorVisitor Modifier and Type Method Description void
EditorDriver. accept(EditorVisitor visitor)
Visit the Editor hierarchy controlled by the EditorDriver.void
EditorContext. traverseSyntheticCompositeEditor(EditorVisitor visitor)
Traverse an editor created byCompositeEditor.createEditorForTraversal()
that reflects an uninitialized instance of a composite sub-editor. -
Uses of EditorVisitor in com.google.gwt.editor.client.testing
Subclasses of EditorVisitor in com.google.gwt.editor.client.testing Modifier and Type Class Description class
EditorHierarchyPrinter
A utility class that creates a string representation of an Editor hierarchy for testing purposes.Methods in com.google.gwt.editor.client.testing with parameters of type EditorVisitor Modifier and Type Method Description void
MockSimpleBeanEditorDriver. accept(EditorVisitor visitor)
A no-op method.void
FakeEditorContext. traverseSyntheticCompositeEditor(EditorVisitor visitor)
No-op. -
Uses of EditorVisitor in com.google.web.bindery.requestfactory.gwt.client.testing
Methods in com.google.web.bindery.requestfactory.gwt.client.testing with parameters of type EditorVisitor Modifier and Type Method Description void
MockRequestFactoryEditorDriver. accept(EditorVisitor visitor)
A no-op method.
-