Uses of Interface
org.zkoss.stateless.sul.ISouth
-
Packages that use ISouth Package Description org.zkoss.stateless.sul -
-
Uses of ISouth in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ISouth Modifier and Type Field Description static ISouth<IAnyGroup>ISouth. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISouth Modifier and Type Method Description static ISouthISouthCtrl. from(org.zkoss.zul.South instance)ISouthIBorderlayout. getSouth()Returns the south child.static <I extends IAnyGroup>
ISouth<I>ISouth. of(I child)Return the instance with the given child.static <I extends IAnyGroup>
ISouth<I>ISouth. ofId(java.lang.String id)Returns the instance with the given id.ISouth<I>ISouth. withCmargins(java.lang.String cmargins)Returns a copy ofthisimmutable component with the specifiedcmargins.default ISouth<I>ISouth. withSize(java.lang.String size)Returns a copy ofthisimmutable component with the specifiedsize.Methods in org.zkoss.stateless.sul with parameters of type ISouth Modifier and Type Method Description IBorderlayoutIBorderlayout. withSouth(ISouth south)Returns a copy ofthisimmutable component with the specifiedsouth.
-