Package com.portal.app.cc
Class PSearchComponents
java.lang.Object
com.portal.app.cc.PSearchComponents
This class is used for creating search panels, both entry and results
panels to be used in PSearchBasePanel.
- Version:
- %version: 1 % %date_modified: Thu Jun 28 10:21:11 2001 %
-
Constructor Summary
ConstructorsConstructorDescriptionPSearchComponents
(PSearchProducer entry, PSearchResults results, String label) Initializes this class with the given entry and results panels. -
Method Summary
-
Constructor Details
-
PSearchComponents
Initializes this class with the given entry and results panels. The given label is what is the identifier used in the combo box of PSearchBasePanel.- Parameters:
entry
- the search entry panelresults
- the search results panellabel
- the label that describes this type of search
-
-
Method Details
-
getEntryPanel
- Returns:
- the search entry panel
-
getResultsPanel
- Returns:
- the search results panel
-
getLabel
- Returns:
- the label that describes the type of search
-