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 void
MockEditorChain. attach(C object, FakeLeafValueEditor<C> subEditor)
void
MockEditorChain. detach(FakeLeafValueEditor<C> subEditor)
void
FakeEditorSource. dispose(FakeLeafValueEditor<T> subEditor)
int
FakeEditorSource. getLastKnownPosition(FakeLeafValueEditor<T> editor)
C
MockEditorChain. getValue(FakeLeafValueEditor<C> subEditor)
boolean
MockEditorChain. isAttached(FakeLeafValueEditor<C> subEditor)
void
FakeEditorSource. setIndex(FakeLeafValueEditor<T> editor, int index)
-