Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.2.1.2.0)
E76711-01
- java.lang.Object
-
- java.util.EventObject
-
- javax.faces.event.FacesEvent
-
- javax.faces.event.ActionEvent
-
- oracle.adf.view.faces.bi.event.ResourceActionEvent
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors
Constructor and Description |
ResourceActionEvent(javax.faces.component.UIComponent source,
java.lang.String resourceId,
java.util.Date dateClicked)
Constructor for an instance of ResourceClickEvent.
|
-
Method Summary
-
Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener
-
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
-
ResourceActionEvent
public ResourceActionEvent(javax.faces.component.UIComponent source,
java.lang.String resourceId,
java.util.Date dateClicked)
Constructor for an instance of ResourceClickEvent. Application should never instantiate
a ResourceClickEvent directly.
- Parameters:
source
- the Gantt component.
resourceId
- the resource id which corresponds to the click location.
dateClicked
- the Date timestamp which corresponds to the click location.
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.2.1.2.0)
E76711-01
Copyright © 1997, 2016, Oracle. All rights reserved.