Android2.3r1API中文文档——BaseExpandableListAdapter(天涯明月.doc

Android2.3r1API中文文档——BaseExpandableListAdapter(天涯明月.doc

  1. 1、本文档共3页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Android2.3r1API中文文档——BaseExpandableListAdapter(天涯明月.doc

BaseExpandableListAdapter 译者署名: 天涯明月刀 译者博客: HYPERLINK / / 版本:Android 2.3 r1 结构 继承关系 public abstract class BaseExpandableListAdapter extends Object implements  HYPERLINK /reference/android/widget/ExpandableListAdapter.html ExpandableListAdapter,  HYPERLINK /reference/android/widget/HeterogeneousExpandableList.html HeterogeneousExpandableList java.lang.Object android.widget.BaseExpandableListAdapter 子类及间接子类 直接子类 CursorTreeAdapter,SimpleExpandableListAdapter 间接子类  HYPERLINK F:\Java\Eclipse+Android\android\docs\reference\android\widget\ResourceCursorTreeAdapter.htmlResourceCursorTreeAdapter,  HYPERLINK F:\Java\Eclipse+Android\android\docs\reference\android\widget\SimpleCursorTreeAdapter.htmlSimpleCursorTreeAdapter 类概述 BaseExpandableListAdapter是 HYPERLINK /reference/android/widget/ExpandableListAdapter.html ExpandableListAdapter的抽象基类,从一些数据中提供数据和视图给可折叠列表视图。 所有继承本类的Adapters需要保证实现的 HYPERLINK /reference/android/widget/BaseExpandableListAdapter.html \l getCombinedChildId%28long,%20long%29 getCombinedChildId(long, long)和  HYPERLINK /reference/android/widget/BaseExpandableListAdapter.html \l getCombinedGroupId%28long%29 getCombinedGroupId(long)方法能正确地从View组或View子元素的ID中生成唯一的ID号。 (译者注:组元素表示可折叠的列表项,子元素表示列表项展开后看到的多个子元素项。由于可折叠列表单纯寻找组元素和子元素的ID不是很方便,因此使用联合ID的方式来解决。于是有了getCombinedChildId()和getCombinedGroupId()方法。在andorid自带的ApiDomos的例子中有这个的代码:App/View/ExpandableList1)。 公共方法 public boolean areAllItemsEnabled () 是否启用所有元素。 public int getChildType (int groupPosition, int childPosition) 获取由 HYPERLINK /reference/android/widget/ExpandableListAdapter.html \l getChildView%28int,%20int,%20boolean,%20android.view.View,%20android.view.ViewGroup%29 getChildView(int, int, boolean, View, ViewGroup)方法创建的指定子元素类型。 参数 groupPosition 子元素所在的组位置 childPosition 子元素所在的位置 返回值 0表示任意一个子元素类型,因此此时应当只声明一种子元素类型。 public?int?getChildTypeCount() 获取由 HYPERLINK /reference/android/widget/ExpandableListAdapter.html \l getChildView%28int,%20int,%20boolean,%20android.view.View,%20an

文档评论(0)

170****0532 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8015033021000003

1亿VIP精品文档

相关文档