Class SimpleCursorTreeAdapter
public class SimpleCursorTreeAdapter : JVMBridgeBase<SimpleCursorTreeAdapter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
SimpleCursorTreeAdapter
- Implements
- Extension Methods
Constructors
SimpleCursorTreeAdapter(Context, Cursor, int, String[], int[], int, String[], int[])
public SimpleCursorTreeAdapter(Context arg0, Cursor arg1, int arg2, String[] arg3, int[] arg4, int arg5, String[] arg6, int[] arg7)
Parameters
SimpleCursorTreeAdapter(Context, Cursor, int, int, String[], int[], int, String[], int[])
public SimpleCursorTreeAdapter(Context arg0, Cursor arg1, int arg2, int arg3, String[] arg4, int[] arg5, int arg6, String[] arg7, int[] arg8)
Parameters
arg0Contextarg1Cursorarg2intarg3intarg4String[]arg5int[]arg6intarg7String[]arg8int[]
SimpleCursorTreeAdapter(Context, Cursor, int, int, String[], int[], int, int, String[], int[])
public SimpleCursorTreeAdapter(Context arg0, Cursor arg1, int arg2, int arg3, String[] arg4, int[] arg5, int arg6, int arg7, String[] arg8, int[] arg9)
Parameters
arg0Contextarg1Cursorarg2intarg3intarg4String[]arg5int[]arg6intarg7intarg8String[]arg9int[]
SimpleCursorTreeAdapter(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 SimpleCursorTreeAdapter(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance(Context, Cursor, int, String[], int[], int, String[], int[])
HPA initializer for SimpleCursorTreeAdapter(Android.Content.Context arg0, Android.Database.Cursor arg1, int arg2, Java.Lang.String[] arg3, int[] arg4, int arg5, Java.Lang.String[] arg6, int[] arg7)
public static SimpleCursorTreeAdapter CreatePoolableInstance(Context arg0, Cursor arg1, int arg2, String[] arg3, int[] arg4, int arg5, String[] arg6, int[] arg7)
Parameters
Returns
CreatePoolableInstance(Context, Cursor, int, int, String[], int[], int, String[], int[])
HPA initializer for SimpleCursorTreeAdapter(Android.Content.Context arg0, Android.Database.Cursor arg1, int arg2, int arg3, Java.Lang.String[] arg4, int[] arg5, int arg6, Java.Lang.String[] arg7, int[] arg8)
public static SimpleCursorTreeAdapter CreatePoolableInstance(Context arg0, Cursor arg1, int arg2, int arg3, String[] arg4, int[] arg5, int arg6, String[] arg7, int[] arg8)
Parameters
arg0Contextarg1Cursorarg2intarg3intarg4String[]arg5int[]arg6intarg7String[]arg8int[]
Returns
CreatePoolableInstance(Context, Cursor, int, int, String[], int[], int, int, String[], int[])
HPA initializer for SimpleCursorTreeAdapter(Android.Content.Context arg0, Android.Database.Cursor arg1, int arg2, int arg3, Java.Lang.String[] arg4, int[] arg5, int arg6, int arg7, Java.Lang.String[] arg8, int[] arg9)
public static SimpleCursorTreeAdapter CreatePoolableInstance(Context arg0, Cursor arg1, int arg2, int arg3, String[] arg4, int[] arg5, int arg6, int arg7, String[] arg8, int[] arg9)
Parameters
arg0Contextarg1Cursorarg2intarg3intarg4String[]arg5int[]arg6intarg7intarg8String[]arg9int[]
Returns
GetViewBinder()
public SimpleCursorTreeAdapter.ViewBinder GetViewBinder()
Returns
SetViewBinder(ViewBinder)
public void SetViewBinder(SimpleCursorTreeAdapter.ViewBinder arg0)
Parameters
SetViewText(TextView, String)
public void SetViewText(TextView arg0, String arg1)