Interface PSearchResults

All Superinterfaces:
PSearchConsumer
All Known Implementing Classes:
PAccountsResultsPanel

public interface PSearchResults extends PSearchConsumer
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 Details

    • getSelectedItems

      PModelHandle[] getSelectedItems()
      Returns:
      the list of selected items in the table
    • setDisplay

      void setDisplay(PModelHandle[] pm)
      Updates the table with the given list of data.
      Parameters:
      pm - the list of new data
    • addButtonListener

      void addButtonListener(ActionListener l)
      Registers the given listener with action events for the buttons in the panel.
      Parameters:
      l - the action listener to add
    • removeButtonListener

      void removeButtonListener(ActionListener l)
      Removes the given action listener from the buttons in the panel.
      Parameters:
      l - the action listener to remove