public class ObservableListAdapter<E>
extends android.widget.BaseAdapter
| 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 | Method and Description |
|---|---|
boolean |
areAllItemsEnabled() |
int |
getCount() |
E |
getItem(int position) |
long |
getItemId(int position) |
android.view.View |
getView(int position,
android.view.View convertView,
android.view.ViewGroup parent) |
boolean |
hasStableIds() |
boolean |
isEmpty() |
public ObservableListAdapter(android.content.Context context,
ObservableList<E> list,
int rowViewId,
DataBinder<E> rowBinder)
public ObservableListAdapter(android.content.Context context,
ObservableList<E> list,
int rowViewId,
Binder binder)
public int getCount()
public E getItem(int position)
public long getItemId(int position)
public boolean hasStableIds()
hasStableIds in interface android.widget.AdapterhasStableIds in class android.widget.BaseAdapterpublic boolean isEmpty()
isEmpty in interface android.widget.AdapterisEmpty in class android.widget.BaseAdapterpublic boolean areAllItemsEnabled()
areAllItemsEnabled in interface android.widget.ListAdapterareAllItemsEnabled in class android.widget.BaseAdapterpublic android.view.View getView(int position,
android.view.View convertView,
android.view.ViewGroup parent)