Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


oracle.adf.view.rich.event
Class CalendarActivityDurationChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by oracle.adf.view.rich.event.CalendarActivityDurationChangeEvent

All Implemented Interfaces:
java.io.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

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
CalendarActivityDurationChangeEvent(javax.faces.component.UIComponent source, java.lang.String providerId, java.lang.String activityId, CalendarActivity activity, java.util.Date newEndDate)
          Default constructor

 

Method Summary
 CalendarActivity getCalendarActivity()
          This returns the activity source.
 java.util.Date getNewEndDate()
          Returns the new end date for the activity.
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           

 

Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

CalendarActivityDurationChangeEvent

public CalendarActivityDurationChangeEvent(javax.faces.component.UIComponent source,
                                           java.lang.String providerId,
                                           java.lang.String activityId,
                                           CalendarActivity activity,
                                           java.util.Date newEndDate)
Default constructor

Method Detail

getNewEndDate

public java.util.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

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.