Package org.zkoss.stateless.sul
Interface IMultislider
-
- All Superinterfaces:
IAnyGroup<IMultislider>,IChildable<IMultislider,ISliderbuttons>,IComponent<IMultislider>,IDisable<IMultislider>,IHtmlBasedComponent<IMultislider>,IRangesliderBase<IMultislider>,ISingleChildable<IMultislider,ISliderbuttons>,IXulElement<IMultislider>
public interface IMultislider extends IRangesliderBase<IMultislider>, IChildable<IMultislider,ISliderbuttons>
ImmutableMultislidercomponentA Multislider. Like Rangeslider, but it supports multiple slider buttons.
Support @Action
Name Action Type onRangeValueChange ActionData: RangeValueChangeData
Denotes the range value of a component has been changed by the user.- Author:
- katherine
- See Also:
Multislider
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIMultislider.BuilderBuilds instances of typeIMultislider.static classIMultislider.UpdaterBuilds an updater of typeIMultisliderforUiAgent.smartUpdate(Locator, SmartUpdater).-
Nested classes/interfaces inherited from interface org.zkoss.stateless.sul.IRangesliderBase
IRangesliderBase.Orient
-
-
Field Summary
Fields Modifier and Type Field Description static IMultisliderDEFAULTConstant for default attributes of this immutable component.
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.StringgetWidgetClass()Returns the client widget class.static IMultisliderof(int min, int max)Returns the instance with the given min and max valuestatic IMultisliderof(java.lang.Iterable<? extends ISliderbuttons> children)Returns the instance with the givenISliderbuttonschildren.static IMultisliderof(ISliderbuttons... children)Returns the instance with the givenISliderbuttonschildren.static IMultisliderofId(java.lang.String id)Returns the instance with the given id.static IMultisliderofOrient(java.lang.String orient)Returns the instance with the given orient.static IMultisliderofOrient(IRangesliderBase.Orient orient)Returns the instance with the given orient.-
Methods inherited from interface org.zkoss.stateless.sul.IChildable
getChildren, withChildren, withChildren
-
Methods inherited from interface org.zkoss.stateless.sul.IComponent
getAction, getActions, getClientAttributes, getId, getMold, getWidgetListeners, getWidgetOverrides, isVisible, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withActions, withActions, withClientAttribute, withClientAttributes, withId, withMold, withVisible, withWidgetClass, withWidgetListener, withWidgetListeners, withWidgetOverride, withWidgetOverrides
-
Methods inherited from interface org.zkoss.stateless.sul.IDisable
isDisabled, withDisabled
-
Methods inherited from interface org.zkoss.stateless.sul.IHtmlBasedComponent
getClientAction, getDraggable, getDroppable, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTabindex, getTooltiptext, getTop, getVflex, getWidth, getZclass, getZIndex, isFocus, withClientAction, withDraggable, withDroppable, withFocus, withHeight, withHflex, withLeft, withRenderdefer, withSclass, withStyle, withTabindex, withTabindex, withTooltiptext, withTop, withVflex, withWidth, withZclass, withZIndex
-
Methods inherited from interface org.zkoss.stateless.sul.IRangesliderBase
getMarks, getMarkScale, getMax, getMin, getOrient, getStep, isTooltipVisible, withMarks, withMarkScale, withMax, withMin, withOrient, withOrient, withStep, withTooltipVisible
-
Methods inherited from interface org.zkoss.stateless.sul.ISingleChildable
getChild, withChild
-
Methods inherited from interface org.zkoss.stateless.sul.IXulElement
getContext, getCtrlKeys, getPopup, getTooltip, withContext, withCtrlKeys, withPopup, withTooltip
-
-
-
-
Field Detail
-
DEFAULT
static final IMultislider DEFAULT
Constant for default attributes of this immutable component.
-
-
Method Detail
-
getWidgetClass
default java.lang.String getWidgetClass()
Returns the client widget class.Default:
"zkmax.slider.Multislider"- Specified by:
getWidgetClassin interfaceIComponent<IMultislider>
-
of
static IMultislider of(java.lang.Iterable<? extends ISliderbuttons> children)
Returns the instance with the givenISliderbuttonschildren.- Parameters:
children- The children ofISliderbuttons
-
of
static IMultislider of(ISliderbuttons... children)
Returns the instance with the givenISliderbuttonschildren.- Parameters:
children- The children ofISliderbuttons
-
of
static IMultislider of(int min, int max)
Returns the instance with the given min and max value- Parameters:
min- The minimum value of the slider.max- The minimum value of the slider.
-
ofOrient
static IMultislider ofOrient(java.lang.String orient)
Returns the instance with the given orient.- Parameters:
orient- The orient value
-
ofOrient
static IMultislider ofOrient(IRangesliderBase.Orient orient)
Returns the instance with the given orient.- Parameters:
orient- The orient value
-
ofId
static IMultislider ofId(java.lang.String id)
Returns the instance with the given id.- Parameters:
id- The id to identify this component
-
-