ORG.oclc.mantis.gadgets
Class SaveSearchHeader
java.lang.Object
|
+--ORG.oclc.gadgets.SearchHeader
|
+--ORG.oclc.mantis.gadgets.SaveSearchHeader
- public class SaveSearchHeader
- extends SearchHeader
- implements GadgetBuilder
The SaveSearchHeader class is a gadget that builds the HTML for
the search screen headers displayed in the Record Builder Interface.
This class extends the SearchHeader class.
The HTML is generated to contain the current database list
for user to chose to search
It uses the parameters contained in a RequestManager
object to build the output. If an error occurs, an empty
string("") is returned.
Method Summary |
String |
buildit(RequestManager rMngr,
String name)
Generates a String containing the HTML for the search screen
headers using the parameters containined in the RequestManager
object and the name of the gadget. |
String |
toString()
Generates a String representation of the object. |
SaveSearchHeader
public SaveSearchHeader()
- Constructs a SaveSearchHeader object.
buildit
public String buildit(RequestManager rMngr,
String name)
- Generates a String containing the HTML for the search screen
headers using the parameters containined in the RequestManager
object and the name of the gadget.
- Specified by:
- buildit in interface GadgetBuilder
- Parameters:
rMngr
- object containing input parameters for the request.name
- the name of the gadget -
the section name in the configuration
file defining the particular gadget.- Returns:
- String
- Overrides:
- buildit in class SearchHeader
toString
public String toString()
- Generates a String representation of the object.
- Specified by:
- toString in interface GadgetBuilder
- Returns:
- String
- Overrides:
- toString in class SearchHeader