C# Class android.widget.BaseExpandableListAdapter_

Inheritance: android.widget.BaseExpandableListAdapter
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthode Description
BaseExpandableListAdapter_ ( )
BaseExpandableListAdapter_ ( global @__env )

Method Details

getChild() public méthode

public getChild ( int arg0, int arg1 ) : global::java.lang.Object
arg0 int
arg1 int
Résultat global::java.lang.Object

getChildId() public méthode

public getChildId ( int arg0, int arg1 ) : long
arg0 int
arg1 int
Résultat long

getChildView() public méthode

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
Résultat global::android.view.View

getChildrenCount() public méthode

public getChildrenCount ( int arg0 ) : int
arg0 int
Résultat int

getGroup() public méthode

public getGroup ( int arg0 ) : global::java.lang.Object
arg0 int
Résultat global::java.lang.Object

getGroupCount() public méthode

public getGroupCount ( ) : int
Résultat int

getGroupId() public méthode

public getGroupId ( int arg0 ) : long
arg0 int
Résultat long

getGroupView() public méthode

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

hasStableIds() public méthode

public hasStableIds ( ) : bool
Résultat bool

isChildSelectable() public méthode

public isChildSelectable ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
Résultat bool