Uses of Class
com.google.gwt.editor.client.testing.FakeLeafValueEditor
Packages that use FakeLeafValueEditor
Package
Description
Classes used for testing the bean editor support.
-
Uses of FakeLeafValueEditor in com.google.gwt.editor.client.testing
Methods in com.google.gwt.editor.client.testing that return FakeLeafValueEditorModifier and TypeMethodDescriptionFakeEditorSource.create(int index) FakeEditorSource.createEditorForTraversal()Methods in com.google.gwt.editor.client.testing with parameters of type FakeLeafValueEditorModifier and TypeMethodDescriptionvoidMockEditorChain.attach(C object, FakeLeafValueEditor<C> subEditor) voidMockEditorChain.detach(FakeLeafValueEditor<C> subEditor) voidFakeEditorSource.dispose(FakeLeafValueEditor<T> subEditor) intFakeEditorSource.getLastKnownPosition(FakeLeafValueEditor<T> editor) MockEditorChain.getValue(FakeLeafValueEditor<C> subEditor) booleanMockEditorChain.isAttached(FakeLeafValueEditor<C> subEditor) voidFakeEditorSource.setIndex(FakeLeafValueEditor<T> editor, int index)