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 voidEditorDriver. 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.testing Modifier and Type Class Description classEditorHierarchyPrinterA 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 voidMockSimpleBeanEditorDriver. 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 EditorVisitor Modifier and Type Method Description voidMockRequestFactoryEditorDriver. accept(EditorVisitor visitor)A no-op method.
-