Class PSearchComponents

java.lang.Object
com.portal.app.cc.PSearchComponents

public class PSearchComponents extends Object
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 Details

    • PSearchComponents

      public PSearchComponents(PSearchProducer entry, PSearchResults results, String label)
      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 panel
      results - the search results panel
      label - the label that describes this type of search
  • Method Details

    • getEntryPanel

      public PSearchProducer getEntryPanel()
      Returns:
      the search entry panel
    • getResultsPanel

      public PSearchResults getResultsPanel()
      Returns:
      the search results panel
    • getLabel

      public String getLabel()
      Returns:
      the label that describes the type of search