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