Android7.0中文文档(API)-- SimpleCursorAdapter

完整内容,请查看:http://www.zhdoc.net/android/reference/android/widget/SimpleCursorAdapter.html

SimpleCursorAdapter

public class SimpleCursorAdapter
extends ResourceCursorAdapter

java.lang.Object
   ↳android.widget.BaseAdapter
    ↳android.widget.CursorAdapter
     ↳android.widget.ResourceCursorAdapter
      ↳android.widget.SimpleCursorAdapter


An easy adapter to map columns from a cursor to TextViews or ImageViews defined in an XML file. You can specify which columns you want, which views you want to display the columns, and the XML file that defines the appearance of these views. Binding occurs in two phases. First, if a SimpleCursorAdapter.ViewBinder is available, setViewValue(android.view.View, android.database.Cursor, int) is invoked. If the returned value is true, binding has occured. If the returned value is false and the view to bind is a TextView, setViewText(TextView, String) is invoked. If the returned value is false and the view to bind is an ImageView, setViewImage(ImageView, String) is invoked. If no appropriate binding can be found, an IllegalStateException is thrown. If this adapter is used with filtering, for instance in an AutoCompleteTextView, you can use the SimpleCursorAdapter.CursorToStringConverter and the FilterQueryProvider interfaces to get control over the filtering process. You can refer to convertToString(android.database.Cursor) and runQueryOnBackgroundThread(CharSequence) for more information.
一个简单的适配器,从游标位置开始映射列到定义在一个XML文件中的TextView或ImageView你可以指定想要的列,想要显示列的视图,以及定义这些视图外观的XML文件。将数据绑定到视图有两个阶段。首先,如果SimpleCursorAdapter.ViewBinder是可用的,则调用setViewValue(android.view.View, android.database.Cursor, int)。如果返回值为true,则绑定成功。如果返回值为false,则调用setViewText(TextView, String),以将视图绑定到一个TextView。如果返回值为false,则调用setViewImage(ImageView, String),以将视图绑定到一个ImageView。如果找不到合适的绑定,则抛出一个IllegalStateException异常。如果该适配器使用过滤,例如在AutoCompleteTextView中,你可以使用SimpleCursorAdapter.CursorToStringConverterFilterQueryProvider接口,以获得对过滤过程的控制。更多信息,你可以参考convertToString(android.database.Cursor)runQueryOnBackgroundThread(CharSequence)

摘要


嵌套类

interfaceSimpleCursorAdapter.CursorToStringConverter

This class can be used by external clients of SimpleCursorAdapter to define how the Cursor should be converted to a String. 
这个类可以由SimpleCursorAdapter的外部客户端使用,来定义如何将游标(Cursor)转换为字符串。 

interfaceSimpleCursorAdapter.ViewBinder

This class can be used by external clients of SimpleCursorAdapter to bind values fom the Cursor to views. 
这个类可以由SimpleCursorAdapter的外部客户端使用,以便将从游标(Cursor)处的值绑定到视图。 

继承常量

From class android.widget.CursorAdapter
From interface android.widget.Adapter

Public构造方法

SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to)

This constructor was deprecated in API level 11. This option is discouraged, as it results in Cursor queries being performed on the application's UI thread and thus can cause poor responsiveness or even Application Not Responding errors. As an alternative, use LoaderManager with a CursorLoader.
此常量在API level 11版本中被取消。这个选项已被删除,因为它会导致在应用程序UI线程上执行游标查询,从而导致糟糕的响应能力,甚至出现应用程序不响应错误。可以选择使用LoaderManagerCursorLoader

SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to, int flags)

Standard constructor.
标准构造方法。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值