Class PBillsResults

All Implemented Interfaces:
PSearchConsumer, PAppComponent, PAppFieldComponent, PClientComponent, PCollectDataListener, PComponent, PComponentAttribute, PFieldBean, PViewDataChangeListener, ActionListener, MouseListener, ImageObserver, MenuContainer, Serializable, Remote, EventListener, Accessible, CellEditorListener, ListSelectionListener, RowSorterListener, TableColumnModelListener, TableModelListener, Scrollable

public class PBillsResults extends PIASpecSpreadSheet implements PSearchConsumer
A table for displaying search results. This component can be configured to display any field from an account object.
Version:
4
See Also:
  • Constructor Details

    • PBillsResults

      public PBillsResults()
      Creates a search results table
  • Method Details

    • getSpreadSheet

      public PIASpecSpreadSheet getSpreadSheet()
      Description copied from interface: PSearchConsumer
      Useful to facilitate customization to add search results panels. Implemented by the parent panels that host the results panels of type PIASpecSpreadSheet.
      Specified by:
      getSpreadSheet in interface PSearchConsumer