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

In this activity a user start his search after a event by chosing categories and a searchterm. More...

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

Public Member Functions

boolean onCreateOptionsMenu (Menu menu)
 Shows the menu.
 
boolean onOptionsItemSelected (MenuItem item)
 Handles clicks on a menu-item and switches to other activity, depending on which item was clicked.
 
void onSearchButtonClick (View view)
 Handles click on "search"-button and starts the SearchResultGroupActivity on which the searchrequest is send to the server. More...
 

Protected Member Functions

void onCreate (Bundle savedInstanceState)
 Creates SearchActivity and shows the first level of the category-tree. More...
 

Detailed Description

In this activity a user start his search after a event by chosing categories and a searchterm.

Author
Christiane Kuhn, Martin Rabe

Member Function Documentation

void unicopa.copa.app.gui.SearchActivity.onCreate ( Bundle  savedInstanceState)
protected

Creates SearchActivity and shows the first level of the category-tree.

The user can navigate through the category-tree and add a searchterm for his search. It also handles the click on the "search"-button.

void unicopa.copa.app.gui.SearchActivity.onSearchButtonClick ( View  view)

Handles click on "search"-button and starts the SearchResultGroupActivity on which the searchrequest is send to the server.

Parameters
view

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