android.support.v4.widget
Interface SimpleCursorAdapter.CursorToStringConverter
- Enclosing class:
- SimpleCursorAdapter
public static interface SimpleCursorAdapter.CursorToStringConverter
This class can be used by external clients of SimpleCursorAdapter
to define how the Cursor should be converted to a String.
- See Also:
android.widget.CursorAdapter#convertToString(android.database.Cursor)
Method Summary |
java.lang.CharSequence |
convertToString(Cursor cursor)
Returns a CharSequence representing the specified Cursor. |
convertToString
java.lang.CharSequence convertToString(Cursor cursor)
- Returns a CharSequence representing the specified Cursor.
- Parameters:
cursor
- the cursor for which a CharSequence representation
is requested
- Returns:
- a non-null CharSequence representing the cursor