T - public static interface LabelsView.LabelTextProvider<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
getLabelText(android.widget.TextView label,
int position,
T data)
根据data和position返回label需要需要显示的数据。
|
java.lang.CharSequence getLabelText(android.widget.TextView label,
int position,
T data)
label - position - data -