ORG.oclc.gadgets
Class FullTextHeader
java.lang.Object
|
+--ORG.oclc.gadgets.FullTextHeader
- public class FullTextHeader
- extends Object
- implements GadgetBuilder
The FullTextHeader class is a gadget that creates the HTML string
for the record header information on a database record full text display,
including the database name, record number, and return button.
It uses the parameters contained in a RequestManager object
and the parameters for the gadget read from the configuration
files to build the appropriate output. If an error occurs,
an empty string("") is returned.
The parameters to the gadget are:
recnoFont - the HTML font to use for display of the record
numbers label.
temp - flag indicating whether the results are for
a 'temporary' database search where the valid values are true
or false
which is the default.
- See Also:
UserStateObject
,
RequestManager
,
DataPairs
,
StyleTable
,
ZDb
,
ZUserData
Constructor Summary |
FullTextHeader()
Constructs a FullTextHeader object. |
Method Summary |
String |
buildit(RequestManager rMngr,
String name)
Generates a String containing the HTML for the information displayed
before a Full Text record display. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FullTextHeader
public FullTextHeader()
- Constructs a FullTextHeader object.
buildit
public String buildit(RequestManager rMngr,
String name)
- Generates a String containing the HTML for the information displayed
before a Full Text record display.
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