ORG.oclc.gadgets
Class BriefSearchResultsHeader
java.lang.Object
|
+--ORG.oclc.gadgets.BriefSearchResultsHeader
- public class BriefSearchResultsHeader
- extends Object
- implements GadgetBuilder
The BriefSearchResultsHeader class is a gadget that creates the HTML string
for the record header information on a brief search result including
the record number and the jump bar
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
,
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 |
BriefSearchResultsHeader
public BriefSearchResultsHeader()
- Constructs a BriefSearchResultsHeader 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