Class PSectionHeaderSupport

java.lang.Object
com.portal.pfc.ui.PSectionHeaderSupport

public class PSectionHeaderSupport extends Object
PSectionHeaderSupport provides support for issuing section header change event. It is similar to the model of the java.beans.PropertyChangeSupport class.
Author:
Manjunatha L
  • Constructor Details

    • PSectionHeaderSupport

      public PSectionHeaderSupport()
      Creates an instance of a support object.
  • Method Details

    • addSectionHeaderListener

      public void addSectionHeaderListener(PSectionHeaderListener l)
      Adds a section listener to the list.
      Parameters:
      l - the new selection listener
    • removeSectionHeaderListener

      public void removeSectionHeaderListener(PSectionHeaderListener l)
      Removes a section listener from the list.
      Parameters:
      l - the selection listener to remove
    • fireSectionChanged

      public void fireSectionChanged(Object src)
      This method will used to notify listeners when the section header will change its state(expand/collapse)
      Parameters:
      src - the issuing object