public abstract static class PickerView.Adapter<T extends PickerView.PickerItem>
extends java.lang.Object
| Constructor and Description |
|---|
Adapter() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getItem(int index) |
abstract int |
getItemCount() |
T |
getLastItem() |
java.lang.String |
getText(int index) |
void |
notifyDataSetChanged() |