Package org.apache.myfaces.view.facelets
Class FaceletDynamicComponentRefreshTransientBuildEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- jakarta.faces.event.SystemEvent
- 
- jakarta.faces.event.ComponentSystemEvent
- 
- org.apache.myfaces.view.facelets.FaceletDynamicComponentRefreshTransientBuildEvent
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class FaceletDynamicComponentRefreshTransientBuildEvent extends ComponentSystemEvent - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDYNAMIC_COMPONENT_BINDING_NEEDS_REFRESH- 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description FaceletDynamicComponentRefreshTransientBuildEvent(UIComponent component)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetComponent(UIComponent newComponent)- 
Methods inherited from class jakarta.faces.event.ComponentSystemEventgetComponent, isAppropriateListener, processListener
 - 
Methods inherited from class jakarta.faces.event.SystemEventgetFacesContext
 - 
Methods inherited from class java.util.EventObjectgetSource, toString
 
- 
 
- 
- 
- 
Field Detail- 
DYNAMIC_COMPONENT_BINDING_NEEDS_REFRESHpublic static final String DYNAMIC_COMPONENT_BINDING_NEEDS_REFRESH - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
FaceletDynamicComponentRefreshTransientBuildEventpublic FaceletDynamicComponentRefreshTransientBuildEvent(UIComponent component) 
 
- 
 - 
Method Detail- 
setComponentpublic void setComponent(UIComponent newComponent) 
 
- 
 
-