|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiBranch
Implemented by the object returned by ComponentCtrl.getExtraCtrl()
to denote a component might have several branches of elements at the client.
Then, ZK will call inDifferentBranch(org.zkoss.zk.ui.Component) to see whether a child
is NOT on the main branch.
| Method Summary | |
|---|---|
boolean |
inDifferentBranch(Component child)
Whether the specified child is placed in different branch of the DOM tree (other than the main one). |
| Method Detail |
|---|
boolean inDifferentBranch(Component child)
Note: for components, say caption, in different branch, you have to invalidate the parent when they are added or removed. Only children causing this method to return true are handled by ZK Update Engine.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||