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