Uses of Interface
org.zkoss.stateless.sul.IListgroupfoot
-
Packages that use IListgroupfoot Package Description org.zkoss.stateless.sul -
-
Uses of IListgroupfoot in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IListgroupfoot Modifier and Type Field Description static IListgroupfootIListgroupfoot. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IListgroupfoot Modifier and Type Method Description static IListgroupfootIListgroupfootCtrl. from(org.zkoss.zul.Listgroupfoot instance)static IListgroupfootIListgroupfoot. of(java.lang.Iterable<? extends IListcell<IAnyGroup>> children)Returns the instance with the givenIListcellchildren.static IListgroupfootIListgroupfoot. of(java.lang.String label)Returns the instance with the given label.static IListgroupfootIListgroupfoot. of(IListcell<IAnyGroup>... children)Returns the instance with the givenIListcellchildren.static IListgroupfootIListgroupfoot. ofId(java.lang.String id)Returns the instance with the given id.IListgroupfootIListgroupfoot. withLabel(java.lang.String label)Returns a copy ofthisimmutable component with the specifiedlabel.
-