Open SiteSearch 4.1.1
Final

ORG.oclc.obi
Class refinescreen

java.lang.Object
  |
  +--ORG.oclc.obi.refinescreen

public class refinescreen
extends Object
implements JavaPage

The refinescreen class includes the correct DisplayGadget references and state information. This allows the refine search form to appear on current record display type (brief or full), with the correct types of FullText, ILL and JumpBars. refinescreen uses the UserStateObject entities FmtDisplayRecordsGadget, dblabel and headerinfo. It will also check to see if its called from a temporary database page. If it is, it will use treturnednumrecs for the record count and will use the tempRefineScreen gadget to fill in the html for the page.

See Also:
JavaPage, UserStateObject, RequestManager, DataPairs, StyleTable

Constructor Summary
refinescreen()
          Constructs an recordscreen object.
 
Method Summary
 void runit(RequestManager rMngr)
          Executes the embedded refinescreen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

refinescreen

public refinescreen()
Constructs an recordscreen object.
Method Detail

runit

public void runit(RequestManager rMngr)
Executes the embedded refinescreen.
Specified by:
runit in interface JavaPage
Parameters:
rMngr - the RequestManager object

Open SiteSearch 4.1.1
Final