GWT 2.1.1

Uses of Class
com.google.gwt.editor.client.testing.FakeLeafValueEditor

Packages that use FakeLeafValueEditor
com.google.gwt.editor.client.testing   
 

Uses of FakeLeafValueEditor in com.google.gwt.editor.client.testing
 

Methods in com.google.gwt.editor.client.testing that return FakeLeafValueEditor
 FakeLeafValueEditor<T> FakeEditorSource.create(int index)
           
 

Methods in com.google.gwt.editor.client.testing with parameters of type FakeLeafValueEditor
 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)
           
 


GWT 2.1.1