| Package | Description |
|---|---|
| org.granite.binding.android.adapter | |
| org.granite.binding.collection | |
| org.granite.client.persistence.collection.observable | |
| org.granite.client.tide.collection |
| Constructor and Description |
|---|
ObservableListAdapter(android.content.Context context,
ObservableList<E> list,
int rowViewId,
Binder binder) |
ObservableListAdapter(android.content.Context context,
ObservableList<E> list,
int rowViewId,
DataBinder<E> rowBinder) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservableListWrapper<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservablePersistentList<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
PagedQuery<E,F> |
| Modifier and Type | Field and Description |
|---|---|
protected ObservableList<E> |
PagedQuery.wrappedList |