Uses of Interface
org.zkoss.stateless.sul.ISpace
-
Packages that use ISpace Package Description org.zkoss.stateless.sul -
-
Uses of ISpace in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ISpace Modifier and Type Field Description static ISpaceISpace. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISpace Modifier and Type Method Description static ISpaceISpaceCtrl. from(org.zkoss.zul.Space instance)static ISpaceISpace. ofHeight(java.lang.String height)Returns the instance with the given height.static ISpaceISpace. ofId(java.lang.String id)Returns the instance with the given id.static ISpaceISpace. ofOrient(ISeparatorBase.Orient orient)Returns the instance with the given orient.
-