Uses of Class
com.google.gwt.editor.client.EditorVisitor
Packages that use EditorVisitor
Package
Description
A framework for editing bean-like objects.
Classes used for testing the bean editor support.
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 EditorVisitorModifier and TypeMethodDescriptionvoid
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.testingModifier and TypeClassDescriptionfinal class
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 EditorVisitorModifier and TypeMethodDescriptionvoid
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 EditorVisitorModifier and TypeMethodDescriptionvoid
MockRequestFactoryEditorDriver.accept
(EditorVisitor visitor) A no-op method.