Classes
ListPicker
ListPicker
Represents an list picker.
Summary
Constructors
Constructors
constructor
new ListPicker(): ListPicker
Returns ListPicker
Properties
android
Gets the native [android.widget.NumberPicker](http://developer.android.com/reference/android/widget/NumberPicker.html) that represents the user interface for this component. Valid only when running on Android OS.
ios
Gets the native iOS [UIPickerView](http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIDatePicker_Class/index.html) that represents the user interface for this component. Valid only when running on iOS.
items
Gets or set the items collection of the ListPicker.
The items property can be set to an array or an object defining length and getItem(index) method.
selectedIndex
Gets or sets the selected index.
- Previous
- LayoutBase
- Next
- ListView