Class PAREventDetailsDlg

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class PAREventDetailsDlg extends JDialog implements ActionListener
Dialog that displays both currency and non-currency resource impacts on an event.
See Also:
  • Constructor Details

  • Method Details

    • initialize

      public void initialize(PModelHandle pmh)
    • setController

      public void setController(PAREventSearchPageBeanImpl bean)
    • setMultiRUM

      public void setMultiRUM(boolean multiRUM)
      This method sets the dialog in Multi-RUM mode on or off Based on this it will trigger population of Multi-RUM details table
      Parameters:
      model - The boolean Multi-RUM true or false
    • setModelHandle

      public void setModelHandle()
    • getModelHandle

      public PModelHandle getModelHandle()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener