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