public class TimelineRangeEvent extends AbstractAjaxBehaviorEvent
source| Constructor and Description | 
|---|
| TimelineRangeEvent(javax.faces.component.UIComponent component,
                  javax.faces.component.behavior.Behavior behavior,
                  LocalDateTime startDate,
                  LocalDateTime endDate) | 
| Modifier and Type | Method and Description | 
|---|---|
| LocalDateTime | getEndDate() | 
| LocalDateTime | getStartDate() | 
isAppropriateListener, processListenergetComponent, getPhaseId, queue, setPhaseIdgetSource, toStringpublic TimelineRangeEvent(javax.faces.component.UIComponent component,
                          javax.faces.component.behavior.Behavior behavior,
                          LocalDateTime startDate,
                          LocalDateTime endDate)
public LocalDateTime getStartDate()
public LocalDateTime getEndDate()
Copyright © 2020. All rights reserved.