Table of Contents

Class CursorTreeAdapter

Namespace
Android.Widget
Assembly
MASES.Netdroid.dll
public class CursorTreeAdapter : JVMBridgeBase<CursorTreeAdapter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
CursorTreeAdapter
Implements
Extension Methods

Constructors

CursorTreeAdapter(Cursor, Context)

public CursorTreeAdapter(Cursor arg0, Context arg1)

Parameters

arg0 Cursor

Cursor

arg1 Context

Context

CursorTreeAdapter(Cursor, Context, bool)

public CursorTreeAdapter(Cursor arg0, Context arg1, bool arg2)

Parameters

arg0 Cursor

Cursor

arg1 Context

Context

arg2 bool

bool

CursorTreeAdapter(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CursorTreeAdapter(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

ChangeCursor(Cursor)

public void ChangeCursor(Cursor arg0)

Parameters

arg0 Cursor

Cursor

ConvertToString(Cursor)

public String ConvertToString(Cursor arg0)

Parameters

arg0 Cursor

Cursor

Returns

String

String

CreatePoolableInstance(Cursor, Context)

HPA initializer for CursorTreeAdapter(Android.Database.Cursor arg0, Android.Content.Context arg1)

public static CursorTreeAdapter CreatePoolableInstance(Cursor arg0, Context arg1)

Parameters

arg0 Cursor
arg1 Context

Returns

CursorTreeAdapter

CreatePoolableInstance(Cursor, Context, bool)

HPA initializer for CursorTreeAdapter(Android.Database.Cursor arg0, Android.Content.Context arg1, bool arg2)

public static CursorTreeAdapter CreatePoolableInstance(Cursor arg0, Context arg1, bool arg2)

Parameters

arg0 Cursor
arg1 Context
arg2 bool

Returns

CursorTreeAdapter

GetCursor()

public Cursor GetCursor()

Returns

Cursor

Cursor

GetFilter()

public Filter GetFilter()

Returns

Filter

Filter

GetFilterQueryProvider()

public FilterQueryProvider GetFilterQueryProvider()

Returns

FilterQueryProvider

FilterQueryProvider

NotifyDataSetChanged(bool)

public void NotifyDataSetChanged(bool arg0)

Parameters

arg0 bool

bool

RunQueryOnBackgroundThread(CharSequence)

public Cursor RunQueryOnBackgroundThread(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

Cursor

Cursor

SetChildrenCursor(int, Cursor)

public void SetChildrenCursor(int arg0, Cursor arg1)

Parameters

arg0 int

int

arg1 Cursor

Cursor

SetFilterQueryProvider(FilterQueryProvider)

public void SetFilterQueryProvider(FilterQueryProvider arg0)

Parameters

arg0 FilterQueryProvider

FilterQueryProvider

SetGroupCursor(Cursor)

public void SetGroupCursor(Cursor arg0)

Parameters

arg0 Cursor

Cursor

Operators

implicit operator Filterable(CursorTreeAdapter)

Converter from CursorTreeAdapter to Filterable

public static implicit operator Filterable(CursorTreeAdapter t)

Parameters

t CursorTreeAdapter

Returns

Filterable