org.apache.myfaces.view.facelets
Class DynamicComponentRefreshTransientBuildEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.SystemEvent
          extended by javax.faces.event.ComponentSystemEvent
              extended by org.apache.myfaces.view.facelets.DynamicComponentRefreshTransientBuildEvent
All Implemented Interfaces:
Serializable

public class DynamicComponentRefreshTransientBuildEvent
extends ComponentSystemEvent

Author:
Leonardo Uribe
See Also:
Serialized Form

Field Summary
static String DYN_COMP_REFRESH_FLAG
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DynamicComponentRefreshTransientBuildEvent(UIComponent component)
           
 
Method Summary
 void setComponent(UIComponent newComponent)
           
 
Methods inherited from class javax.faces.event.ComponentSystemEvent
getComponent, isAppropriateListener, processListener
 
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
 

Field Detail

DYN_COMP_REFRESH_FLAG

public static final String DYN_COMP_REFRESH_FLAG
See Also:
Constant Field Values
Constructor Detail

DynamicComponentRefreshTransientBuildEvent

public DynamicComponentRefreshTransientBuildEvent(UIComponent component)
Method Detail

setComponent

public void setComponent(UIComponent newComponent)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.