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 IListgroupIListgroup. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IListgroup Modifier and Type Method Description static IListgroupIListgroupCtrl. from(org.zkoss.zul.Listgroup instance)static IListgroupIListgroup. of(java.lang.Iterable<? extends IListcell<IAnyGroup>> children)Returns the instance with the givenIListcellchildren.static IListgroupIListgroup. of(java.lang.String label)Returns the instance with the given label.static IListgroupIListgroup. of(IListcell<IAnyGroup>... children)Returns the instance with the givenIListcellchildren.static IListgroupIListgroup. ofId(java.lang.String id)Returns the instance with the given id.IListgroupIListgroup. withLabel(java.lang.String label)Returns a copy ofthisimmutable component with the specifiedlabel.IListgroupIListgroup. withOpen(boolean open)Returns a copy ofthisimmutable component with the specifiedopen.
-