CopaApp
Change of Plan Application
 All Classes Functions Variables Pages
Classes | Public Member Functions | List of all members
unicopa.copa.app.gui.SearchResultSingleEventAdapter Class Reference

This Adapter helps to show the List of SingleEvents which belong to a before with the search found Event. More...

Inheritance diagram for unicopa.copa.app.gui.SearchResultSingleEventAdapter:
Inheritance graph
Collaboration diagram for unicopa.copa.app.gui.SearchResultSingleEventAdapter:
Collaboration graph

Classes

class  ViewHolder
 Helps to show the SingleEvents in the SearchResultSingleEventAdapter.
 

Public Member Functions

 SearchResultSingleEventAdapter (Context context, ArrayList< SingleEvent > eventList)
 Creates a SearchResultSingleEventAdapter with a SingleEventList that should be shown. More...
 
int getCount ()
 
Object getItem (int arg0)
 
long getItemId (int arg0)
 
View getView (int position, View convertView, ViewGroup parent)
 Creates the ListView with SingleEvents. More...
 

Detailed Description

This Adapter helps to show the List of SingleEvents which belong to a before with the search found Event.

Author
Christiane Kuhn

Constructor & Destructor Documentation

unicopa.copa.app.gui.SearchResultSingleEventAdapter.SearchResultSingleEventAdapter ( Context  context,
ArrayList< SingleEvent eventList 
)

Creates a SearchResultSingleEventAdapter with a SingleEventList that should be shown.

Parameters
context
eventList

Member Function Documentation

View unicopa.copa.app.gui.SearchResultSingleEventAdapter.getView ( int  position,
View  convertView,
ViewGroup  parent 
)

Creates the ListView with SingleEvents.

The time and date to every SingleEvent are shown.


The documentation for this class was generated from the following file: