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 ISpace
ISpace. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISpace Modifier and Type Method Description static ISpace
ISpaceCtrl. from(Space instance)
static ISpace
ISpace. ofHeight(java.lang.String height)
Returns the instance with the given height.static ISpace
ISpace. ofId(java.lang.String id)
Returns the instance with the given id.static ISpace
ISpace. ofOrient(ISeparatorBase.Orient orient)
Returns the instance with the given orient.
-