Table of Contents

Class BaseExpandableListAdapter

Namespace
Android.Widget
Assembly
MASES.Netdroid.dll
public class BaseExpandableListAdapter : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IExpandableListAdapter, IHeterogeneousExpandableList
Inheritance
JVMBridgeBase
JVMBridgeBase<JVMBridgeListener>
JVMBridgeListener
BaseExpandableListAdapter
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeListener.Dispose()
JVMBridgeListener.AutoInit
JVMBridgeListener.IsBridgeStatic
JVMBridgeListener.IsBridgeCloseable
JVMBridgeListener.IsBridgeListener
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom(IJavaType)
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom<T>()
JVMBridgeBase<JVMBridgeListener>.Execute<T>(params T[])
JVMBridgeBase<JVMBridgeListener>.DynBridgeClazz
JVMBridgeBase<JVMBridgeListener>.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.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeInterface
JVMBridgeBase.IsBridgeAbstract
Extension Methods

Constructors

BaseExpandableListAdapter()

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

public BaseExpandableListAdapter()

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

OnAreAllItemsEnabled

public Func<bool> OnAreAllItemsEnabled { get; set; }

Property Value

Func<bool>

Remarks

If OnAreAllItemsEnabled has a value it takes precedence over corresponding class method

OnGetChild

public Func<int, int, object> OnGetChild { get; set; }

Property Value

Func<int, int, object>

Remarks

If OnGetChild has a value it takes precedence over corresponding class method

OnGetChildId

public Func<int, int, long> OnGetChildId { get; set; }

Property Value

Func<int, int, long>

Remarks

If OnGetChildId has a value it takes precedence over corresponding class method

OnGetChildType

public Func<int, int, int> OnGetChildType { get; set; }

Property Value

Func<int, int, int>

Remarks

If OnGetChildType has a value it takes precedence over corresponding class method

OnGetChildTypeCount

public Func<int> OnGetChildTypeCount { get; set; }

Property Value

Func<int>

Remarks

If OnGetChildTypeCount has a value it takes precedence over corresponding class method

OnGetChildView

public Func<int, int, bool, View, ViewGroup, View> OnGetChildView { get; set; }

Property Value

Func<int, int, bool, View, ViewGroup, View>

Remarks

If OnGetChildView has a value it takes precedence over corresponding class method

OnGetChildrenCount

public Func<int, int> OnGetChildrenCount { get; set; }

Property Value

Func<int, int>

Remarks

If OnGetChildrenCount has a value it takes precedence over corresponding class method

OnGetCombinedChildId

public Func<long, long, long> OnGetCombinedChildId { get; set; }

Property Value

Func<long, long, long>

Remarks

If OnGetCombinedChildId has a value it takes precedence over corresponding class method

OnGetCombinedGroupId

public Func<long, long> OnGetCombinedGroupId { get; set; }

Property Value

Func<long, long>

Remarks

If OnGetCombinedGroupId has a value it takes precedence over corresponding class method

OnGetGroup

public Func<int, object> OnGetGroup { get; set; }

Property Value

Func<int, object>

Remarks

If OnGetGroup has a value it takes precedence over corresponding class method

OnGetGroupCount

public Func<int> OnGetGroupCount { get; set; }

Property Value

Func<int>

Remarks

If OnGetGroupCount has a value it takes precedence over corresponding class method

OnGetGroupId

public Func<int, long> OnGetGroupId { get; set; }

Property Value

Func<int, long>

Remarks

If OnGetGroupId has a value it takes precedence over corresponding class method

OnGetGroupType

public Func<int, int> OnGetGroupType { get; set; }

Property Value

Func<int, int>

Remarks

If OnGetGroupType has a value it takes precedence over corresponding class method

OnGetGroupTypeCount

public Func<int> OnGetGroupTypeCount { get; set; }

Property Value

Func<int>

Remarks

If OnGetGroupTypeCount has a value it takes precedence over corresponding class method

OnGetGroupView

public Func<int, bool, View, ViewGroup, View> OnGetGroupView { get; set; }

Property Value

Func<int, bool, View, ViewGroup, View>

Remarks

If OnGetGroupView has a value it takes precedence over corresponding class method

OnHasStableIds

public Func<bool> OnHasStableIds { get; set; }

Property Value

Func<bool>

Remarks

If OnHasStableIds has a value it takes precedence over corresponding class method

OnIsChildSelectable

public Func<int, int, bool> OnIsChildSelectable { get; set; }

Property Value

Func<int, int, bool>

Remarks

If OnIsChildSelectable has a value it takes precedence over corresponding class method

OnIsEmpty

public Func<bool> OnIsEmpty { get; set; }

Property Value

Func<bool>

Remarks

If OnIsEmpty has a value it takes precedence over corresponding class method

OnNotifyDataSetChanged

public Action OnNotifyDataSetChanged { get; set; }

Property Value

Action

Remarks

If OnNotifyDataSetChanged has a value it takes precedence over corresponding class method

OnNotifyDataSetInvalidated

public Action OnNotifyDataSetInvalidated { get; set; }

Property Value

Action

Remarks

If OnNotifyDataSetInvalidated has a value it takes precedence over corresponding class method

OnOnGroupCollapsed

public Action<int> OnOnGroupCollapsed { get; set; }

Property Value

Action<int>

Remarks

If OnOnGroupCollapsed has a value it takes precedence over corresponding class method

OnOnGroupExpanded

public Action<int> OnOnGroupExpanded { get; set; }

Property Value

Action<int>

Remarks

If OnOnGroupExpanded has a value it takes precedence over corresponding class method

OnRegisterDataSetObserver

public Action<DataSetObserver> OnRegisterDataSetObserver { get; set; }

Property Value

Action<DataSetObserver>

Remarks

If OnRegisterDataSetObserver has a value it takes precedence over corresponding class method

OnUnregisterDataSetObserver

public Action<DataSetObserver> OnUnregisterDataSetObserver { get; set; }

Property Value

Action<DataSetObserver>

Remarks

If OnUnregisterDataSetObserver has a value it takes precedence over corresponding class method

Methods

AreAllItemsEnabled()

public virtual bool AreAllItemsEnabled()

Returns

bool

bool

GetChild(int, int)

public virtual object GetChild(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

object

object

GetChildId(int, int)

public virtual long GetChildId(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

long

long

GetChildType(int, int)

public virtual int GetChildType(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

int

int

GetChildTypeCount()

public virtual int GetChildTypeCount()

Returns

int

int

GetChildView(int, int, bool, View, ViewGroup)

public virtual View GetChildView(int arg0, int arg1, bool arg2, View arg3, ViewGroup arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 bool

bool

arg3 View

View

arg4 ViewGroup

ViewGroup

Returns

View

View

GetChildrenCount(int)

public virtual int GetChildrenCount(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetCombinedChildId(long, long)

public virtual long GetCombinedChildId(long arg0, long arg1)

Parameters

arg0 long

long

arg1 long

long

Returns

long

long

GetCombinedGroupId(long)

public virtual long GetCombinedGroupId(long arg0)

Parameters

arg0 long

long

Returns

long

long

GetGroup(int)

public virtual object GetGroup(int arg0)

Parameters

arg0 int

int

Returns

object

object

GetGroupCount()

public virtual int GetGroupCount()

Returns

int

int

GetGroupId(int)

public virtual long GetGroupId(int arg0)

Parameters

arg0 int

int

Returns

long

long

GetGroupType(int)

public virtual int GetGroupType(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetGroupTypeCount()

public virtual int GetGroupTypeCount()

Returns

int

int

GetGroupView(int, bool, View, ViewGroup)

public virtual View GetGroupView(int arg0, bool arg1, View arg2, ViewGroup arg3)

Parameters

arg0 int

int

arg1 bool

bool

arg2 View

View

arg3 ViewGroup

ViewGroup

Returns

View

View

HasStableIds()

public virtual bool HasStableIds()

Returns

bool

bool

InitializeHandlers()

Handlers initializer for BaseExpandableListAdapter

protected virtual void InitializeHandlers()

IsChildSelectable(int, int)

public virtual bool IsChildSelectable(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

bool

bool

IsEmpty()

public virtual bool IsEmpty()

Returns

bool

bool

NotifyDataSetChanged()

public virtual void NotifyDataSetChanged()

NotifyDataSetInvalidated()

public virtual void NotifyDataSetInvalidated()

OnGroupCollapsed(int)

public virtual void OnGroupCollapsed(int arg0)

Parameters

arg0 int

int

OnGroupExpanded(int)

public virtual void OnGroupExpanded(int arg0)

Parameters

arg0 int

int

RegisterDataSetObserver(DataSetObserver)

public virtual void RegisterDataSetObserver(DataSetObserver arg0)

Parameters

arg0 DataSetObserver

DataSetObserver

UnregisterDataSetObserver(DataSetObserver)

public virtual void UnregisterDataSetObserver(DataSetObserver arg0)

Parameters

arg0 DataSetObserver

DataSetObserver