三木社区

标题: android API(3.0 r1)android.widget.SimpleCursorAdapter.CursorToStringConve... [打印本页]

作者: frankxu    时间: 2017-8-23 16:44
标题: android API(3.0 r1)android.widget.SimpleCursorAdapter.CursorToStringConve...
结构
继承关系
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的非空字符串。






欢迎光临 三木社区 (http://www.sanmulink.com/) Powered by Discuz! X3.3