org.richfaces.component.state.events
Class ExpandAllCommandEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.richfaces.component.state.events.TreeStateCommandEvent
              extended by org.richfaces.component.state.events.ExpandAllCommandEvent
All Implemented Interfaces:
java.io.Serializable

public class ExpandAllCommandEvent
extends TreeStateCommandEvent

Author:
Nick - mailto:nbelaevski@exadel.com created 01.12.2006
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ExpandAllCommandEvent(javax.faces.component.UIComponent component)
           
 
Method Summary
protected  void execute(TreeStateCommandsListener commandsListener)
           
 
Methods inherited from class org.richfaces.component.state.events.TreeStateCommandEvent
isAppropriateListener, processListener
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpandAllCommandEvent

public ExpandAllCommandEvent(javax.faces.component.UIComponent component)
Method Detail

execute

protected void execute(TreeStateCommandsListener commandsListener)
                throws java.io.IOException
Specified by:
execute in class TreeStateCommandEvent
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.