Class PDiscountSharingPanel

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

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

    • PDiscountSharingPanel

      public PDiscountSharingPanel(String sharingType)
      Constructs an PDiscountSharingPanel 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