|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- the type of object to be editedE
- the type of Editorpublic static interface CompositeEditor.EditorChain<C,E extends Editor<? super C>>
Allows instances of the component type to be attached to the Editor framework.
MockEditorChain
Method Summary | |
---|---|
void |
attach(C object,
E subEditor)
Editors attached to the chain will be automatically flushed as if they were a statically-defined sub-Editor. |
void |
detach(E subEditor)
Detach a sub-Editor from the editor chain. |
C |
getValue(E subEditor)
Retrieves the value associated with the editor. |
Method Detail |
---|
void attach(C object, E subEditor)
object
- the object to editsubEditor
- the Editor to populatevoid detach(E subEditor)
subEditor
- an Editor previously passed into attach(C, E)
C getValue(E subEditor)
subEditor
- an Editor previously passed into attach(C, E)
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |