Open SiteSearch 4.1.1
Final

ORG.oclc.obi
Class sortscreen

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

public class sortscreen
extends Object
implements JavaPage

The sortscreen class includes the correct DisplayGadget references and state information. This allows the sort a resultsset from 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 and headerinfo.

See Also:
JavaPage, UserStateObject, RequestManager, DataPairs, ZUserData, ZDb, Sort

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

Constructor Detail

sortscreen

public sortscreen()
Constructs a sortscreen object.
Method Detail

runit

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

Open SiteSearch 4.1.1
Final