screens
Class GroupScreen

java.lang.Object
  extended by Form
      extended by screens.GroupScreen

public class GroupScreen
extends Form

Screen to list information about a group.

Author:
John Van Enk

Constructor Summary
GroupScreen(java.lang.String formTitle, BadCoffeeFinal m)
          Constructor for the screen.
 
Method Summary
 void commandAction(Command command, Item item)
           
 int getCurrentGroupID()
           
 void setAPGroup(APGroup g)
          Sets the APGroup object.
 void setupScreen()
          Sets the screen up for display.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupScreen

public GroupScreen(java.lang.String formTitle,
                   BadCoffeeFinal m)
Constructor for the screen.

Parameters:
formTitle -
Method Detail

getCurrentGroupID

public int getCurrentGroupID()

setAPGroup

public void setAPGroup(APGroup g)
Sets the APGroup object.

Parameters:
g -

setupScreen

public void setupScreen()
Sets the screen up for display.


commandAction

public void commandAction(Command command,
                          Item item)