protected class FolderNavigationActivity.FolderNavigationBoxListItemAdapter extends BoxListItemAdapter
BoxListItemAdapter.ViewHolder
Constructor and Description |
---|
FolderNavigationActivity.FolderNavigationBoxListItemAdapter(Activity context,
ThumbnailManager manager) |
Modifier and Type | Method and Description |
---|---|
protected void |
update(BoxListItemAdapter.ViewHolder holder,
BoxListItem listItem)
Sets views with data from given box item.
|
add, add, addAll, addAll, clear, getItemViewType, getView, getViewTypeCount, remove, remove, set, update
public FolderNavigationActivity.FolderNavigationBoxListItemAdapter(Activity context, ThumbnailManager manager)
protected void update(BoxListItemAdapter.ViewHolder holder, BoxListItem listItem)
BoxListItemAdapter
update
in class BoxListItemAdapter
holder
- The holder containing views to update.listItem
- the box to display.