|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface which takes care of calling the hooks in the template.
| Method Summary | |
void |
attach(Object key,
Component comp)
Attaches a component as a child of this component. |
Component |
detach(Object key)
Detaches a child component with the specified key from this component. |
Map |
getChildren()
Returns an unmodifiable map of all the child components. |
| Method Detail |
public Map getChildren()
public void attach(Object key,
Component comp)
key - of the added componentcomp - the component being attachedpublic Component detach(Object key)
key - of the child getting detached
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||