org.apache.myfaces.view.facelets
Class FaceletDynamicComponentRefreshTransientBuildEvent

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.FaceletDynamicComponentRefreshTransientBuildEvent
All Implemented Interfaces:
Serializable

public class FaceletDynamicComponentRefreshTransientBuildEvent
extends ComponentSystemEvent

Author:
Leonardo Uribe
See Also:
Serialized Form

Field Summary
static String DYNAMIC_COMPONENT_BINDING_NEEDS_REFRESH
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FaceletDynamicComponentRefreshTransientBuildEvent(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

DYNAMIC_COMPONENT_BINDING_NEEDS_REFRESH

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

FaceletDynamicComponentRefreshTransientBuildEvent

public FaceletDynamicComponentRefreshTransientBuildEvent(UIComponent component)
Method Detail

setComponent

public void setComponent(UIComponent newComponent)


Copyright © 2015 The Apache Software Foundation. All rights reserved.