Uses of Interface
org.zkoss.stateless.sul.IListfoot
-
Packages that use IListfoot Package Description org.zkoss.stateless.sul -
-
Uses of IListfoot in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IListfoot Modifier and Type Field Description static IListfoot
IListfoot. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IListfoot Modifier and Type Method Description static IListfoot
IListfootCtrl. from(Listfoot instance)
IListfoot
IListbox. getListfoot()
Returns the foot.static IListfoot
IListfoot. of(java.lang.Iterable<? extends IListfooter<IAnyGroup>> children)
Returns the instance with the given footers which belong to this component.static IListfoot
IListfoot. of(IListfooter<IAnyGroup>... children)
Returns the instance with the given footers which belong to this component.static IListfoot
IListfoot. ofId(java.lang.String id)
Returns the instance with the given id.default IListfoot
IListfoot. withHflex(java.lang.String hflex)
To control the size of Foot related components, please refer toIListbox
andIListheader
instead.default IListfoot
IListfoot. 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 IListfoot Modifier and Type Method Description static IListbox
IListbox. ofListfoot(IListfoot foot)
Returns the instance with the givenIListfoot
foot child.IListbox
IListbox. withListfoot(IListfoot listfoot)
Returns a copy ofthis
immutable component with the specifiedlistfoot
.
-