Class PChargeSharingPanel

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

public class PChargeSharingPanel extends PIACustomizablePanel implements PSharing
This panel holds the Charge Sharing related view. This is panel of the PSharingPage's card layout. This extends PIACustomizablePanel and implements PSharing Interface.
See Also:
  • Constructor Details

    • PChargeSharingPanel

      public PChargeSharingPanel(String sharingType)
      Constructs an PChargeSharingPanel with the specified sharing type key.
      Parameters:
      sharingType - the sharing type key.
  • Method Details

    • cleanup

      public void cleanup()
      Cleaning up Membership as well Ownership panels.
      Specified by:
      cleanup in interface PSharing
    • refresh

      public void refresh()
      Refreshes Membership as well Ownership panels.
      Specified by:
      refresh in interface PSharing
    • initData

      public void initData()
      We can replace this method with refresh().
      Specified by:
      initData in interface PSharing