C# Class android.widget.BaseExpandableListAdapter

Inheritance: android.widget.ExpandableListAdapter, android.widget.HeterogeneousExpandableList
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
areAllItemsEnabled ( ) : bool
getChild ( int arg0, int arg1 ) : global::java.lang.Object
getChildId ( int arg0, int arg1 ) : long
getChildType ( int arg0, int arg1 ) : int
getChildTypeCount ( ) : int
getChildView ( int arg0, int arg1, bool arg2, android arg3, android arg4 ) : global::android.view.View
getChildrenCount ( int arg0 ) : int
getCombinedChildId ( long arg0, long arg1 ) : long
getCombinedGroupId ( long arg0 ) : long
getGroup ( int arg0 ) : global::java.lang.Object
getGroupCount ( ) : int
getGroupId ( int arg0 ) : long
getGroupType ( int arg0 ) : int
getGroupTypeCount ( ) : int
getGroupView ( int arg0, bool arg1, android arg2, android arg3 ) : global::android.view.View
hasStableIds ( ) : bool
isChildSelectable ( int arg0, int arg1 ) : bool
isEmpty ( ) : bool
notifyDataSetChanged ( ) : void
notifyDataSetInvalidated ( ) : void
onGroupCollapsed ( int arg0 ) : void
onGroupExpanded ( int arg0 ) : void
registerDataSetObserver ( android arg0 ) : void
unregisterDataSetObserver ( android arg0 ) : void

Méthodes protégées

Méthode Description
BaseExpandableListAdapter ( global @__env )

Private Methods

Méthode Description
BaseExpandableListAdapter ( )

Method Details

BaseExpandableListAdapter() protected méthode

protected BaseExpandableListAdapter ( global @__env )
@__env global

areAllItemsEnabled() public méthode

public areAllItemsEnabled ( ) : bool
Résultat bool

getChild() public abstract méthode

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

getChildId() public abstract méthode

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

getChildType() public méthode

public getChildType ( int arg0, int arg1 ) : int
arg0 int
arg1 int
Résultat int

getChildTypeCount() public méthode

public getChildTypeCount ( ) : int
Résultat int

getChildView() public abstract méthode

public abstract 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 abstract méthode

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

getCombinedChildId() public méthode

public getCombinedChildId ( long arg0, long arg1 ) : long
arg0 long
arg1 long
Résultat long

getCombinedGroupId() public méthode

public getCombinedGroupId ( long arg0 ) : long
arg0 long
Résultat long

getGroup() public abstract méthode

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

getGroupCount() public abstract méthode

public abstract getGroupCount ( ) : int
Résultat int

getGroupId() public abstract méthode

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

getGroupType() public méthode

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

getGroupTypeCount() public méthode

public getGroupTypeCount ( ) : int
Résultat int

getGroupView() public abstract méthode

public abstract 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 abstract méthode

public abstract hasStableIds ( ) : bool
Résultat bool

isChildSelectable() public abstract méthode

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

isEmpty() public méthode

public isEmpty ( ) : bool
Résultat bool

notifyDataSetChanged() public méthode

public notifyDataSetChanged ( ) : void
Résultat void

notifyDataSetInvalidated() public méthode

public notifyDataSetInvalidated ( ) : void
Résultat void

onGroupCollapsed() public méthode

public onGroupCollapsed ( int arg0 ) : void
arg0 int
Résultat void

onGroupExpanded() public méthode

public onGroupExpanded ( int arg0 ) : void
arg0 int
Résultat void

registerDataSetObserver() public méthode

public registerDataSetObserver ( android arg0 ) : void
arg0 android
Résultat void

unregisterDataSetObserver() public méthode

public unregisterDataSetObserver ( android arg0 ) : void
arg0 android
Résultat void