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 ITreechildrenITreechildren. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITreechildren Modifier and Type Method Description static ITreechildrenITreechildrenCtrl. from(org.zkoss.zul.Treechildren instance)ITreechildrenITree. getTreechildren()Returns the rootITreechildren, which contains all tree items in a hierarchical set of rows of components.ITreechildrenITreeitem. getTreechildren()Returns the treechildren that this tree item owns, or null if doesn't have any child.static ITreechildrenITreechildren. of(java.lang.Iterable<? extends ITreeitem> children)Returns the instance with the given tree items which belong to this component.static ITreechildrenITreechildren. 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 ITreeITree. withTreechildren(ITreechildren treechildren)Returns a copy ofthisimmutable component with the specifiedtreechildren.ITreeitemITreeitem. withTreechildren(ITreechildren treechildren)Returns a copy ofthisimmutable component with the specifiedtreechildren.
-