Uses of Interface
org.zkoss.stateless.sul.INorth
-
Packages that use INorth Package Description org.zkoss.stateless.sul -
-
Uses of INorth in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as INorth Modifier and Type Field Description static INorth<IAnyGroup>
INorth. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return INorth Modifier and Type Method Description static INorth
INorthCtrl. from(North instance)
INorth
IBorderlayout. getNorth()
Returns the north child.static <I extends IAnyGroup>
INorth<I>INorth. of(I child)
Return the instance with the given child.static <I extends IAnyGroup>
INorth<I>INorth. ofId(java.lang.String id)
Returns the instance with the given id.INorth<I>
INorth. withCmargins(java.lang.String cmargins)
Returns a copy ofthis
immutable component with the specifiedcmargins
.default INorth<I>
INorth. withSize(java.lang.String size)
Returns a copy ofthis
immutable component with the specifiedsize
.Methods in org.zkoss.stateless.sul with parameters of type INorth Modifier and Type Method Description IBorderlayout
IBorderlayout. withNorth(INorth north)
Returns a copy ofthis
immutable component with the specifiednorth
.
-