screens
Class SearchResultsScreen

java.lang.Object
  extended by List
      extended by screens.SearchResultsScreen

public class SearchResultsScreen
extends List

Displays the results of a search.

Author:
John Van Enk

Constructor Summary
SearchResultsScreen(java.lang.String title, int listType, BadCoffeeFinal m)
          Constructor for the screen.
 
Method Summary
 void commandAction(Command command, Displayable d)
           
 void setGroupList(APGroupList gl)
          Sets the group list object.
 void setupList()
          Setup the list/screen for viewing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResultsScreen

public SearchResultsScreen(java.lang.String title,
                           int listType,
                           BadCoffeeFinal m)
Constructor for the screen.

Parameters:
title -
listType -
Method Detail

setGroupList

public void setGroupList(APGroupList gl)
Sets the group list object.

Parameters:
gl -

setupList

public void setupList()
Setup the list/screen for viewing.


commandAction

public void commandAction(Command command,
                          Displayable d)