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:
CursorAdapter.convertToString(android.database.Cursor)
convertToString
CharSequence convertToString(android.database.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
Copyright © 2011-2012 Google. All Rights Reserved.