|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.widget.BaseAdapter
android.widget.ArrayAdapter<EventDataItem>
net.neurowork.mobile.android.fw.activities.generators.CalendarActivityGenerator.CalListAdapter
public class CalendarActivityGenerator.CalListAdapter
Adapter for Event list
Field Summary |
---|
Fields inherited from interface android.widget.Adapter |
---|
IGNORE_ITEM_VIEW_TYPE, NO_SELECTION |
Constructor Summary | |
---|---|
CalendarActivityGenerator.CalListAdapter(android.app.Activity context,
int textViewResourceId,
java.util.List<EventDataItem> objects)
|
Method Summary | |
---|---|
android.view.View |
getView(int position,
android.view.View convertView,
android.view.ViewGroup parent)
|
Methods inherited from class android.widget.ArrayAdapter |
---|
add, clear, createFromResource, getContext, getCount, getDropDownView, getFilter, getItem, getItemId, getPosition, insert, notifyDataSetChanged, remove, setDropDownViewResource, setNotifyOnChange, sort |
Methods inherited from class android.widget.BaseAdapter |
---|
areAllItemsEnabled, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserver |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalendarActivityGenerator.CalListAdapter(android.app.Activity context, int textViewResourceId, java.util.List<EventDataItem> objects)
Method Detail |
---|
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<EventDataItem>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |