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. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IEast Modifier and Type Method Description static IEastIEastCtrl. from(org.zkoss.zul.East instance)IEastIBorderlayout. 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 ofthisimmutable component with the specifiedcmargins.default IEast<I>IEast. withSize(java.lang.String size)Returns a copy ofthisimmutable component with the specifiedsize.Methods in org.zkoss.stateless.sul with parameters of type IEast Modifier and Type Method Description IBorderlayoutIBorderlayout. withEast(IEast east)Returns a copy ofthisimmutable component with the specifiedeast.
-