public class

MockEditorChain

extends Object
implements CompositeEditor.EditorChain<C, E extends Editor<C>>
java.lang.Object
   ↳ com.google.gwt.editor.client.testing.MockEditorChain<C>

Class Overview

A Mock implementation of CompositeEditor.EditorChain.

Summary

Public Constructors
MockEditorChain()
Public Methods
void attach(C object, FakeLeafValueEditor<C> subEditor)
void detach(FakeLeafValueEditor<C> subEditor)
C getValue(FakeLeafValueEditor<C> subEditor)
boolean isAttached(FakeLeafValueEditor<C> subEditor)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.editor.client.CompositeEditor.EditorChain

Public Constructors

public MockEditorChain ()

Public Methods

public void attach (C object, FakeLeafValueEditor<C> subEditor)

public void detach (FakeLeafValueEditor<C> subEditor)

public C getValue (FakeLeafValueEditor<C> subEditor)

public boolean isAttached (FakeLeafValueEditor<C> subEditor)