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


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... | |
This Adapter helps to show the List of Events.
| unicopa.copa.app.gui.SearchResultGroupAdapter.SearchResultGroupAdapter | ( | Context | context, |
| ArrayList< EventGroup > | groupList | ||
| ) |
Creates a SearchResultGroupAdapter with a EventGroupList that should be shown.
| context | |
| groupList |
| 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.
1.8.4