C# Class android.widget.BaseExpandableListAdapter

Inheritance: android.widget.ExpandableListAdapter, android.widget.HeterogeneousExpandableList
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method 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

Protected Methods

Method Description
BaseExpandableListAdapter ( global @__env )

Private Methods

Method Description
BaseExpandableListAdapter ( )

Method Details

BaseExpandableListAdapter() protected method

protected BaseExpandableListAdapter ( global @__env )
@__env global

areAllItemsEnabled() public method

public areAllItemsEnabled ( ) : bool
return bool

getChild() public abstract method

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

getChildId() public abstract method

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

getChildType() public method

public getChildType ( int arg0, int arg1 ) : int
arg0 int
arg1 int
return int

getChildTypeCount() public method

public getChildTypeCount ( ) : int
return int

getChildView() public abstract method

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
return global::android.view.View

getChildrenCount() public abstract method

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

getCombinedChildId() public method

public getCombinedChildId ( long arg0, long arg1 ) : long
arg0 long
arg1 long
return long

getCombinedGroupId() public method

public getCombinedGroupId ( long arg0 ) : long
arg0 long
return long

getGroup() public abstract method

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

getGroupCount() public abstract method

public abstract getGroupCount ( ) : int
return int

getGroupId() public abstract method

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

getGroupType() public method

public getGroupType ( int arg0 ) : int
arg0 int
return int

getGroupTypeCount() public method

public getGroupTypeCount ( ) : int
return int

getGroupView() public abstract method

public abstract 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 abstract method

public abstract hasStableIds ( ) : bool
return bool

isChildSelectable() public abstract method

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

isEmpty() public method

public isEmpty ( ) : bool
return bool

notifyDataSetChanged() public method

public notifyDataSetChanged ( ) : void
return void

notifyDataSetInvalidated() public method

public notifyDataSetInvalidated ( ) : void
return void

onGroupCollapsed() public method

public onGroupCollapsed ( int arg0 ) : void
arg0 int
return void

onGroupExpanded() public method

public onGroupExpanded ( int arg0 ) : void
arg0 int
return void

registerDataSetObserver() public method

public registerDataSetObserver ( android arg0 ) : void
arg0 android
return void

unregisterDataSetObserver() public method

public unregisterDataSetObserver ( android arg0 ) : void
arg0 android
return void