Uses of Interface
org.zkoss.stateless.sul.ITreerow
-
Packages that use ITreerow Package Description org.zkoss.stateless.sul -
-
Uses of ITreerow in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITreerow Modifier and Type Field Description static ITreerowITreerow. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITreerow Modifier and Type Method Description static ITreerowITreerowCtrl. from(org.zkoss.zul.Treerow instance)ITreerowITreeitem. getTreerow()Returns the treerow that this tree item owns (might null).static ITreerowITreerow. of(java.lang.Iterable<? extends ITreecell<IAnyGroup>> children)Returns the instance with the giventreecells.static ITreerowITreerow. of(java.lang.String label)Returns the instance with aITreecellholding the given label.static ITreerowITreerow. of(java.lang.String label, java.lang.String image)Returns the instance with aITreecellholding the given label and image.static ITreerowITreerow. of(ITreecell<IAnyGroup>... children)Returns the instance with the giventreecells.static ITreerowITreerow. ofImage(java.lang.String image)Returns the instance with aITreecellholding the given image.ITreerowITreerow. withImage(java.lang.String image)Returns a copy ofthisimmutable component with the specifiedimage.ITreerowITreerow. withLabel(java.lang.String label)Returns a copy ofthisimmutable component with the specifiedlabel.Methods in org.zkoss.stateless.sul with parameters of type ITreerow Modifier and Type Method Description static ITreeitemITreeitem. ofTreerow(ITreerow treerow)Returns the instance with the given treerow.ITreeitemITreeitem. withTreerow(ITreerow treerow)Returns a copy ofthisimmutable component with the specifiedtreerow.
-