| Interface | Description |
|---|---|
| BindingCollectionAdapter<T> |
Base interface for the binding collection adapters for various components.
|
| BindingListViewAdapter.ItemIds<T> | |
| BindingListViewAdapter.ItemIsEnabled<T> | |
| BindingViewPagerAdapter.PageTitles<T> | |
| OnItemBind<T> |
Callback for setting up a
ItemBinding for an item in the collection. |
| Class | Description |
|---|---|
| BindingCollectionAdapters |
All the BindingAdapters so that you can set your adapters and items directly in your layout.
|
| BindingListViewAdapter<T> |
A
BaseAdapter that binds items to layouts using the given ItemBinding If you give
it an ObservableList it will also updated itself based on changes to that list. |
| BindingViewPagerAdapter<T> | |
| ItemBinding<T> |
Provides the necessary information to bind an item in a collection to a view.
|