java.lang.Object | ||
↳ | android.support.v17.leanback.widget.PresenterSelector | |
↳ | android.support.v17.leanback.widget.SinglePresenterSelector |
A PresenterSelector
that always returns the same Presenter
.
Useful for rows of items of the same type that are all rendered the same way.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a presenter for the given item.
| |||||||||||
Returns an array of all possible presenters.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.v17.leanback.widget.PresenterSelector
| |||||||||||
From class
java.lang.Object
|
presenter | The Presenter to return for every item. |
---|
Returns an array of all possible presenters. The returned array should not be modified.