Uses of Interface
org.zkoss.stateless.sul.ISliderbuttons
-
Packages that use ISliderbuttons Package Description org.zkoss.stateless.sul -
-
Uses of ISliderbuttons in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ISliderbuttons Modifier and Type Field Description static ISliderbuttons
ISliderbuttons. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISliderbuttons Modifier and Type Method Description static ISliderbuttons
ISliderbuttonsCtrl. from(Sliderbuttons instance)
static ISliderbuttons
ISliderbuttons. of(int start, int end)
Returns the instance with the given start and end values.static ISliderbuttons
ISliderbuttons. ofId(java.lang.String id)
Returns the instance with the given id.ISliderbuttons
ISliderbuttons. withEndValue(int endValue)
Returns a copy ofthis
immutable component with the specifiedendValue
.ISliderbuttons
ISliderbuttons. withStartValue(int startValue)
Returns a copy ofthis
immutable component with the specifiedstartValue
.Methods in org.zkoss.stateless.sul with parameters of type ISliderbuttons Modifier and Type Method Description static IMultislider
IMultislider. of(ISliderbuttons... children)
Returns the instance with the givenISliderbuttons
children.Method parameters in org.zkoss.stateless.sul with type arguments of type ISliderbuttons Modifier and Type Method Description static IMultislider
IMultislider. of(java.lang.Iterable<? extends ISliderbuttons> children)
Returns the instance with the givenISliderbuttons
children.
-