public abstract class LazyAdapter<T>
extends android.widget.ArrayAdapter<T>
| Constructor and Description |
|---|
LazyAdapter(android.content.Context context,
java.util.ArrayList<T> list) |
LazyAdapter(android.content.Context context,
int resource) |
LazyAdapter(android.content.Context context,
int resource,
int textViewResourceId) |
LazyAdapter(android.content.Context context,
int resource,
int textViewResourceId,
java.util.List<T> objects) |
LazyAdapter(android.content.Context context,
int resource,
int textViewResourceId,
T[] objects) |
LazyAdapter(android.content.Context context,
int resource,
java.util.List<T> objects) |
LazyAdapter(android.content.Context context,
int resource,
T[] objects) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(java.util.Collection<? extends T> collection,
boolean paging) |
android.view.View |
getView(int position,
android.view.View convertView,
android.view.ViewGroup parent) |
protected android.view.View |
inflate(int resource,
android.view.ViewGroup parent,
boolean attach) |
boolean |
isLazyLoading() |
void |
setLazyLoading(boolean lazyLoading) |
add, addAll, addAll, clear, createFromResource, getContext, getCount, getDropDownView, getFilter, getItem, getItemId, getPosition, insert, notifyDataSetChanged, remove, setDropDownViewResource, setNotifyOnChange, sortpublic LazyAdapter(android.content.Context context,
int resource)
public LazyAdapter(android.content.Context context,
int resource,
int textViewResourceId)
public LazyAdapter(android.content.Context context,
int resource,
T[] objects)
public LazyAdapter(android.content.Context context,
int resource,
int textViewResourceId,
T[] objects)
public LazyAdapter(android.content.Context context,
int resource,
java.util.List<T> objects)
public LazyAdapter(android.content.Context context,
int resource,
int textViewResourceId,
java.util.List<T> objects)
public LazyAdapter(android.content.Context context,
java.util.ArrayList<T> list)
public android.view.View getView(int position,
android.view.View convertView,
android.view.ViewGroup parent)
getView in interface android.widget.AdaptergetView in class android.widget.ArrayAdapter<T>protected android.view.View inflate(int resource,
android.view.ViewGroup parent,
boolean attach)
public boolean isLazyLoading()
public void setLazyLoading(boolean lazyLoading)
public void addAll(java.util.Collection<? extends T> collection, boolean paging)