Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.adf.view.faces.bi.event.pivotTable
Class CellImageClickEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by oracle.adf.view.faces.bi.event.pivotTable.CellImageClickEvent

All Implemented Interfaces:
java.io.Serializable

Deprecated. Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead.

@Deprecated
public class CellImageClickEvent
extends javax.faces.event.ActionEvent

Typically, the caller will want to set the PhaseId to INVOKE_APPLICATION before queuing the event.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
CellImageClickEvent(javax.faces.component.UIComponent component, int edge, QDR qdr, java.lang.String imageName)
          Deprecated. Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead.

 

Method Summary
 int getEdge()
          Deprecated.  
 java.lang.String getImageName()
          Deprecated.  
 QDR getQdr()
          Deprecated.  
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
          Deprecated.  
 void processListener(javax.faces.event.FacesListener listener)
          Deprecated.  

 

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

CellImageClickEvent

@Deprecated
public CellImageClickEvent(javax.faces.component.UIComponent component,
                                      int edge,
                                      QDR qdr,
                                      java.lang.String imageName)
Deprecated. Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead.

Method Detail

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Deprecated. 
Overrides:
isAppropriateListener in class javax.faces.event.ActionEvent

processListener

public void processListener(javax.faces.event.FacesListener listener)
Deprecated. 
Overrides:
processListener in class javax.faces.event.ActionEvent

getEdge

public int getEdge()
Deprecated. 

getQdr

public QDR getQdr()
Deprecated. 

getImageName

public java.lang.String getImageName()
Deprecated. 

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


Copyright © 1997, 2012, Oracle. All rights reserved.