Class PGroupMembersPage

All Implemented Interfaces:
PAccountViewPage, PCCPage, PAppComponent, PClientComponent, PCollectDataListener, PComponent, PComponentAttribute, PViewDataChangeListener, ActionListener, ContainerListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class PGroupMembersPage extends PMaintenancePage implements ActionListener
See Also:
  • Field Details

    • SERVICEINSTANCE_MODE

      public static final int SERVICEINSTANCE_MODE
      See Also:
    • SERVICETYPE_MODE

      public static final int SERVICETYPE_MODE
      See Also:
    • currentmode

      public static int currentmode
  • Constructor Details

    • PGroupMembersPage

      public PGroupMembersPage()
      PGroupMembersPage will initialize the class and the UI. init() will be called sperately to initialize the data
  • Method Details

    • init

      public void init(String sharingType, Poid mGroupPoid, POwnershipPanel parentPanel, Poid parentServicePoid)
      PGroupMembersPanel Opens up the table with the members of a group pointed by the parameter passed
      Parameters:
      sharingType - Poid
      mGroupPoid - Poid
      parentPanel - POwnershipPanel
      parentServicePoid - Poid
    • refresh

      public void refresh()
      Called when the page should be immediately refreshed
      Specified by:
      refresh in interface PAccountViewPage
      Overrides:
      refresh in class PMaintenancePage
    • actionPerformed

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