Package jakarta.faces.event
Class ValueChangeEvent
java.lang.Object
java.util.EventObject
jakarta.faces.event.FacesEvent
jakarta.faces.event.ValueChangeEvent
- All Implemented Interfaces:
Serializable
see Javadoc of Faces Specification
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionValueChangeEvent
(UIComponent uiComponent, Object oldValue, Object newValue) ValueChangeEvent
(FacesContext facesContext, UIComponent uiComponent, Object oldValue, Object newValue) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isAppropriateListener
(FacesListener facesListeners) void
processListener
(FacesListener facesListeners) Methods inherited from class jakarta.faces.event.FacesEvent
getComponent, getFacesContext, getPhaseId, queue, setPhaseId
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ValueChangeEvent
public ValueChangeEvent(FacesContext facesContext, UIComponent uiComponent, Object oldValue, Object newValue) -
ValueChangeEvent
-
-
Method Details
-
getNewValue
-
getOldValue
-
isAppropriateListener
- Specified by:
isAppropriateListener
in classFacesEvent
-
processListener
- Specified by:
processListener
in classFacesEvent
-