Class AccountSearchResultsPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.portal.pfc.ui.accountsearch.AccountSearchResultsPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class AccountSearchResultsPanel extends JPanel
This class takes cares of displaying the account search results in a tabular format from the Portal database.
See Also:
  • Field Details

    • OK_BUTTON

      public static final int OK_BUTTON
      See Also:
    • CANCEL_BUTTON

      public static final int CANCEL_BUTTON
      See Also:
    • mSearchResultsTable

      protected PFCTable mSearchResultsTable
    • mButtonsPanel

      protected JPanel mButtonsPanel
    • mSearchResultsTableModel

      protected com.portal.pfc.ui.accountsearch.AccountSearchResultsPanel.SearchResultsTableModel mSearchResultsTableModel
    • mOKBtn

      protected JButton mOKBtn
    • mCancelBtn

      protected JButton mCancelBtn
  • Constructor Details

    • AccountSearchResultsPanel

      public AccountSearchResultsPanel()
  • Method Details

    • getResultsTable

      public JTable getResultsTable()
      Returns the account result table reference.
    • getButtonsPanel

      public JPanel getButtonsPanel()
      returns reference for the button panel
    • getButtonType

      public JButton getButtonType(int buttonType)
      returns the reference for the specific button type
    • addSearchResults

      public void addSearchResults(FList output)
      adds the records into the result table model
    • reset

      public void reset()
      clears the account result table model
    • getSelectedAccountPoid

      public Poid getSelectedAccountPoid()
      To get the Account Poid of the selected row from the result table.
    • getSelectedAccountNo

      public String getSelectedAccountNo()
      To get the Account Number of the selected row from the result table.