Class PAvailableServiceDialog

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

public class PAvailableServiceDialog extends JDialog implements ActionListener
Dialog to select the required services while modifying Global charge sharing member services.
Author:
Madhu BS
See Also:
  • Field Details

  • Constructor Details

    • PAvailableServiceDialog

      public PAvailableServiceDialog(JFrame parent, String sharingType, int mode)
  • Method Details

    • setVisible

      public void setVisible(boolean visible)
      Overriding this method to set the size and location.
      Overrides:
      setVisible in class Dialog
    • recycle

      public void recycle()
      Intitializes the components.
    • setData

      public void setData(Poid groupPoid)
      Calling this method will initializes the services associated with the group.
      Parameters:
      groupPoid - Poid, the poid of the group.
    • actionPerformed

      public void actionPerformed(ActionEvent ae)
      Specified by:
      actionPerformed in interface ActionListener
    • getUserAction

      public int getUserAction()
      Returns the whether the user clicked OK or CANCEL button.
      Returns:
      int user action.
      See Also: