public static interface SimpleCursorTreeAdapter.ViewBinder
Modifier and Type | Method and Description |
---|---|
boolean |
setViewValue(View view,
Cursor cursor,
int columnIndex)
Binds the Cursor column defined by the specified index to the specified view.
|
boolean setViewValue(View view, Cursor cursor, int columnIndex)
view
- the view to bind the data tocursor
- the cursor to get the data fromcolumnIndex
- the column at which the data can be found in the cursor