Class TimelineModificationEvent<T>

    • Constructor Detail

      • TimelineModificationEvent

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

      • 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: