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. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IListfooter Modifier and Type Method Description static IListfooterIListfooterCtrl. from(org.zkoss.zul.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 IListfootIListfoot. of(IListfooter<IAnyGroup>... children)Returns the instance with the given footers which belong to this component.static IListboxIListbox. ofListfooters(IListfooter<IAnyGroup>... children)Returns the instance with the givenIListfooterfooter children.Method parameters in org.zkoss.stateless.sul with type arguments of type IListfooter Modifier and Type Method Description static IListfootIListfoot. of(java.lang.Iterable<? extends IListfooter<IAnyGroup>> children)Returns the instance with the given footers which belong to this component.static IListboxIListbox. ofListfooters(java.lang.Iterable<? extends IListfooter<IAnyGroup>> children)Returns the instance with the givenIListfooterfooter children.
-