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

public class TimelineModificationEvent<T> extends AbstractAjaxBehaviorEvent
See Also:
  • Constructor Details

    • TimelineModificationEvent

      public TimelineModificationEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, TimelineEvent<T> timelineEvent)
  • Method Details

    • getTimelineEvent

      public TimelineEvent<T> getTimelineEvent()
      Gets a cloned TimelineEvent with the modifications if any. You should update your TimelineModel with this instance to keep sync between UI and model.
      Returns: