C# Класс android.widget.BaseExpandableListAdapter

Наследование: android.widget.ExpandableListAdapter, android.widget.HeterogeneousExpandableList
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
BaseExpandableListAdapter ( global @__env )

Приватные методы

Метод Описание
BaseExpandableListAdapter ( )

Описание методов

BaseExpandableListAdapter() защищенный Метод

protected BaseExpandableListAdapter ( global @__env )
@__env global

areAllItemsEnabled() публичный Метод

public areAllItemsEnabled ( ) : bool
Результат bool

getChild() публичный абстрактный Метод

public abstract getChild ( int arg0, int arg1 ) : global::java.lang.Object
arg0 int
arg1 int
Результат global::java.lang.Object

getChildId() публичный абстрактный Метод

public abstract getChildId ( int arg0, int arg1 ) : long
arg0 int
arg1 int
Результат long

getChildType() публичный Метод

public getChildType ( int arg0, int arg1 ) : int
arg0 int
arg1 int
Результат int

getChildTypeCount() публичный Метод

public getChildTypeCount ( ) : int
Результат int

getChildView() публичный абстрактный Метод

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
Результат global::android.view.View

getChildrenCount() публичный абстрактный Метод

public abstract getChildrenCount ( int arg0 ) : int
arg0 int
Результат int

getCombinedChildId() публичный Метод

public getCombinedChildId ( long arg0, long arg1 ) : long
arg0 long
arg1 long
Результат long

getCombinedGroupId() публичный Метод

public getCombinedGroupId ( long arg0 ) : long
arg0 long
Результат long

getGroup() публичный абстрактный Метод

public abstract getGroup ( int arg0 ) : global::java.lang.Object
arg0 int
Результат global::java.lang.Object

getGroupCount() публичный абстрактный Метод

public abstract getGroupCount ( ) : int
Результат int

getGroupId() публичный абстрактный Метод

public abstract getGroupId ( int arg0 ) : long
arg0 int
Результат long

getGroupType() публичный Метод

public getGroupType ( int arg0 ) : int
arg0 int
Результат int

getGroupTypeCount() публичный Метод

public getGroupTypeCount ( ) : int
Результат int

getGroupView() публичный абстрактный Метод

public abstract getGroupView ( int arg0, bool arg1, android arg2, android arg3 ) : global::android.view.View
arg0 int
arg1 bool
arg2 android
arg3 android
Результат global::android.view.View

hasStableIds() публичный абстрактный Метод

public abstract hasStableIds ( ) : bool
Результат bool

isChildSelectable() публичный абстрактный Метод

public abstract isChildSelectable ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
Результат bool

isEmpty() публичный Метод

public isEmpty ( ) : bool
Результат bool

notifyDataSetChanged() публичный Метод

public notifyDataSetChanged ( ) : void
Результат void

notifyDataSetInvalidated() публичный Метод

public notifyDataSetInvalidated ( ) : void
Результат void

onGroupCollapsed() публичный Метод

public onGroupCollapsed ( int arg0 ) : void
arg0 int
Результат void

onGroupExpanded() публичный Метод

public onGroupExpanded ( int arg0 ) : void
arg0 int
Результат void

registerDataSetObserver() публичный Метод

public registerDataSetObserver ( android arg0 ) : void
arg0 android
Результат void

unregisterDataSetObserver() публичный Метод

public unregisterDataSetObserver ( android arg0 ) : void
arg0 android
Результат void