Uses of Interface
org.zkoss.stateless.sul.IListcell
-
Packages that use IListcell Package Description org.zkoss.stateless.sul -
-
Uses of IListcell in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IListcell Modifier and Type Field Description static IListcell<IAnyGroup>
IListcell. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IListcell Modifier and Type Method Description static IListcell
IListcellCtrl. from(Listcell instance)
static <I extends IAnyGroup>
IListcell<I>IListcell. of(I... children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
IListcell<I>IListcell. of(java.lang.Iterable<? extends I> children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
IListcell<I>IListcell. of(java.lang.String label)
Returns the instance with the given label.static <I extends IAnyGroup>
IListcell<I>IListcell. of(java.lang.String label, java.lang.String image)
Returns the instance with the given label and image.static <I extends IAnyGroup>
IListcell<I>IListcell. ofId(java.lang.String id)
Returns the instance with the given id.static <I extends IAnyGroup>
IListcell<I>IListcell. ofImage(java.lang.String image)
Returns the instance with the given image.default IListcell
IListcell. withHflex(java.lang.String hflex)
To control the size of Foot related components, please refer toIListbox
andIListheader
instead.IListcell<I>
IListcell. withSpan(int span)
Returns a copy ofthis
immutable component with the specifiedspan
.default IListcell
IListcell. withWidth(java.lang.String width)
To control the size of Foot related components, please refer toIListbox
andIListheader
instead.Methods in org.zkoss.stateless.sul with parameters of type IListcell Modifier and Type Method Description static IListgroup
IListgroup. of(IListcell<IAnyGroup>... children)
Returns the instance with the givenIListcell
children.static IListgroupfoot
IListgroupfoot. of(IListcell<IAnyGroup>... children)
Returns the instance with the givenIListcell
children.static IListitem
IListitem. of(IListcell<IAnyGroup>... children)
Returns the instance with the givenIListcell
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IListcell Modifier and Type Method Description static IListgroup
IListgroup. of(java.lang.Iterable<? extends IListcell<IAnyGroup>> children)
Returns the instance with the givenIListcell
children.static IListgroupfoot
IListgroupfoot. of(java.lang.Iterable<? extends IListcell<IAnyGroup>> children)
Returns the instance with the givenIListcell
children.static IListitem
IListitem. of(java.lang.Iterable<? extends IListcell<IAnyGroup>> children)
Returns the instance with the givenIListcell
children.
-