public class TimelineModificationEvent<T> extends AbstractAjaxBehaviorEvent
source| Constructor and Description | 
|---|
| TimelineModificationEvent(javax.faces.component.UIComponent component,
                         javax.faces.component.behavior.Behavior behavior,
                         TimelineEvent<T> timelineEvent) | 
| Modifier and Type | Method and Description | 
|---|---|
| TimelineEvent<T> | getTimelineEvent()Gets a cloned  TimelineEventwith the modifications if any. | 
isAppropriateListener, processListenergetComponent, getPhaseId, queue, setPhaseIdgetSource, toStringpublic TimelineModificationEvent(javax.faces.component.UIComponent component,
                                 javax.faces.component.behavior.Behavior behavior,
                                 TimelineEvent<T> timelineEvent)
public TimelineEvent<T> getTimelineEvent()
TimelineEvent with the modifications if any. You should update your TimelineModel with this instance to keep sync between
 UI and model.Copyright © 2020. All rights reserved.