java.lang.Object | |
↳ | android.support.v17.leanback.database.CursorMapper |
Abstract class used to convert the current Cursor
row to a single
object.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Convert a
Cursor at its current position to an Object.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A subclass should implement this method to create a single object using
binding information.
| |||||||||||
Called once when the associated
Cursor is changed.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
A subclass should implement this method to create a single object using binding information. This method is not intended to be called outside of CursorMapper.
Called once when the associated Cursor
is changed. A subclass
should bind column indexes to column names in this method. This method is
not intended to be called outside of CursorMapper.