C# Class android.widget.BaseExpandableListAdapter_

Inheritance: android.widget.BaseExpandableListAdapter
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
getChild ( int arg0, int arg1 ) : global::java.lang.Object
getChildId ( int arg0, int arg1 ) : long
getChildView ( int arg0, int arg1, bool arg2, android arg3, android arg4 ) : global::android.view.View
getChildrenCount ( int arg0 ) : int
getGroup ( int arg0 ) : global::java.lang.Object
getGroupCount ( ) : int
getGroupId ( int arg0 ) : long
getGroupView ( int arg0, bool arg1, android arg2, android arg3 ) : global::android.view.View
hasStableIds ( ) : bool
isChildSelectable ( int arg0, int arg1 ) : bool

Private Methods

Method Description
BaseExpandableListAdapter_ ( )
BaseExpandableListAdapter_ ( global @__env )

Method Details

getChild() public method

public getChild ( int arg0, int arg1 ) : global::java.lang.Object
arg0 int
arg1 int
return global::java.lang.Object

getChildId() public method

public getChildId ( int arg0, int arg1 ) : long
arg0 int
arg1 int
return long

getChildView() public method

public getChildView ( int arg0, int arg1, bool arg2, android arg3, android arg4 ) : global::android.view.View
arg0 int
arg1 int
arg2 bool
arg3 android
arg4 android
return global::android.view.View

getChildrenCount() public method

public getChildrenCount ( int arg0 ) : int
arg0 int
return int

getGroup() public method

public getGroup ( int arg0 ) : global::java.lang.Object
arg0 int
return global::java.lang.Object

getGroupCount() public method

public getGroupCount ( ) : int
return int

getGroupId() public method

public getGroupId ( int arg0 ) : long
arg0 int
return long

getGroupView() public method

public getGroupView ( int arg0, bool arg1, android arg2, android arg3 ) : global::android.view.View
arg0 int
arg1 bool
arg2 android
arg3 android
return global::android.view.View

hasStableIds() public method

public hasStableIds ( ) : bool
return bool

isChildSelectable() public method

public isChildSelectable ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
return bool