Uses of Interface
org.zkoss.stateless.sul.ITreechildren
-
Packages that use ITreechildren Package Description org.zkoss.stateless.sul -
-
Uses of ITreechildren in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITreechildren Modifier and Type Field Description static ITreechildren
ITreechildren. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITreechildren Modifier and Type Method Description static ITreechildren
ITreechildrenCtrl. from(Treechildren instance)
ITreechildren
ITree. getTreechildren()
Returns the rootITreechildren
, which contains all tree items in a hierarchical set of rows of components.ITreechildren
ITreeitem. getTreechildren()
Returns the treechildren that this tree item owns, or null if doesn't have any child.static ITreechildren
ITreechildren. of(java.lang.Iterable<? extends ITreeitem> children)
Returns the instance with the given tree items which belong to this component.static ITreechildren
ITreechildren. of(ITreeitem... children)
Returns the instance with the given tree items which belong to this component.Methods in org.zkoss.stateless.sul with parameters of type ITreechildren Modifier and Type Method Description ITree
ITree. withTreechildren(ITreechildren treechildren)
Returns a copy ofthis
immutable component with the specifiedtreechildren
.ITreeitem
ITreeitem. withTreechildren(ITreechildren treechildren)
Returns a copy ofthis
immutable component with the specifiedtreechildren
.
-