CursorTreeAdapter 类

定义

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

[Android.Runtime.Register("android/widget/CursorTreeAdapter", DoNotGenerateAcw=true)]
public abstract class CursorTreeAdapter : Android.Widget.BaseExpandableListAdapter, Android.Widget.IFilterable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/widget/CursorTreeAdapter", DoNotGenerateAcw=true)>]
type CursorTreeAdapter = class
    inherit BaseExpandableListAdapter
    interface IFilterable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
继承
派生
属性
实现

注解

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。 顶级 Cursor (在构造函数中给出)公开组,而随后 Cursor#getChildrenCursor(Cursor) 特定组中的子级返回。 游标必须包含名为“_id”的列,否则此类将不起作用。

适用于 . 的 android.widget.CursorTreeAdapterJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

构造函数

CursorTreeAdapter(ICursor, Context)

构造函数。

CursorTreeAdapter(ICursor, Context, Boolean)

构造函数。

CursorTreeAdapter(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

属性

ChildTypeCount

要添加

(继承自 BaseExpandableListAdapter)
Class

返回此 Object的运行时类。

(继承自 Object)
Cursor

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

Filter

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

FilterQueryProvider

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

GroupCount

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

GroupTypeCount

要添加

(继承自 BaseExpandableListAdapter)
Handle

基础 Android 实例的句柄。

(继承自 Object)
HasStableIds

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

IsEmpty

要添加

(继承自 BaseExpandableListAdapter)
JniIdentityHashCode

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
JniPeerMembers

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

PeerReference

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
ThresholdClass

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

ThresholdType

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

方法

AreAllItemsEnabled() (继承自 BaseExpandableListAdapter)
BindChildView(View, Context, ICursor, Boolean)

将现有视图绑定到游标指向的子数据

BindGroupView(View, Context, ICursor, Boolean)

将现有视图绑定到游标指向的组数据。

ChangeCursor(ICursor)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

Clone()

创建并返回此对象的副本。

(继承自 Object)
ConvertToString(ICursor)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

Dispose()

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
Dispose(Boolean)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
Equals(Object)

指示其他对象是否“等于”此对象。

(继承自 Object)
GetChild(Int32, Int32)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

GetChildId(Int32, Int32)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

GetChildrenCount(Int32)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

GetChildrenCursor(ICursor)

获取给定组的子级的游标。

GetChildType(Int32, Int32)

要添加

(继承自 BaseExpandableListAdapter)
GetChildView(Int32, Int32, Boolean, View, ViewGroup)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

GetCombinedChildId(Int64, Int64)

如果根据此方案预见 ID 中发生冲突,请重写此方法:

(继承自 BaseExpandableListAdapter)
GetCombinedGroupId(Int64)

如果根据此方案预见 ID 中发生冲突,请重写此方法:

(继承自 BaseExpandableListAdapter)
GetGroup(Int32)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

GetGroupId(Int32)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

GetGroupType(Int32)

要添加

(继承自 BaseExpandableListAdapter)
GetGroupView(Int32, Boolean, View, ViewGroup)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

GetHashCode()

返回对象的哈希代码值。

(继承自 Object)
IsChildSelectable(Int32, Int32)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

JavaFinalize()

当垃圾回收确定不再引用该对象时,由对象上的垃圾回收器调用。

(继承自 Object)
NewChildView(Context, ICursor, Boolean, ViewGroup)

创建一个新的子视图,用于保存游标指向的数据。

NewGroupView(Context, ICursor, Boolean, ViewGroup)

创建一个新的组视图,用于保存游标指向的组数据。

Notify()

唤醒正在等待此对象的监视器的单个线程。

(继承自 Object)
NotifyAll()

唤醒正在等待此对象的监视器的所有线程。

(继承自 Object)
NotifyDataSetChanged() (继承自 BaseExpandableListAdapter)
NotifyDataSetChanged(Boolean)

通知数据集更改,但可以选择不释放任何缓存的游标。

NotifyDataSetInvalidated() (继承自 BaseExpandableListAdapter)
OnGroupCollapsed(Int32)

折叠组时调用。

(继承自 BaseExpandableListAdapter)
OnGroupExpanded(Int32)

展开组时调用。

(继承自 BaseExpandableListAdapter)
RegisterDataSetObserver(DataSetObserver) (继承自 BaseExpandableListAdapter)
RunQueryOnBackgroundThread(ICharSequence)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

RunQueryOnBackgroundThread(String)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

SetChildrenCursor(Int32, ICursor)

设置特定组的子游标。

SetGroupCursor(ICursor)

设置组游标。

SetHandle(IntPtr, JniHandleOwnership)

设置 Handle 属性。

(继承自 Object)
ToArray<T>()

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
ToString()

返回对象的字符串表示形式。

(继承自 Object)
UnregisterDataSetObserver(DataSetObserver) (继承自 BaseExpandableListAdapter)
UnregisterFromRuntime()

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
Wait()

使当前线程等待,直到唤醒它,通常是通过 em 通知/em> 或 <em>interrupted</em>。<><

(继承自 Object)
Wait(Int64)

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。

(继承自 Object)
Wait(Int64, Int32)

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。

(继承自 Object)

显式接口实现

IJavaPeerable.Disposed()

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
IJavaPeerable.DisposeUnlessReferenced()

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
IJavaPeerable.Finalized()

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
IJavaPeerable.JniManagedPeerState

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

(继承自 Object)

扩展方法

JavaCast<TResult>(IJavaObject)

执行 Android 运行时检查的类型转换。

JavaCast<TResult>(IJavaObject)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

GetJniTypeName(IJavaPeerable)

一个适配器,用于向小组件公开一系列CursorExpandableListView数据。

适用于