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

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

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

Метод Описание
SimpleCursorTreeAdapter ( android arg0, android arg1, int arg2, int arg3, java arg4, int arg5, int arg6, int arg7, java arg8, int arg9 )
SimpleCursorTreeAdapter ( android arg0, android arg1, int arg2, int arg3, java arg4, int arg5, int arg6, java arg7, int arg8 )
SimpleCursorTreeAdapter ( android arg0, android arg1, int arg2, java arg3, int arg4, int arg5, java arg6, int arg7 )
getViewBinder ( ) : global::android.widget.SimpleCursorTreeAdapter.ViewBinder
setViewBinder ( android arg0 ) : void
setViewBinder ( global arg0 ) : void
setViewText ( android arg0, java arg1 ) : void

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

Метод Описание
SimpleCursorTreeAdapter ( global @__env )
bindChildView ( android arg0, android arg1, android arg2, bool arg3 ) : void
bindGroupView ( android arg0, android arg1, android arg2, bool arg3 ) : void
setViewImage ( android arg0, java arg1 ) : void

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

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

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

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

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

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

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

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

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

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

protected SimpleCursorTreeAdapter ( global @__env )
@__env global

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

protected bindChildView ( android arg0, android arg1, android arg2, bool arg3 ) : void
arg0 android
arg1 android
arg2 android
arg3 bool
Результат void

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

protected bindGroupView ( android arg0, android arg1, android arg2, bool arg3 ) : void
arg0 android
arg1 android
arg2 android
arg3 bool
Результат void

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

public getViewBinder ( ) : global::android.widget.SimpleCursorTreeAdapter.ViewBinder
Результат global::android.widget.SimpleCursorTreeAdapter.ViewBinder

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

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

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

public setViewBinder ( global arg0 ) : void
arg0 global
Результат void

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

protected setViewImage ( android arg0, java arg1 ) : void
arg0 android
arg1 java
Результат void

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

public setViewText ( android arg0, java arg1 ) : void
arg0 android
arg1 java
Результат void