Uses of Interface
org.zkoss.stateless.sul.IFoot
-
Packages that use IFoot Package Description org.zkoss.stateless.sul -
-
Uses of IFoot in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IFoot Modifier and Type Field Description static IFootIFoot. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IFoot Modifier and Type Method Description static IFootIFootCtrl. from(org.zkoss.zul.Foot instance)IFootIGrid. getFoot()Returns the foot.static IFootIFoot. of(java.lang.Iterable<? extends IFooter<IAnyGroup>> children)Returns the instance with the given footers which belong to this component.static IFootIFoot. of(IFooter<IAnyGroup>... children)Returns the instance with the given footers which belong to this component.static IFootIFoot. ofId(java.lang.String id)Returns the instance with the given id.default IFootIFoot. withHflex(java.lang.String hflex)default IFootIFoot. withWidth(java.lang.String width)Methods in org.zkoss.stateless.sul with parameters of type IFoot Modifier and Type Method Description static IGridIGrid. ofFoot(IFoot foot)Returns the instance with the givenIFootchild.IGridIGrid. withFoot(IFoot foot)Returns a copy ofthisimmutable component with the specifiedfoot.
-