Uses of Interface
org.zkoss.stateless.sul.IFooter
-
Packages that use IFooter Package Description org.zkoss.stateless.sul -
-
Uses of IFooter in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IFooter Modifier and Type Field Description static IFooter<IAnyGroup>
IFooter. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IFooter Modifier and Type Method Description static IFooter
IFooterCtrl. from(Footer instance)
static <I extends IAnyGroup>
IFooter<I>IFooter. of(I... children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
IFooter<I>IFooter. of(java.lang.Iterable<? extends I> children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
IFooter<I>IFooter. of(java.lang.String label)
Returns the instance with the given label.static <I extends IAnyGroup>
IFooter<I>IFooter. of(java.lang.String label, java.lang.String image)
Returns the instance with the given label and image.static <I extends IAnyGroup>
IFooter<I>IFooter. ofId(java.lang.String id)
Returns the instance with the given id.static <I extends IAnyGroup>
IFooter<I>IFooter. ofImage(java.lang.String image)
Returns the instance with the given image.Methods in org.zkoss.stateless.sul with parameters of type IFooter Modifier and Type Method Description static IFoot
IFoot. of(IFooter<IAnyGroup>... children)
Returns the instance with the given footers which belong to this component.static IGrid
IGrid. ofFooters(IFooter<IAnyGroup>... children)
Returns the instance with the givenIFooter
footer children.Method parameters in org.zkoss.stateless.sul with type arguments of type IFooter Modifier and Type Method Description static IFoot
IFoot. of(java.lang.Iterable<? extends IFooter<IAnyGroup>> children)
Returns the instance with the given footers which belong to this component.static IGrid
IGrid. ofFooters(java.lang.Iterable<? extends IFooter<IAnyGroup>> children)
Returns the instance with the givenIFooter
footer children.
-