public class TimeSelectorEvent
extends javax.faces.event.FacesEvent
| Constructor and Description |
|---|
TimeSelectorEvent(javax.faces.component.UIComponent component,
long startTime,
long endTime) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndDate()
Returns the end date for the time selector.
|
long |
getEndTime()
Deprecated.
Use
getEndDate() instead |
java.util.Date |
getStartDate()
Returns the start date for the time selector.
|
long |
getStartTime()
Deprecated.
Use
getStartDate() instead |
boolean |
isAppropriateListener(javax.faces.event.FacesListener listener) |
void |
processListener(javax.faces.event.FacesListener listener) |
@Concealed
public TimeSelectorEvent(javax.faces.component.UIComponent component,
long startTime,
long endTime)
component - the UIComponent that generated this eventstartTime - the start time for the time selectorendTime - the end time for the time selectorpublic java.util.Date getStartDate()
public java.util.Date getEndDate()
@Deprecated public long getStartTime()
getStartDate() instead@Deprecated public long getEndTime()
getEndDate() insteadpublic boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.FacesEventpublic void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.FacesEvent