Condividi tramite


CursorTreeAdapter Classe

Definizione

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

[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
Ereditarietà
Derivato
Attributi
Implementazioni

Commenti

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget. Il primo livello Cursor (specificato nel costruttore) espone i gruppi, mentre i successivi Cursorrestituiti da #getChildrenCursor(Cursor) espongono elementi figlio all'interno di un determinato gruppo. I cursori devono includere una colonna denominata "_id" oppure questa classe non funzionerà.

Documentazione java per android.widget.CursorTreeAdapter.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Costruttori

CursorTreeAdapter(ICursor, Context, Boolean)

Costruttore.

CursorTreeAdapter(ICursor, Context)

Costruttore.

CursorTreeAdapter(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

Proprietà

ChildTypeCount

Da aggiungere

(Ereditato da BaseExpandableListAdapter)
Class

Restituisce la classe di runtime di questo Objectoggetto .

(Ereditato da Object)
Cursor

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

Filter

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

FilterQueryProvider

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

GroupCount

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

GroupTypeCount

Da aggiungere

(Ereditato da BaseExpandableListAdapter)
Handle

Handle per l'istanza di Android sottostante.

(Ereditato da Object)
HasStableIds

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

IsEmpty

Da aggiungere

(Ereditato da BaseExpandableListAdapter)
JniIdentityHashCode

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
JniPeerMembers

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

PeerReference

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
ThresholdClass

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

ThresholdType

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

Metodi

AreAllItemsEnabled() (Ereditato da BaseExpandableListAdapter)
BindChildView(View, Context, ICursor, Boolean)

Associare una vista esistente ai dati figlio a cui punta il cursore

BindGroupView(View, Context, ICursor, Boolean)

Associare una visualizzazione esistente ai dati del gruppo a cui punta il cursore.

ChangeCursor(ICursor)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

Clone()

Crea e restituisce una copia di questo oggetto.

(Ereditato da Object)
ConvertToString(ICursor)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

Dispose()

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
Dispose(Boolean)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
Equals(Object)

Indica se un altro oggetto è "uguale a" questo.

(Ereditato da Object)
GetChild(Int32, Int32)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

GetChildId(Int32, Int32)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

GetChildrenCount(Int32)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

GetChildrenCursor(ICursor)

Ottiene il cursore per gli elementi figlio nel gruppo specificato.

GetChildType(Int32, Int32)

Da aggiungere

(Ereditato da BaseExpandableListAdapter)
GetChildView(Int32, Int32, Boolean, View, ViewGroup)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

GetCombinedChildId(Int64, Int64)

Eseguire l'override di questo metodo se si prevede un conflitto negli ID in base a questo schema:

(Ereditato da BaseExpandableListAdapter)
GetCombinedGroupId(Int64)

Eseguire l'override di questo metodo se si prevede un conflitto negli ID in base a questo schema:

(Ereditato da BaseExpandableListAdapter)
GetGroup(Int32)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

GetGroupId(Int32)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

GetGroupType(Int32)

Da aggiungere

(Ereditato da BaseExpandableListAdapter)
GetGroupView(Int32, Boolean, View, ViewGroup)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

GetHashCode()

Restituisce un valore del codice hash per l'oggetto.

(Ereditato da Object)
IsChildSelectable(Int32, Int32)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

JavaFinalize()

Chiamato dal Garbage Collector su un oggetto quando Garbage Collection determina che non sono presenti altri riferimenti all'oggetto .

(Ereditato da Object)
NewChildView(Context, ICursor, Boolean, ViewGroup)

Crea una nuova visualizzazione figlio per contenere i dati a cui punta il cursore.

NewGroupView(Context, ICursor, Boolean, ViewGroup)

Crea una nuova visualizzazione gruppo per contenere i dati del gruppo a cui punta il cursore.

Notify()

Riattiva un singolo thread in attesa del monitor dell'oggetto.

(Ereditato da Object)
NotifyAll()

Riattiva tutti i thread in attesa del monitor dell'oggetto.

(Ereditato da Object)
NotifyDataSetChanged() (Ereditato da BaseExpandableListAdapter)
NotifyDataSetChanged(Boolean)

Notifica una modifica del set di dati, ma con l'opzione di non rilasciare alcun cursore memorizzato nella cache.

NotifyDataSetInvalidated() (Ereditato da BaseExpandableListAdapter)
OnGroupCollapsed(Int32)

Chiamato quando un gruppo viene compresso.

(Ereditato da BaseExpandableListAdapter)
OnGroupExpanded(Int32)

Chiamato quando un gruppo viene espanso.

(Ereditato da BaseExpandableListAdapter)
RegisterDataSetObserver(DataSetObserver) (Ereditato da BaseExpandableListAdapter)
RunQueryOnBackgroundThread(ICharSequence)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

RunQueryOnBackgroundThread(String)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

SetChildrenCursor(Int32, ICursor)

Imposta il cursore figlio per un determinato gruppo.

SetGroupCursor(ICursor)

Imposta il cursore del gruppo.

SetHandle(IntPtr, JniHandleOwnership)

Imposta la proprietà Handle.

(Ereditato da Object)
ToArray<T>()

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
ToString()

Restituisce una rappresentazione di stringa dell'oggetto.

(Ereditato da Object)
UnregisterDataSetObserver(DataSetObserver) (Ereditato da BaseExpandableListAdapter)
UnregisterFromRuntime()

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
Wait()

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo <>una notifica</em> o <em>interrotto</em>.

(Ereditato da Object)
Wait(Int64, Int32)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo>< una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale.

(Ereditato da Object)
Wait(Int64)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo>< una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale.

(Ereditato da Object)

Implementazioni dell'interfaccia esplicita

IJavaPeerable.Disposed()

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
IJavaPeerable.DisposeUnlessReferenced()

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
IJavaPeerable.Finalized()

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
IJavaPeerable.JniManagedPeerState

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

(Ereditato da Object)

Metodi di estensione

JavaCast<TResult>(IJavaObject)

Esegue una conversione del tipo di tipo controllato dal runtime Android.

JavaCast<TResult>(IJavaObject)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

GetJniTypeName(IJavaPeerable)

Adattatore che espone i dati da una serie di Cursoroggetti a un ExpandableListView widget.

Si applica a