oracle.adf.view.faces.bi.event.graph
Class SelectionEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       javax.faces.event.FacesEvent
javax.faces.event.FacesEvent
           oracle.adf.view.faces.bi.event.graph.SelectionEvent
oracle.adf.view.faces.bi.event.graph.SelectionEvent
- All Implemented Interfaces: 
- java.io.Serializable
- public class SelectionEvent 
- extends javax.faces.event.FacesEvent
- See Also:
- Serialized Form
 
| Fields inherited from class java.util.EventObject | 
| source | 
 
 
 
| 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 | 
 
SelectionEvent
public SelectionEvent(javax.faces.component.UIComponent component,
                      java.util.Set<? extends GraphSelection> selection)
getGraphSelection
public java.util.Set<? extends GraphSelection> getGraphSelection()
- 
 
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
- 
- Specified by:
- isAppropriateListenerin class- javax.faces.event.FacesEvent
 
- 
 
processListener
public void processListener(javax.faces.event.FacesListener listener)
- 
- Specified by:
- processListenerin class- javax.faces.event.FacesEvent
 
Copyright © 1997, 2011, Oracle. All rights reserved.