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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public 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 hasStableIds ( ) : bool
Результат bool

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

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