screens
Class SearchScreen

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

public class SearchScreen
extends Form

Screen used to search for access point groups.

Author:
John Van Enk

Constructor Summary
SearchScreen(java.lang.String formTitle, BadCoffeeFinal m)
          Constructor to build the screen.
 
Method Summary
 void commandAction(Command command, Item item)
           
 void setText(java.lang.String t)
          Preset the search text.
 void setupScreen()
          Setup the screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchScreen

public SearchScreen(java.lang.String formTitle,
                    BadCoffeeFinal m)
Constructor to build the screen.

Parameters:
formTitle -
Method Detail

setText

public void setText(java.lang.String t)
Preset the search text.


setupScreen

public void setupScreen()
Setup the screen.


commandAction

public void commandAction(Command command,
                          Item item)