Uses of Interface
org.zkoss.stateless.sul.ISeparator
-
Packages that use ISeparator Package Description org.zkoss.stateless.sul -
-
Uses of ISeparator in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ISeparator Modifier and Type Field Description static ISeparator
ISeparator. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISeparator Modifier and Type Method Description static ISeparator
ISeparatorCtrl. from(Separator instance)
static ISeparator
ISeparator. ofId(java.lang.String id)
Returns the instance with the given id.static ISeparator
ISeparator. ofOrient(ISeparatorBase.Orient orient)
Returns the instance with the given orient.static ISeparator
ISeparator. ofWidth(java.lang.String width)
Returns the instance with the given width.
-