Package | Description |
---|---|
com.box.boxandroidlibv2.activities | |
com.box.boxandroidlibv2.adapters |
Modifier and Type | Method and Description |
---|---|
void |
FolderPickerActivity.FolderPickerBoxListItemAdapter.add(BoxListItem listItem) |
protected void |
FolderNavigationActivity.FolderNavigationBoxListItemAdapter.update(BoxListItemAdapter.ViewHolder holder,
BoxListItem listItem) |
Modifier and Type | Method and Description |
---|---|
BoxListItem |
BoxListItemAdapter.ViewHolder.getBoxListItem() |
Modifier and Type | Method and Description |
---|---|
void |
BoxListItemAdapter.add(BoxListItem listItem) |
void |
BoxListItemAdapter.addAll(BoxListItem... items) |
void |
BoxListItemAdapter.remove(BoxListItem listItem) |
void |
BoxListItemAdapter.ViewHolder.setBoxItem(BoxListItem boxListItem) |
protected void |
BoxListItemAdapter.update(BoxListItemAdapter.ViewHolder holder,
BoxListItem listItem)
Sets views with data from given box item.
|
Modifier and Type | Method and Description |
---|---|
void |
BoxListItemAdapter.addAll(java.util.Collection<? extends BoxListItem> collection) |