Class MockEditorChain<C>

java.lang.Object
com.google.gwt.editor.client.testing.MockEditorChain<C>
Type Parameters:
C - the type being edited
All Implemented Interfaces:
CompositeEditor.EditorChain<C,FakeLeafValueEditor<C>>

public class MockEditorChain<C> extends Object implements CompositeEditor.EditorChain<C,FakeLeafValueEditor<C>>
A Mock implementation of CompositeEditor.EditorChain.