Uses of Interface
org.zkoss.stateless.sul.IRangeslider
-
Packages that use IRangeslider Package Description org.zkoss.stateless.sul -
-
Uses of IRangeslider in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IRangeslider Modifier and Type Field Description static IRangeslider
IRangeslider. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRangeslider Modifier and Type Method Description static IRangeslider
IRangesliderCtrl. from(Rangeslider instance)
static IRangeslider
IRangeslider. of(int startValue, int endValue)
Returns the instance with the given startValue and endValuestatic IRangeslider
IRangeslider. ofId(java.lang.String id)
Returns the instance with the given id.static IRangeslider
IRangeslider. ofOrient(java.lang.String orient)
Returns the instance with the given orient.static IRangeslider
IRangeslider. ofOrient(IRangesliderBase.Orient orient)
Returns the instance with the given orient.default IRangeslider
IRangeslider. withEndValue(int endValue)
Returns a copy ofthis
immutable component with the specifiedendValue
.default IRangeslider
IRangeslider. withStartValue(int startValue)
Returns a copy ofthis
immutable component with the specifiedstartValue
.
-