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. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IListcell Modifier and Type Method Description static IListcellIListcellCtrl. from(org.zkoss.zul.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 IListcellIListcell. withHflex(java.lang.String hflex)To control the size of Foot related components, please refer toIListboxandIListheaderinstead.IListcell<I>IListcell. withSpan(int span)Returns a copy ofthisimmutable component with the specifiedspan.default IListcellIListcell. withWidth(java.lang.String width)To control the size of Foot related components, please refer toIListboxandIListheaderinstead.Methods in org.zkoss.stateless.sul with parameters of type IListcell Modifier and Type Method Description static IListgroupIListgroup. of(IListcell<IAnyGroup>... children)Returns the instance with the givenIListcellchildren.static IListgroupfootIListgroupfoot. of(IListcell<IAnyGroup>... children)Returns the instance with the givenIListcellchildren.static IListitemIListitem. of(IListcell<IAnyGroup>... children)Returns the instance with the givenIListcellchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IListcell Modifier and Type Method Description static IListgroupIListgroup. of(java.lang.Iterable<? extends IListcell<IAnyGroup>> children)Returns the instance with the givenIListcellchildren.static IListgroupfootIListgroupfoot. of(java.lang.Iterable<? extends IListcell<IAnyGroup>> children)Returns the instance with the givenIListcellchildren.static IListitemIListitem. of(java.lang.Iterable<? extends IListcell<IAnyGroup>> children)Returns the instance with the givenIListcellchildren.
-