Skip navigation links
oracle.adf.view.rich.event
Class CalendarActivityDurationChangeEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
oracle.adf.view.rich.event.CalendarActivityDurationChangeEvent
- All Implemented Interfaces:
- Serializable
-
public class CalendarActivityDurationChangeEvent
- extends javax.faces.event.FacesEvent
An activity event is fired when the user changed the duration of an activity.
- See Also:
- Serialized Form
| Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
CalendarActivityDurationChangeEvent
public CalendarActivityDurationChangeEvent(javax.faces.component.UIComponent source,
String providerId,
String activityId,
CalendarActivity activity,
Date newEndDate)
- Default constructor
getNewEndDate
public Date getNewEndDate()
- Returns the new end date for the activity. The new end date will be in the same time zone as the activity.
-
- Returns:
- new endDate
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
-
- Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent
processListener
public void processListener(javax.faces.event.FacesListener listener)
-
- Specified by:
processListener in class javax.faces.event.FacesEvent
getCalendarActivity
public CalendarActivity getCalendarActivity()
- This returns the activity source.
-
- Returns:
- the CalendarActivity source activity.
Skip navigation links
Copyright © 2013 Oracle Corporation. All Rights Reserved.