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