Table of Contents

Class SimpleCursorAdapter

Namespace
Android.Widget
Assembly
MASES.Netdroid.dll
public class SimpleCursorAdapter : JVMBridgeBase<SimpleCursorAdapter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<SimpleCursorAdapter>
SimpleCursorAdapter
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<SimpleCursorAdapter>.IsAssignableFrom(IJavaType)
JVMBridgeBase<SimpleCursorAdapter>.IsAssignableFrom<T>()
JVMBridgeBase<SimpleCursorAdapter>.Execute<T>(params T[])
JVMBridgeBase<SimpleCursorAdapter>.DynBridgeClazz
JVMBridgeBase<SimpleCursorAdapter>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

SimpleCursorAdapter()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public SimpleCursorAdapter()

SimpleCursorAdapter(Context, int, Cursor, String[], int[])

[Obsolete]
public SimpleCursorAdapter(Context arg0, int arg1, Cursor arg2, String[] arg3, int[] arg4)

Parameters

arg0 Context

Context

arg1 int

int

arg2 Cursor

Cursor

arg3 String[]

String

arg4 int[]

int

SimpleCursorAdapter(Context, int, Cursor, String[], int[], int)

public SimpleCursorAdapter(Context arg0, int arg1, Cursor arg2, String[] arg3, int[] arg4, int arg5)

Parameters

arg0 Context

Context

arg1 int

int

arg2 Cursor

Cursor

arg3 String[]

String

arg4 int[]

int

arg5 int

int

SimpleCursorAdapter(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public SimpleCursorAdapter(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

ChangeCursorAndColumns(Cursor, String[], int[])

public void ChangeCursorAndColumns(Cursor arg0, String[] arg1, int[] arg2)

Parameters

arg0 Cursor

Cursor

arg1 String[]

String

arg2 int[]

int

GetCursorToStringConverter()

public SimpleCursorAdapter.CursorToStringConverter GetCursorToStringConverter()

Returns

SimpleCursorAdapter.CursorToStringConverter

SimpleCursorAdapter.CursorToStringConverter

GetStringConversionColumn()

public int GetStringConversionColumn()

Returns

int

int

GetViewBinder()

public SimpleCursorAdapter.ViewBinder GetViewBinder()

Returns

SimpleCursorAdapter.ViewBinder

SimpleCursorAdapter.ViewBinder

SetCursorToStringConverter(CursorToStringConverter)

public void SetCursorToStringConverter(SimpleCursorAdapter.CursorToStringConverter arg0)

Parameters

arg0 SimpleCursorAdapter.CursorToStringConverter

SimpleCursorAdapter.CursorToStringConverter

SetStringConversionColumn(int)

public void SetStringConversionColumn(int arg0)

Parameters

arg0 int

int

SetViewBinder(ViewBinder)

public void SetViewBinder(SimpleCursorAdapter.ViewBinder arg0)

Parameters

arg0 SimpleCursorAdapter.ViewBinder

SimpleCursorAdapter.ViewBinder

SetViewImage(ImageView, String)

public void SetViewImage(ImageView arg0, String arg1)

Parameters

arg0 ImageView

ImageView

arg1 String

String

SetViewText(TextView, String)

public void SetViewText(TextView arg0, String arg1)

Parameters

arg0 TextView

TextView

arg1 String

String