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 IFoot
IFoot. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IFoot Modifier and Type Method Description static IFoot
IFootCtrl. from(Foot instance)
IFoot
IGrid. getFoot()
Returns the foot.static IFoot
IFoot. of(java.lang.Iterable<? extends IFooter<IAnyGroup>> children)
Returns the instance with the given footers which belong to this component.static IFoot
IFoot. of(IFooter<IAnyGroup>... children)
Returns the instance with the given footers which belong to this component.static IFoot
IFoot. ofId(java.lang.String id)
Returns the instance with the given id.default IFoot
IFoot. withHflex(java.lang.String hflex)
default IFoot
IFoot. withWidth(java.lang.String width)
Methods in org.zkoss.stateless.sul with parameters of type IFoot Modifier and Type Method Description static IGrid
IGrid. ofFoot(IFoot foot)
Returns the instance with the givenIFoot
child.IGrid
IGrid. withFoot(IFoot foot)
Returns a copy ofthis
immutable component with the specifiedfoot
.
-