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. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISouth Modifier and Type Method Description static ISouth
ISouthCtrl. from(South instance)
ISouth
IBorderlayout. 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 ofthis
immutable component with the specifiedcmargins
.default ISouth<I>
ISouth. withSize(java.lang.String size)
Returns a copy ofthis
immutable component with the specifiedsize
.Methods in org.zkoss.stateless.sul with parameters of type ISouth Modifier and Type Method Description IBorderlayout
IBorderlayout. withSouth(ISouth south)
Returns a copy ofthis
immutable component with the specifiedsouth
.
-