Package com.portal.app.comp
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 Summary
Modifier and TypeMethodDescriptionvoidNotify the given listener when the selection changesUseful to facilitate customization to add search results panels.voidDon't notify the given listener when the selection changes
-
Method Details
-
addIASelectionListener
Notify the given listener when the selection changes- Parameters:
l- The selection listener
-
removeIASelectionListener
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.
-