array_object_adapter library

Classes

ArrayObjectAdapter
Provides access to a data model and is decoupled from the presentation of the items via PresenterSelector.
BaseObservable<T>
ClassPresenterSelector
A ClassPresenterSelector selects a Presenter based on the item's type.
NoPresenter
Simple Placeholder if no Presenter matched. Placeholder to support using not null properties.
Presenter
A Presenter is used to generate Views and bind Objects to them on demand.
PresenterSelector
A PresenterSelector is used to obtain a Presenter for a given Object. Similar to Presenter, PresenterSelector is stateless.
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.