Android
android.widget
public static interface

android.widget.SimpleCursorAdapter.CursorToStringConverter

android.widget.SimpleCursorAdapter.CursorToStringConverter

This class can be used by external clients of SimpleCursorAdapter to define how the Cursor should be converted to a String.

Summary

Public Methods

          CharSequence  convertToString(Cursor cursor)
Returns a CharSequence representing the specified Cursor.

Details

Public Methods

public 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
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56