com.infragistics.faces.tree.event
Class CollapseTreeNodeEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
com.infragistics.faces.tree.event.CollapseTreeNodeEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class CollapseTreeNodeEvent
- extends javax.faces.event.FacesEvent
This Event is fired whenever a TreeNode is collapsed
- See Also:
- Serialized Form
| Methods inherited from class javax.faces.event.FacesEvent |
queue, setPhaseId |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CollapseTreeNodeEvent
public CollapseTreeNodeEvent(TreeNode treeNode)
getPhaseId
public javax.faces.event.PhaseId getPhaseId()
getComponent
public javax.faces.component.UIComponent getComponent()
getTreeNode
public TreeNode getTreeNode()
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
processListener
public void processListener(javax.faces.event.FacesListener listener)