In this activity a user start his search after a event by chosing categories and a searchterm. More...
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... | |
In this activity a user start his search after a event by chosing categories and a searchterm.
|
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.
view |