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