Package | Description |
---|---|
com.google.gwt.editor.client.testing |
Classes used for testing the bean editor support.
|
Modifier and Type | Method and Description |
---|---|
FakeLeafValueEditor<T> |
FakeEditorSource.create(int index) |
FakeLeafValueEditor<T> |
FakeEditorSource.createEditorForTraversal() |
Modifier and Type | Method and 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) |
Copyright © 2018. All rights reserved.