Uses of Class
com.googlecode.wicket.jquery.ui.form.slider.AbstractSlider
Packages that use AbstractSlider
-
Uses of AbstractSlider in com.googlecode.wicket.jquery.ui.form.slider
Subclasses of AbstractSlider in com.googlecode.wicket.jquery.ui.form.sliderModifier and TypeClassDescriptionclass
Provides a jQuery range slider based on aFormComponentPanel
This ajax version will post theComponent
, using aJQueryAjaxPostBehavior
, when the 'change' javascript method is called.class
Provides a jQuery slider based on aFormComponentPanel
This ajax version will post theComponent
, using aOnChangeAjaxBehavior
, when the 'change' javascript method is called.class
Provides a jQuery range slider based on aFormComponentPanel
class
Provides a jQuery slider based on aFormComponentPanel
Methods in com.googlecode.wicket.jquery.ui.form.slider that return AbstractSliderModifier and TypeMethodDescriptionfinal AbstractSlider<T>
AbstractSlider.setLabelId
(String markupId) Sets the label's markupId on which the current slide value will be displayed.
Warning: It cannot be set/changed once the Component has been initialized.Sets the max valueSets the min valueAbstractSlider.setOrientation
(Orientation orientation) Sets theOrientation
abstract AbstractSlider<T>
AbstractSlider.setRangeValidator
(org.apache.wicket.validation.validator.RangeValidator<Integer> validator) Adds aRangeValidator
so slider value(s) are valid only if comprised between minimum and maximum.
Warning: it does not define the minimum and maximum values the slider can slide on, but only valid ones.
To define the minimum and maximum values the slider can slide on, usesetMin(Integer)
andsetMax(Integer)
Dev note: this method is marked as abstract to make sure the developer that will add the validator to the right input(s) inonInitialize()
RangeSlider.setRangeValidator
(org.apache.wicket.validation.validator.RangeValidator<Integer> validator) Sets the step value