See: Description
Class | Description |
---|---|
BaseSpinner |
Base class for spinners
|
DateSpinner |
A date spinner allows selecting a date value within the given date range
|
DateTimeSpinner |
The date and time spinner extends the time spinner by allowing to pick a specific day as well
|
GenericSpinner |
A spinner class that allows arbitrary values, this is effectively a combo box replacement for platforms
where a combo box is not available
|
NumericSpinner |
A spinner class that allows picking a number
|
Picker |
The picker is a component and API that allows either poping up a spinner or
using the native picker API when applicable.
|
TimeSpinner |
Allows selecting a time of day either in 24 hour batches or AM/PM format
|
Spinners allows picking of simple sequential values similarly to combo boxes but of a much wider value set. They are mostly designed for picking dates, numbers or hours of the day.