com.infragistics.faces.tree.event
Class CollapseTreeNodeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.faces.event.FacesEvent
          extended bycom.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

Constructor Summary
CollapseTreeNodeEvent(TreeNode treeNode)
           
 
Method Summary
 javax.faces.component.UIComponent getComponent()
           
 javax.faces.event.PhaseId getPhaseId()
           
 TreeNode getTreeNode()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           
 
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
 

Constructor Detail

CollapseTreeNodeEvent

public CollapseTreeNodeEvent(TreeNode treeNode)
Method Detail

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)