C# Class android.widget.SimpleExpandableListAdapter

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

Méthodes publiques

Méthode Description
SimpleExpandableListAdapter ( android arg0, java arg1, int arg2, int arg3, java arg4, int arg5, java arg6, int arg7, int arg8, java arg9, int arg10 )
SimpleExpandableListAdapter ( android arg0, java arg1, int arg2, int arg3, java arg4, int arg5, java arg6, int arg7, java arg8, int arg9 )
SimpleExpandableListAdapter ( android arg0, java arg1, int arg2, java arg3, int arg4, java arg5, int arg6, java arg7, int arg8 )
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
newChildView ( bool arg0, android arg1 ) : global::android.view.View
newGroupView ( bool arg0, android arg1 ) : global::android.view.View

Méthodes protégées

Méthode Description
SimpleExpandableListAdapter ( global @__env )

Private Methods

Méthode Description
SimpleExpandableListAdapter ( )

Method Details

SimpleExpandableListAdapter() public méthode

public SimpleExpandableListAdapter ( android arg0, java arg1, int arg2, int arg3, java arg4, int arg5, java arg6, int arg7, int arg8, java arg9, int arg10 )
arg0 android
arg1 java
arg2 int
arg3 int
arg4 java
arg5 int
arg6 java
arg7 int
arg8 int
arg9 java
arg10 int

SimpleExpandableListAdapter() public méthode

public SimpleExpandableListAdapter ( android arg0, java arg1, int arg2, int arg3, java arg4, int arg5, java arg6, int arg7, java arg8, int arg9 )
arg0 android
arg1 java
arg2 int
arg3 int
arg4 java
arg5 int
arg6 java
arg7 int
arg8 java
arg9 int

SimpleExpandableListAdapter() public méthode

public SimpleExpandableListAdapter ( android arg0, java arg1, int arg2, java arg3, int arg4, java arg5, int arg6, java arg7, int arg8 )
arg0 android
arg1 java
arg2 int
arg3 java
arg4 int
arg5 java
arg6 int
arg7 java
arg8 int

SimpleExpandableListAdapter() protected méthode

protected SimpleExpandableListAdapter ( global @__env )
@__env global

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

newChildView() public méthode

public newChildView ( bool arg0, android arg1 ) : global::android.view.View
arg0 bool
arg1 android
Résultat global::android.view.View

newGroupView() public méthode

public newGroupView ( bool arg0, android arg1 ) : global::android.view.View
arg0 bool
arg1 android
Résultat global::android.view.View