C# Class android.widget.SimpleCursorTreeAdapter

Inheritance: android.widget.ResourceCursorTreeAdapter
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
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

Protected Methods

Method Description
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

Private Methods

Method Description
SimpleCursorTreeAdapter ( )

Method Details

SimpleCursorTreeAdapter() public method

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 method

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 method

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 method

protected SimpleCursorTreeAdapter ( global @__env )
@__env global

bindChildView() protected method

protected bindChildView ( android arg0, android arg1, android arg2, bool arg3 ) : void
arg0 android
arg1 android
arg2 android
arg3 bool
return void

bindGroupView() protected method

protected bindGroupView ( android arg0, android arg1, android arg2, bool arg3 ) : void
arg0 android
arg1 android
arg2 android
arg3 bool
return void

getViewBinder() public method

public getViewBinder ( ) : global::android.widget.SimpleCursorTreeAdapter.ViewBinder
return global::android.widget.SimpleCursorTreeAdapter.ViewBinder

setViewBinder() public method

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

setViewBinder() public method

public setViewBinder ( global arg0 ) : void
arg0 global
return void

setViewImage() protected method

protected setViewImage ( android arg0, java arg1 ) : void
arg0 android
arg1 java
return void

setViewText() public method

public setViewText ( android arg0, java arg1 ) : void
arg0 android
arg1 java
return void