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 IMultisliderIMultislider. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IMultislider Modifier and Type Method Description static IMultisliderIMultisliderCtrl. from(org.zkoss.zkmax.zul.Multislider instance)static IMultisliderIMultislider. of(int min, int max)Returns the instance with the given min and max valuestatic IMultisliderIMultislider. of(java.lang.Iterable<? extends ISliderbuttons> children)Returns the instance with the givenISliderbuttonschildren.static IMultisliderIMultislider. of(ISliderbuttons... children)Returns the instance with the givenISliderbuttonschildren.static IMultisliderIMultislider. ofId(java.lang.String id)Returns the instance with the given id.static IMultisliderIMultislider. ofOrient(java.lang.String orient)Returns the instance with the given orient.static IMultisliderIMultislider. ofOrient(IRangesliderBase.Orient orient)Returns the instance with the given orient.
-