Package com.portal.app.cc
Interface PSearchResults
- All Superinterfaces:
PSearchConsumer
- All Known Implementing Classes:
PAccountsResultsPanel
Components that need to display search results used in PSearchBasePanel
need to implement this interface.
- Version:
- %version: 1 % %date_modified: Thu Jun 28 10:23:17 2001 %
-
Method Summary
Modifier and TypeMethodDescriptionvoidRegisters the given listener with action events for the buttons in the panel.voidRemoves the given action listener from the buttons in the panel.voidsetDisplay(PModelHandle[] pm) Updates the table with the given list of data.Methods inherited from interface com.portal.app.comp.PSearchConsumer
addIASelectionListener, getSpreadSheet, removeIASelectionListener
-
Method Details
-
getSelectedItems
PModelHandle[] getSelectedItems()- Returns:
- the list of selected items in the table
-
setDisplay
Updates the table with the given list of data.- Parameters:
pm- the list of new data
-
addButtonListener
Registers the given listener with action events for the buttons in the panel.- Parameters:
l- the action listener to add
-
removeButtonListener
Removes the given action listener from the buttons in the panel.- Parameters:
l- the action listener to remove
-