SinglePresenterSelector
class SinglePresenterSelector : PresenterSelector
A PresenterSelector
that always returns the same Presenter
. Useful for rows of items of the same type that are all rendered the same way.
Summary
Public constructors
<init>
SinglePresenterSelector(presenter: Presenter!)
Parameters |
presenter |
Presenter!: The Presenter to return for every item. |
Public methods
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-07-22 UTC.