|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Merger
Implemented by the object returned by ComponentCtrl.getExtraCtrl()
to indicate a component is capable to merge with its sibling and children.
Method Summary | |
---|---|
Component |
mergeChildren()
Deprecated. Merges the children into one component, if possible. |
Component |
mergeNextSibling()
Deprecated. Merges the next sibling into one component, if possible. |
Method Detail |
---|
Component mergeNextSibling()
Component mergeChildren()
Notice that mergeNextSibling()
is called first to merge
all adjacent siblings if possible, and then mergeChildren()
is called to merge parent and children.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |