| Package | Description |
|---|---|
| com.googlecode.wicket.jquery.ui.form.spinner |
| Modifier and Type | Method and Description |
|---|---|
Spinner<T> |
Spinner.setCulture(java.lang.String culture)
Sets the culture to use for parsing and formatting the value.
More: https://github.com/jquery/globalize |
Spinner<T> |
Spinner.setMax(java.lang.Number max)
Sets the max.
|
Spinner<T> |
Spinner.setMax(java.lang.String 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/globalize |
Spinner<T> |
Spinner.setMin(java.lang.Number min)
Sets the min.
|
Spinner<T> |
Spinner.setMin(java.lang.String 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/globalize |
Spinner<T> |
Spinner.setPage(java.lang.Number steps)
Sets the number of steps to take when paging via the pageUp/pageDown methods.
|
Spinner<T> |
Spinner.setStep(java.lang.Number size)
Sets the size of the step to take when spinning via buttons or via the stepUp()/stepDown() methods.
|
Copyright © 2014 7thWeb. All Rights Reserved.