public static interface SimpleCursorAdapter.CursorToStringConverter
| android.support.v4.widget.SimpleCursorAdapter.CursorToStringConverter |
SimpleCursorAdapter的外部客户端可以使用此类来定义Cursor应该如何转换为字符串。
公共方法(Public methods) |
|
|---|---|
abstract CharSequence |
convertToString(Cursor cursor) 返回表示指定游标的CharSequence。 |
CharSequence convertToString (Cursor cursor)
返回表示指定游标的CharSequence。
| 参数(Parameters) | |
|---|---|
cursor |
Cursor: the cursor for which a CharSequence representation is requested |
| 返回(Returns) | |
|---|---|
CharSequence |
a non-null CharSequence representing the cursor |