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, processListenerMethods inherited from class javax.faces.event.BehaviorEvent
getBehaviorMethods inherited from class javax.faces.event.FacesEvent
getComponent, getFacesContext, getPhaseId, queue, setPhaseIdMethods 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 clonedTimelineEventwith the modifications if any. You should update yourTimelineModelwith this instance to keep sync between UI and model.- Returns:
-