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. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return INorth Modifier and Type Method Description static INorthINorthCtrl. from(org.zkoss.zul.North instance)INorthIBorderlayout. 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 ofthisimmutable component with the specifiedcmargins.default INorth<I>INorth. withSize(java.lang.String size)Returns a copy ofthisimmutable component with the specifiedsize.Methods in org.zkoss.stateless.sul with parameters of type INorth Modifier and Type Method Description IBorderlayoutIBorderlayout. withNorth(INorth north)Returns a copy ofthisimmutable component with the specifiednorth.
-