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

This Adapter helps to show the List of Events. More...

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

Classes

class  ViewHolder
 Helps to show the EventGroups in the SearchResultGroupAdapter.
 

Public Member Functions

 SearchResultGroupAdapter (Context context, ArrayList< EventGroup > groupList)
 Creates a SearchResultGroupAdapter with a EventGroupList 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 EventGroups. More...
 

Detailed Description

This Adapter helps to show the List of Events.

Author
Christiane Kuhn

Constructor & Destructor Documentation

unicopa.copa.app.gui.SearchResultGroupAdapter.SearchResultGroupAdapter ( Context  context,
ArrayList< EventGroup groupList 
)

Creates a SearchResultGroupAdapter with a EventGroupList that should be shown.

Parameters
context
groupList

Member Function Documentation

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

Creates the ListView with EventGroups.

The name and an "info"-button are shown. By clicking on the button a dialog appears and shows the infotext to this EventGroup.


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