ORG.oclc.mantis.gadgets
Class Menubar
java.lang.Object
|
+--ORG.oclc.mantis.gadgets.Menubar
- public class Menubar
- extends Object
- implements GadgetBuilder
The Menubar class is a gadget that builds the HTML for the
Constructor Summary |
Menubar()
Constructs an Menubar object. |
Method Summary |
String |
buildit(RequestManager rMngr,
String name)
Generates a String containing the HTML table for the menubar anchors
using the parameters containined in the RequestManager
object and the name of the gadget. |
String |
toString()
Generates a String representation of the object. |
Menubar
public Menubar()
- Constructs an Menubar object.
buildit
public String buildit(RequestManager rMngr,
String name)
- Generates a String containing the HTML table for the menubar anchors
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
toString
public String toString()
- Generates a String representation of the object.
- Specified by:
- toString in interface GadgetBuilder
- Returns:
- String
- Overrides:
- toString in class Object