Class PProfileSharingPanel

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

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

    • PProfileSharingPanel

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