Package com.portal.pfc.ui
Class PSectionHeaderSupport
java.lang.Object
com.portal.pfc.ui.PSectionHeaderSupport
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a section listener to the list.voidfireSectionChanged(Object src) This method will used to notify listeners when the section header will change its state(expand/collapse)voidRemoves a section listener from the list.
-
Constructor Details
-
PSectionHeaderSupport
public PSectionHeaderSupport()Creates an instance of a support object.
-
-
Method Details
-
addSectionHeaderListener
Adds a section listener to the list.- Parameters:
l- the new selection listener
-
removeSectionHeaderListener
Removes a section listener from the list.- Parameters:
l- the selection listener to remove
-
fireSectionChanged
This method will used to notify listeners when the section header will change its state(expand/collapse)- Parameters:
src- the issuing object
-