ORG.oclc.gadgets
Class FullRecordHeader
java.lang.Object
|
+--ORG.oclc.gadgets.FullRecordHeader
- public class FullRecordHeader
- extends Object
- implements GadgetBuilder
The FullRecordHeader class is a gadget that creates the HTML string
for the record header information on a database record full display,
including the record number, jumpbar, prev, next, and anchor to
return to the brief display.
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
Method Summary |
String |
buildit(RequestManager rMngr,
String name)
Generates a String containing the HTML for the information displayed
before a set of brief records in a search including the record number and
the JumpBar. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FullRecordHeader
public FullRecordHeader()
- Constructs a FullRecordHeader object.
buildit
public String buildit(RequestManager rMngr,
String name)
- Generates a String containing the HTML for the information displayed
before a set of brief records in a search including the record number and
the JumpBar.
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