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