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

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

SimpleCursorTreeAdapter

public abstract class SimpleCursorTreeAdapter
extends ResourceCursorTreeAdapter

java.lang.Object
   ↳android.widget.BaseExpandableListAdapter
    ↳android.widget.CursorTreeAdapter
     ↳android.widget.ResourceCursorTreeAdapter
      ↳android.widget.SimpleCursorTreeAdapter


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. Separate XML files for child and groups are possible. Binding occurs in two phases. First, if a SimpleCursorTreeAdapter.ViewBinder is available, setViewValue(android.view.View, android.database.Cursor, int) is invoked. If the returned value is true, binding has occurred. 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.
一个简单的适配器,从游标位置开始映射列到定义在一个XML文件中的TextView或ImageView你可以指定想要的列,想要显示列的视图,以及定义这些视图外观的XML文件。可能的话,为每个子项和组项指定单独的XML文件。将数据绑定到视图有两个阶段。首先,如果SimpleCursorTreeAdapter.ViewBinder是可用的,则调用setViewValue(android.view.View, android.database.Cursor, int)。如果返回值为true,则绑定成功。如果返回值为false,则调用setViewText(TextView, String),以将视图绑定到一个TextView。如果返回值为false,则调用setViewImage(ImageView, String),以将视图绑定到一个ImageView。如果找不到合适的绑定,则抛出一个IllegalStateException异常。

摘要


嵌套类

interfaceSimpleCursorTreeAdapter.ViewBinder

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

Public构造方法

SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo)

Constructor.
构造方法。

SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo)

Constructor.
构造方法。

SimpleCursorTreeAdapter(Context context, Cursor cursor, int groupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo)

Constructor.
构造方法。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值