widgets/picker library
A generic picker that allows an item to be selected. It is composed of one or more wheels, optionally, with separators between those wheels.
Recommended for touch devices.
See https://forui.dev/docs/form/picker for working examples.
Classes
- FPicker
- A generic picker that allows an item to be selected. It is composed of one or more FPickerWheels, optionally, with separators between those wheels.
- FPickerController
- A picker's controller.
- FPickerStyle
- FPickerStyle's style.
- FPickerWheel
- A picker wheel that displays a list of items that can be scrolled vertically.
Mixins
- FPickerWheelMixin
- A marker interface that indicates that a widget is a picker wheel.