public class ListItemAdapter<LI extends ListItem> extends ListAdapter<LI>
ListAdapter.AdapterHelper| Modifier | Constructor and Description |
|---|---|
protected |
ListItemAdapter(android.content.Context context,
List<? extends LI> listItems) |
| Modifier and Type | Method and Description |
|---|---|
static <LI extends ListItem> |
attach(android.app.ListActivity listActivity,
ListItemAdapter<? extends LI> adapter) |
static <LI extends ListItem> |
attach(ListFragment listFragment,
ListItemAdapter<? extends LI> adapter) |
static <LI extends ListItem> |
attach(android.app.ListFragment listFragment,
ListItemAdapter<? extends LI> adapter) |
static <LI extends ListItem> |
attach(android.widget.ListView listView,
ListItemAdapter<? extends LI> adapter,
android.content.Context context) |
static <LI extends ListItem> |
createAndAttach(android.app.ListActivity listActivity,
List<? extends LI> listItems) |
static <LI extends ListItem> |
createAndAttach(ListFragment listFragment,
List<? extends LI> listItems) |
static <LI extends ListItem> |
createAndAttach(android.app.ListFragment listFragment,
List<? extends LI> listItems) |
static <LI extends ListItem> |
createAndAttach(android.widget.ListView listView,
List<? extends LI> listItems,
android.content.Context context) |
android.view.View |
getDropDownView(int position,
android.view.View convertView,
android.view.ViewGroup parent) |
android.view.View |
getView(int position,
android.view.View convertView,
android.view.ViewGroup parent) |
static <LI extends ListItem> |
newInstance(android.content.Context context,
List<? extends LI> listItems) |
add, addAll, addAll, clear, containsInAll, containsInShown, createFilter, createFromResource, doWork, filter, filter, getAdapterHelper, getAllElements, getComparator, getContext, getCount, getFilter, getFilterText, getItem, getItemId, getPosition, getShownElements, insert, isNotifyOnChange, notifyDataSetChanged, onDataSetChanged, onDataSetChanged, refilter, remove, removeAt, restoreState, saveState, setDropDownViewResource, setNotifyOnChange, sort@Nonnull public static <LI extends ListItem> ListItemAdapter<LI> createAndAttach(@Nonnull android.app.ListActivity listActivity, @Nonnull List<? extends LI> listItems)
public static <LI extends ListItem> void attach(@Nonnull android.app.ListActivity listActivity, @Nonnull ListItemAdapter<? extends LI> adapter)
@Nonnull public static <LI extends ListItem> ListItemAdapter<LI> createAndAttach(@Nonnull ListFragment listFragment, @Nonnull List<? extends LI> listItems)
public static <LI extends ListItem> void attach(@Nonnull ListFragment listFragment, @Nonnull ListItemAdapter<? extends LI> adapter)
@Nonnull public static <LI extends ListItem> ListItemAdapter<LI> createAndAttach(@Nonnull android.widget.ListView listView, @Nonnull List<? extends LI> listItems, @Nonnull android.content.Context context)
public static <LI extends ListItem> void attach(@Nonnull android.widget.ListView listView, @Nonnull ListItemAdapter<? extends LI> adapter, @Nonnull android.content.Context context)
@Nonnull public static <LI extends ListItem> ListItemAdapter<LI> createAndAttach(@Nonnull android.app.ListFragment listFragment, @Nonnull List<? extends LI> listItems)
public static <LI extends ListItem> void attach(@Nonnull android.app.ListFragment listFragment, @Nonnull ListItemAdapter<? extends LI> adapter)
@Nonnull public static <LI extends ListItem> ListItemAdapter<LI> newInstance(@Nonnull android.content.Context context, @Nonnull List<? extends LI> listItems)
public android.view.View getView(int position,
android.view.View convertView,
android.view.ViewGroup parent)
ListAdaptergetView in interface android.widget.AdaptergetView in class ListAdapter<LI extends ListItem>public android.view.View getDropDownView(int position,
android.view.View convertView,
android.view.ViewGroup parent)
ListAdaptergetDropDownView in interface android.widget.SpinnerAdaptergetDropDownView in class ListAdapter<LI extends ListItem>Copyright © 2015 se.solovyev. All Rights Reserved.