Package org.primefaces.event.timeline
Class TimelineModificationEvent<T>
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.BehaviorEvent
javax.faces.event.AjaxBehaviorEvent
org.primefaces.event.AbstractAjaxBehaviorEvent
org.primefaces.event.timeline.TimelineModificationEvent<T>
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionTimelineModificationEvent
(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, TimelineEvent<T> timelineEvent) -
Method Summary
Methods inherited from class org.primefaces.event.AbstractAjaxBehaviorEvent
isAppropriateListener, processListener
Methods inherited from class javax.faces.event.BehaviorEvent
getBehavior
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getFacesContext, getPhaseId, queue, setPhaseId
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TimelineModificationEvent
public TimelineModificationEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, TimelineEvent<T> timelineEvent)
-
-
Method Details
-
getTimelineEvent
Gets a clonedTimelineEvent
with the modifications if any. You should update yourTimelineModel
with this instance to keep sync between UI and model.- Returns:
-