Interface PSearchConsumer

All Known Subinterfaces:
PSearchResults
All Known Implementing Classes:
PAccountsResults, PAccountsResultsPanel, PBillsResults, PBillsResultsPanel, PDeviceSearchResultsPanelBase, PDeviceSearchResultsPanelDefault, PIASearchResultsPanel, PNumberResultsPanel, PSettopResultsPanel, PSIMResultsPanel, PTelcoNumberResultsPanel, SIMResultsPanel

public interface PSearchConsumer
Components displaying search results should implement this interface
Version:
%version: 4 % %date_modified: Mon Jul 30 11:22:46 2001 %
Author:
kapono
  • Method Details

    • addIASelectionListener

      void addIASelectionListener(PIASelectionListener l)
      Notify the given listener when the selection changes
      Parameters:
      l - The selection listener
    • removeIASelectionListener

      void removeIASelectionListener(PIASelectionListener l)
      Don't notify the given listener when the selection changes
      Parameters:
      l - The selection listener
    • getSpreadSheet

      PIASpecSpreadSheet getSpreadSheet()
      Useful to facilitate customization to add search results panels. Implemented by the parent panels that host the results panels of type PIASpecSpreadSheet.