Uses of Interface
org.zkoss.stateless.sul.IListgroup
-
Packages that use IListgroup Package Description org.zkoss.stateless.sul -
-
Uses of IListgroup in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IListgroup Modifier and Type Field Description static IListgroup
IListgroup. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IListgroup Modifier and Type Method Description static IListgroup
IListgroupCtrl. from(Listgroup instance)
static IListgroup
IListgroup. of(java.lang.Iterable<? extends IListcell<IAnyGroup>> children)
Returns the instance with the givenIListcell
children.static IListgroup
IListgroup. of(java.lang.String label)
Returns the instance with the given label.static IListgroup
IListgroup. of(IListcell<IAnyGroup>... children)
Returns the instance with the givenIListcell
children.static IListgroup
IListgroup. ofId(java.lang.String id)
Returns the instance with the given id.IListgroup
IListgroup. withLabel(java.lang.String label)
Returns a copy ofthis
immutable component with the specifiedlabel
.IListgroup
IListgroup. withOpen(boolean open)
Returns a copy ofthis
immutable component with the specifiedopen
.
-