public class ListRange<T> extends Object implements Picker.Range<T>
| Constructor and Description |
|---|
ListRange(List<T> elements,
T selected) |
ListRange(List<T> elements,
T selected,
org.solovyev.common.text.Formatter<T> formatter) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
int |
getStartPosition() |
String |
getStringValueAt(int position) |
T |
getValueAt(int position) |
public int getStartPosition()
getStartPosition in interface Picker.Range<T>public int getCount()
getCount in interface Picker.Range<T>@Nonnull public String getStringValueAt(int position)
getStringValueAt in interface Picker.Range<T>@Nonnull public T getValueAt(int position)
getValueAt in interface Picker.Range<T>Copyright © 2015 se.solovyev. All Rights Reserved.