public class ResultsListAdapter
extends android.widget.BaseAdapter
Constructor and Description |
---|
ResultsListAdapter(android.content.Context context,
edu.ucdenver.bios.webservice.common.domain.PowerResultList powerResultList)
Instantiates a new results list adapter.
|
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
Object |
getItem(int i) |
long |
getItemId(int i) |
android.view.View |
getView(int position,
android.view.View view,
android.view.ViewGroup viewGroup) |
public ResultsListAdapter(android.content.Context context, edu.ucdenver.bios.webservice.common.domain.PowerResultList powerResultList)
context
- the contextpowerResultList
- the power result listpublic Object getItem(int i)
public long getItemId(int i)
public int getCount()
public android.view.View getView(int position, android.view.View view, android.view.ViewGroup viewGroup)
University of Colorado Denver, Department of Biostatistics and Informatics