Uses of Class
com.google.gwt.editor.client.testing.FakeLeafValueEditor
-
Packages that use FakeLeafValueEditor Package Description com.google.gwt.editor.client.testing 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 FakeLeafValueEditor Modifier and Type Method Description FakeLeafValueEditor<T>FakeEditorSource. create(int index)FakeLeafValueEditor<T>FakeEditorSource. createEditorForTraversal()Methods in com.google.gwt.editor.client.testing with parameters of type FakeLeafValueEditor Modifier and Type Method Description voidMockEditorChain. attach(C object, FakeLeafValueEditor<C> subEditor)voidMockEditorChain. detach(FakeLeafValueEditor<C> subEditor)voidFakeEditorSource. dispose(FakeLeafValueEditor<T> subEditor)intFakeEditorSource. getLastKnownPosition(FakeLeafValueEditor<T> editor)CMockEditorChain. getValue(FakeLeafValueEditor<C> subEditor)booleanMockEditorChain. isAttached(FakeLeafValueEditor<C> subEditor)voidFakeEditorSource. setIndex(FakeLeafValueEditor<T> editor, int index)
-