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. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IFooter Modifier and Type Method Description static IFooterIFooterCtrl. from(org.zkoss.zul.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 IFootIFoot. of(IFooter<IAnyGroup>... children)Returns the instance with the given footers which belong to this component.static IGridIGrid. ofFooters(IFooter<IAnyGroup>... children)Returns the instance with the givenIFooterfooter children.Method parameters in org.zkoss.stateless.sul with type arguments of type IFooter Modifier and Type Method Description static IFootIFoot. of(java.lang.Iterable<? extends IFooter<IAnyGroup>> children)Returns the instance with the given footers which belong to this component.static IGridIGrid. ofFooters(java.lang.Iterable<? extends IFooter<IAnyGroup>> children)Returns the instance with the givenIFooterfooter children.
-