public class ScItemsAdapter extends android.widget.ArrayAdapter<ScItem>
Constructor and Description |
---|
ScItemsAdapter(android.content.Context context,
java.util.List<ScItem> objects,
ItemViewBinder viewBinder) |
Modifier and Type | Method and Description |
---|---|
android.view.View |
getView(int position,
android.view.View convertView,
android.view.ViewGroup parent) |
add, addAll, addAll, clear, createFromResource, getContext, getCount, getDropDownView, getFilter, getItem, getItemId, getPosition, insert, notifyDataSetChanged, remove, setDropDownViewResource, setNotifyOnChange, sort
public ScItemsAdapter(android.content.Context context, java.util.List<ScItem> objects, ItemViewBinder viewBinder)
public android.view.View getView(int position, android.view.View convertView, android.view.ViewGroup parent)
getView
in interface android.widget.Adapter
getView
in class android.widget.ArrayAdapter<ScItem>