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 ISliderbuttonsISliderbuttons. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISliderbuttons Modifier and Type Method Description static ISliderbuttonsISliderbuttonsCtrl. from(org.zkoss.zkex.zul.Sliderbuttons instance)static ISliderbuttonsISliderbuttons. of(int start, int end)Returns the instance with the given start and end values.static ISliderbuttonsISliderbuttons. ofId(java.lang.String id)Returns the instance with the given id.ISliderbuttonsISliderbuttons. withEndValue(int endValue)Returns a copy ofthisimmutable component with the specifiedendValue.ISliderbuttonsISliderbuttons. withStartValue(int startValue)Returns a copy ofthisimmutable component with the specifiedstartValue.Methods in org.zkoss.stateless.sul with parameters of type ISliderbuttons Modifier and Type Method Description static IMultisliderIMultislider. of(ISliderbuttons... children)Returns the instance with the givenISliderbuttonschildren.Method parameters in org.zkoss.stateless.sul with type arguments of type ISliderbuttons Modifier and Type Method Description static IMultisliderIMultislider. of(java.lang.Iterable<? extends ISliderbuttons> children)Returns the instance with the givenISliderbuttonschildren.
-