Uses of Interface
org.zkoss.stateless.sul.ITreefooter
-
Packages that use ITreefooter Package Description org.zkoss.stateless.sul -
-
Uses of ITreefooter in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITreefooter Modifier and Type Field Description static ITreefooter<IAnyGroup>
ITreefooter. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITreefooter Modifier and Type Method Description static ITreefooter
ITreefooterCtrl. from(Treefooter instance)
static <I extends IAnyGroup>
ITreefooter<I>ITreefooter. of(I... children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
ITreefooter<I>ITreefooter. of(java.lang.Iterable<? extends I> children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
ITreefooter<I>ITreefooter. of(java.lang.String label)
Returns the instance with the given label.static <I extends IAnyGroup>
ITreefooter<I>ITreefooter. of(java.lang.String label, java.lang.String image)
Returns the instance with the given label and image.static <I extends IAnyGroup>
ITreefooter<I>ITreefooter. ofId(java.lang.String id)
Returns the instance with the given id.static <I extends IAnyGroup>
ITreefooter<I>ITreefooter. ofImage(java.lang.String image)
Returns the instance with the given image.Methods in org.zkoss.stateless.sul with parameters of type ITreefooter Modifier and Type Method Description static ITreefoot
ITreefoot. of(ITreefooter<IAnyGroup>... children)
Returns the instance with the given tree footers which belong to this component.static ITree
ITree. ofTreefooters(ITreefooter<IAnyGroup>... children)
Returns the instance with the given tree footers.Method parameters in org.zkoss.stateless.sul with type arguments of type ITreefooter Modifier and Type Method Description static ITreefoot
ITreefoot. of(java.lang.Iterable<? extends ITreefooter<IAnyGroup>> children)
Returns the instance with the given tree footers which belong to this component.static ITree
ITree. ofTreefooters(java.lang.Iterable<? extends ITreefooter<IAnyGroup>> children)
Returns the instance with the given tree footers.
-