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 IListgroupfoot
IListgroupfoot. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IListgroupfoot Modifier and Type Method Description static IListgroupfoot
IListgroupfootCtrl. from(Listgroupfoot instance)
static IListgroupfoot
IListgroupfoot. of(java.lang.Iterable<? extends IListcell<IAnyGroup>> children)
Returns the instance with the givenIListcell
children.static IListgroupfoot
IListgroupfoot. of(java.lang.String label)
Returns the instance with the given label.static IListgroupfoot
IListgroupfoot. of(IListcell<IAnyGroup>... children)
Returns the instance with the givenIListcell
children.static IListgroupfoot
IListgroupfoot. ofId(java.lang.String id)
Returns the instance with the given id.IListgroupfoot
IListgroupfoot. withLabel(java.lang.String label)
Returns a copy ofthis
immutable component with the specifiedlabel
.
-