Uses of Interface
org.zkoss.stateless.sul.IMultislider
-
Packages that use IMultislider Package Description org.zkoss.stateless.sul -
-
Uses of IMultislider in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IMultislider Modifier and Type Field Description static IMultislider
IMultislider. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IMultislider Modifier and Type Method Description static IMultislider
IMultisliderCtrl. from(Multislider instance)
static IMultislider
IMultislider. of(int min, int max)
Returns the instance with the given min and max valuestatic IMultislider
IMultislider. of(java.lang.Iterable<? extends ISliderbuttons> children)
Returns the instance with the givenISliderbuttons
children.static IMultislider
IMultislider. of(ISliderbuttons... children)
Returns the instance with the givenISliderbuttons
children.static IMultislider
IMultislider. ofId(java.lang.String id)
Returns the instance with the given id.static IMultislider
IMultislider. ofOrient(java.lang.String orient)
Returns the instance with the given orient.static IMultislider
IMultislider. ofOrient(IRangesliderBase.Orient orient)
Returns the instance with the given orient.
-