©
本文檔使用 php中文網手册 發布
SimpleCursorAdapter.CursorToStringConverter
版本:Android 3.0 r1
结构
继承关系
public static interface SimpleCusrorAdapter.CursorToStringConverter
java.lang.Object
android.widget.SimpleCursorAdapter.CursorToStringConverter
类概述
这个内部接口可以在外部通过SimpleCursorAdapter.CursorToStringConverter的方式定义怎样将Cursor转换成字符串。
参见
convertToString(android.database.Cursor)
公共方法
public abstract CharSequence convertToString (Cursor cursor)
返回CharSequence类型的值,用来表示参数cursor。
参数
cusor 需要转换成CharSequence类型的数据库游标。
返回值
返回代表参数cursor的非空字符串。