Package apple.uikit.protocol
Interface UIPickerViewDataSource
-
public interface UIPickerViewDataSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longnumberOfComponentsInPickerView(UIPickerView pickerView)returns the number of 'columns' to display.longpickerViewNumberOfRowsInComponent(UIPickerView pickerView, long component)returns the # of rows in each component..
-
-
-
Method Detail
-
numberOfComponentsInPickerView
long numberOfComponentsInPickerView(UIPickerView pickerView)
returns the number of 'columns' to display.
-
pickerViewNumberOfRowsInComponent
long pickerViewNumberOfRowsInComponent(UIPickerView pickerView, long component)
returns the # of rows in each component..
-
-