|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Treechildren | |
---|---|
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
org.zkoss.zul.api | Interfaces of zul components, which are the abstract layer to access a ZUL component |
Uses of Treechildren in org.zkoss.zul |
---|
Classes in org.zkoss.zul that implement Treechildren | |
---|---|
class |
Treechildren
A treechildren. |
Methods in org.zkoss.zul that return Treechildren | |
---|---|
Treechildren |
Treerow.getLinkedTreechildrenApi()
Returns the Treechildren associated with this
Treerow . |
Treechildren |
Treeitem.getTreechildrenApi()
Returns the treechildren that this tree item owns, or null if |
Treechildren |
Tree.getTreechildrenApi()
Returns the treechildren that this tree owns (might null). |
Uses of Treechildren in org.zkoss.zul.api |
---|
Methods in org.zkoss.zul.api that return Treechildren | |
---|---|
Treechildren |
Treerow.getLinkedTreechildrenApi()
Returns the Treechildren associated with this Treerow . |
Treechildren |
Treeitem.getTreechildrenApi()
Returns the treechildren that this tree item owns, or null if doesn't have any child. |
Treechildren |
Tree.getTreechildrenApi()
Returns the treechildren that this tree owns (might null). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |