public static class BoxListItemAdapter.ViewHolder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ProgressBar |
mSpinner |
| Constructor and Description |
|---|
BoxListItemAdapter.ViewHolder()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BoxListItem |
getBoxListItem() |
TextView |
getDescriptionView() |
ImageView |
getIconView() |
TextView |
getNameView() |
void |
setBoxItem(BoxListItem boxListItem) |
void |
setDescriptionView(TextView description) |
void |
setIconView(ImageView icon) |
void |
setNameView(TextView name) |
public BoxListItemAdapter.ViewHolder()
public BoxListItem getBoxListItem()
public void setBoxItem(BoxListItem boxListItem)
boxListItem - the BoxListItem to setpublic ImageView getIconView()
public void setIconView(ImageView icon)
icon - the icon to setpublic TextView getNameView()
public void setNameView(TextView name)
name - the name to setpublic TextView getDescriptionView()
public void setDescriptionView(TextView description)
description - the description to set