public class ScheduleNavigationEvent
extends javax.faces.event.AjaxBehaviorEvent
| Constructor and Description |
|---|
ScheduleNavigationEvent(javax.faces.event.AjaxBehaviorEvent event,
java.lang.String type,
java.lang.String startDate,
java.lang.String endDate) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEndDate()
Returns the date of the last day actively in view, in the format YYYY-MM-DD
|
java.lang.String |
getStartDate()
Returns the date of the first day actively in view, in the format YYYY-MM-DD
|
boolean |
isNext() |
boolean |
isPrevious() |
void |
setEndDate(java.lang.String endDate) |
void |
setStartDate(java.lang.String startDate) |
isAppropriateListener, processListenerpublic ScheduleNavigationEvent(javax.faces.event.AjaxBehaviorEvent event,
java.lang.String type,
java.lang.String startDate,
java.lang.String endDate)
public java.lang.String getStartDate()
public void setStartDate(java.lang.String startDate)
public java.lang.String getEndDate()
public void setEndDate(java.lang.String endDate)
public boolean isNext()
public boolean isPrevious()
Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.