C# Class android.widget.CursorTreeAdapter_

Inheritance: android.widget.CursorTreeAdapter
Mostra file Open project: JeroMiya/androidmono

Protected Methods

Method Description
bindChildView ( android arg0, android arg1, android arg2, bool arg3 ) : void
bindGroupView ( android arg0, android arg1, android arg2, bool arg3 ) : void
getChildrenCursor ( android arg0 ) : global::android.database.Cursor
newChildView ( android arg0, android arg1, bool arg2, android arg3 ) : global::android.view.View
newGroupView ( android arg0, android arg1, bool arg2, android arg3 ) : global::android.view.View

Private Methods

Method Description
CursorTreeAdapter_ ( )
CursorTreeAdapter_ ( global @__env )

Method Details

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

getChildrenCursor() protected method

protected getChildrenCursor ( android arg0 ) : global::android.database.Cursor
arg0 android
return global::android.database.Cursor

newChildView() protected method

protected newChildView ( android arg0, android arg1, bool arg2, android arg3 ) : global::android.view.View
arg0 android
arg1 android
arg2 bool
arg3 android
return global::android.view.View

newGroupView() protected method

protected newGroupView ( android arg0, android arg1, bool arg2, android arg3 ) : global::android.view.View
arg0 android
arg1 android
arg2 bool
arg3 android
return global::android.view.View