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 IListfootIListfoot. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IListfoot Modifier and Type Method Description static IListfootIListfootCtrl. from(org.zkoss.zul.Listfoot instance)IListfootIListbox. getListfoot()Returns the foot.static IListfootIListfoot. of(java.lang.Iterable<? extends IListfooter<IAnyGroup>> children)Returns the instance with the given footers which belong to this component.static IListfootIListfoot. of(IListfooter<IAnyGroup>... children)Returns the instance with the given footers which belong to this component.static IListfootIListfoot. ofId(java.lang.String id)Returns the instance with the given id.default IListfootIListfoot. withHflex(java.lang.String hflex)To control the size of Foot related components, please refer toIListboxandIListheaderinstead.default IListfootIListfoot. 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 IListfoot Modifier and Type Method Description static IListboxIListbox. ofListfoot(IListfoot foot)Returns the instance with the givenIListfootfoot child.IListboxIListbox. withListfoot(IListfoot listfoot)Returns a copy ofthisimmutable component with the specifiedlistfoot.
-