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 TypeMethodDescriptionvoidEditorDriver.accept(EditorVisitor visitor) Visit the Editor hierarchy controlled by the EditorDriver.voidEditorContext.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 classA 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 TypeMethodDescriptionvoidMockSimpleBeanEditorDriver.accept(EditorVisitor visitor) A no-op method.voidFakeEditorContext.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 TypeMethodDescriptionvoidMockRequestFactoryEditorDriver.accept(EditorVisitor visitor) A no-op method.