Table of Contents

Class SimpleExpandableListAdapter

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

Constructors

SimpleExpandableListAdapter(Context, List, int, String[], int[], List, int, String[], int[])

public SimpleExpandableListAdapter(Context arg0, List arg1, int arg2, String[] arg3, int[] arg4, List arg5, int arg6, String[] arg7, int[] arg8)

Parameters

arg0 Context

Context

arg1 List

List

arg2 int

int

arg3 String[]

String

arg4 int[]

int

arg5 List

List

arg6 int

int

arg7 String[]

String

arg8 int[]

int

SimpleExpandableListAdapter(Context, List, int, int, String[], int[], List, int, String[], int[])

public SimpleExpandableListAdapter(Context arg0, List arg1, int arg2, int arg3, String[] arg4, int[] arg5, List arg6, int arg7, String[] arg8, int[] arg9)

Parameters

arg0 Context

Context

arg1 List

List

arg2 int

int

arg3 int

int

arg4 String[]

String

arg5 int[]

int

arg6 List

List

arg7 int

int

arg8 String[]

String

arg9 int[]

int

SimpleExpandableListAdapter(Context, List, int, int, String[], int[], List, int, int, String[], int[])

public SimpleExpandableListAdapter(Context arg0, List arg1, int arg2, int arg3, String[] arg4, int[] arg5, List arg6, int arg7, int arg8, String[] arg9, int[] arg10)

Parameters

arg0 Context

Context

arg1 List

List

arg2 int

int

arg3 int

int

arg4 String[]

String

arg5 int[]

int

arg6 List

List

arg7 int

int

arg8 int

int

arg9 String[]

String

arg10 int[]

int

SimpleExpandableListAdapter(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 SimpleExpandableListAdapter(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

CreatePoolableInstance(Context, List, int, String[], int[], List, int, String[], int[])

HPA initializer for SimpleExpandableListAdapter(Android.Content.Context arg0, Java.Util.List arg1, int arg2, Java.Lang.String[] arg3, int[] arg4, Java.Util.List arg5, int arg6, Java.Lang.String[] arg7, int[] arg8)

public static SimpleExpandableListAdapter CreatePoolableInstance(Context arg0, List arg1, int arg2, String[] arg3, int[] arg4, List arg5, int arg6, String[] arg7, int[] arg8)

Parameters

arg0 Context
arg1 List
arg2 int
arg3 String[]
arg4 int[]
arg5 List
arg6 int
arg7 String[]
arg8 int[]

Returns

SimpleExpandableListAdapter

CreatePoolableInstance(Context, List, int, int, String[], int[], List, int, String[], int[])

HPA initializer for SimpleExpandableListAdapter(Android.Content.Context arg0, Java.Util.List arg1, int arg2, int arg3, Java.Lang.String[] arg4, int[] arg5, Java.Util.List arg6, int arg7, Java.Lang.String[] arg8, int[] arg9)

public static SimpleExpandableListAdapter CreatePoolableInstance(Context arg0, List arg1, int arg2, int arg3, String[] arg4, int[] arg5, List arg6, int arg7, String[] arg8, int[] arg9)

Parameters

arg0 Context
arg1 List
arg2 int
arg3 int
arg4 String[]
arg5 int[]
arg6 List
arg7 int
arg8 String[]
arg9 int[]

Returns

SimpleExpandableListAdapter

CreatePoolableInstance(Context, List, int, int, String[], int[], List, int, int, String[], int[])

HPA initializer for SimpleExpandableListAdapter(Android.Content.Context arg0, Java.Util.List arg1, int arg2, int arg3, Java.Lang.String[] arg4, int[] arg5, Java.Util.List arg6, int arg7, int arg8, Java.Lang.String[] arg9, int[] arg10)

public static SimpleExpandableListAdapter CreatePoolableInstance(Context arg0, List arg1, int arg2, int arg3, String[] arg4, int[] arg5, List arg6, int arg7, int arg8, String[] arg9, int[] arg10)

Parameters

arg0 Context
arg1 List
arg2 int
arg3 int
arg4 String[]
arg5 int[]
arg6 List
arg7 int
arg8 int
arg9 String[]
arg10 int[]

Returns

SimpleExpandableListAdapter

NewChildView(bool, ViewGroup)

public View NewChildView(bool arg0, ViewGroup arg1)

Parameters

arg0 bool

bool

arg1 ViewGroup

ViewGroup

Returns

View

View

NewGroupView(bool, ViewGroup)

public View NewGroupView(bool arg0, ViewGroup arg1)

Parameters

arg0 bool

bool

arg1 ViewGroup

ViewGroup

Returns

View

View