oracle.adf.view.faces.bi.event
Class ResourceSelectionEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
oracle.adf.view.faces.bi.event.ResourceSelectionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceSelectionEvent
- extends javax.faces.event.FacesEvent
Event delivered when a resource is selected in the Scheduling Gantt.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
ResourceSelectionEvent(javax.faces.component.UIComponent source,
java.util.List<java.lang.String> resourceIds)
Constructor for an instance of ResourceSelectionEvent. |
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 |
ResourceSelectionEvent
public ResourceSelectionEvent(javax.faces.component.UIComponent source,
java.util.List<java.lang.String> resourceIds)
- Constructor for an instance of ResourceSelectionEvent. Application should never instantiate
a ResourceSelectionEvent directly.
- Parameters:
source
- the Gantt component.resourceIds
- the list of ids of selected resources.
getResourceIds
public java.util.List<java.lang.String> getResourceIds()
- Gets a list of ids of selected resources.
- Returns:
- a list of resource ids.
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
Copyright © 1997, 2009, Oracle. All rights reserved.