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 ITreerow
ITreerow. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITreerow Modifier and Type Method Description static ITreerow
ITreerowCtrl. from(Treerow instance)
ITreerow
ITreeitem. getTreerow()
Returns the treerow that this tree item owns (might null).static ITreerow
ITreerow. of(java.lang.Iterable<? extends ITreecell<IAnyGroup>> children)
Returns the instance with the giventreecells
.static ITreerow
ITreerow. of(java.lang.String label)
Returns the instance with aITreecell
holding the given label.static ITreerow
ITreerow. of(java.lang.String label, java.lang.String image)
Returns the instance with aITreecell
holding the given label and image.static ITreerow
ITreerow. of(ITreecell<IAnyGroup>... children)
Returns the instance with the giventreecells
.static ITreerow
ITreerow. ofImage(java.lang.String image)
Returns the instance with aITreecell
holding the given image.ITreerow
ITreerow. withImage(java.lang.String image)
Returns a copy ofthis
immutable component with the specifiedimage
.ITreerow
ITreerow. withLabel(java.lang.String label)
Returns a copy ofthis
immutable component with the specifiedlabel
.Methods in org.zkoss.stateless.sul with parameters of type ITreerow Modifier and Type Method Description static ITreeitem
ITreeitem. ofTreerow(ITreerow treerow)
Returns the instance with the given treerow.ITreeitem
ITreeitem. withTreerow(ITreerow treerow)
Returns a copy ofthis
immutable component with the specifiedtreerow
.
-