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 IRangesliderIRangeslider. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRangeslider Modifier and Type Method Description static IRangesliderIRangesliderCtrl. from(org.zkoss.zkex.zul.Rangeslider instance)static IRangesliderIRangeslider. of(int startValue, int endValue)Returns the instance with the given startValue and endValuestatic IRangesliderIRangeslider. ofId(java.lang.String id)Returns the instance with the given id.static IRangesliderIRangeslider. ofOrient(java.lang.String orient)Returns the instance with the given orient.static IRangesliderIRangeslider. ofOrient(IRangesliderBase.Orient orient)Returns the instance with the given orient.default IRangesliderIRangeslider. withEndValue(int endValue)Returns a copy ofthisimmutable component with the specifiedendValue.default IRangesliderIRangeslider. withStartValue(int startValue)Returns a copy ofthisimmutable component with the specifiedstartValue.
-