Uses of Class
com.googlecode.wicket.jquery.ui.form.spinner.Spinner
Packages that use Spinner
-
Uses of Spinner in com.googlecode.wicket.jquery.ui.form.spinner
Subclasses of Spinner in com.googlecode.wicket.jquery.ui.form.spinnerModifier and TypeClassDescriptionclass
AjaxSpinner<T extends Number>
Provides an ajax jQuery spinner based on aTextField
Thetype
ctor arg is mandatory due to theAjaxSpinner.convertValue(String)
methodMethods in com.googlecode.wicket.jquery.ui.form.spinner that return SpinnerModifier and TypeMethodDescriptionSpinner.setCulture
(String culture) Sets the culture to use for parsing and formatting the value.
More: https://github.com/jquery/globalizeSets the max.Sets the max.
If Globalize is included, the max option canbe passed as a string which will be parsed based on the numberFormat and culture options; otherwise it will fall back to the native parseFloat() method.
More: https://github.com/jquery/globalizeSets the min.Sets the min.
If Globalize is included, the min option can be passed as a string which will be parsed based on the numberFormat and culture options; otherwise it will fall back to the native parseFloat() method.
More: https://github.com/jquery/globalizeSets the number of steps to take when paging via the pageUp/pageDown methods.Sets the size of the step to take when spinning via buttons or via the stepUp()/stepDown() methods.