Class BalanceGroupSearchDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.portal.app.cc.balancegroupsearch.BalanceGroupSearchDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class BalanceGroupSearchDialog extends JDialog
This new search dialog is used for searching the balance groups(Used in credit limit panel invalid input: '&' MBI dialog).
Author:
mchellam
See Also:
  • Field Details

  • Constructor Details

    • BalanceGroupSearchDialog

      public BalanceGroupSearchDialog(Frame parent, boolean modal, Poid poidBillUnit)
      Constructor
      Parameters:
      parent - Frame of the parent
      modal - is Modal?
  • Method Details

    • setCloseButtonClicked

      public void setCloseButtonClicked(boolean clicked)
      Sets whether close button is clicked
      Parameters:
      clicked -
    • isCloseButtonClicked

      public boolean isCloseButtonClicked()
      Is close button clicked?
      Returns:
    • getSelectedBalanceGroups

      public PModelHandle getSelectedBalanceGroups()
      This method returns only the selected balance groups from the results table.
      Returns:
      PModelHandle
    • setSelectedBalanceGroups

      public void setSelectedBalanceGroups(PModelHandle pmhSelectedBalGrps)
      This method sets the selected balance groups from the results table.
    • init

      protected void init()
      Initializes the dialog.