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

E17492-01

oracle.adf.view.faces.bi.event
Class MapClickActionEvent

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

public class MapClickActionEvent
extends javax.faces.event.ActionEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MapClickActionEvent(javax.faces.component.UIComponent component, java.lang.String themeId, java.lang.String foiId, DataContent dataContent, java.lang.String button, int mouseX, int mouseY)
           
MapClickActionEvent(javax.faces.component.UIComponent component, java.lang.String themeId, java.lang.String foiId, DataContent dataContent, java.lang.String button, int mouseX, int mouseY, double locationX, double locationY, int locationSrid)
           
MapClickActionEvent(javax.faces.component.UIComponent component, java.lang.String themeId, java.lang.String button, double locationX, double locationY, int locationSrid)
           
 
Method Summary
 DataContent getDataContent()
           
 java.lang.String getFOIId()
           
 int getLocationSrid()
           
 double getLocationX()
           
 double getLocationY()
           
 java.lang.String getMouseButtonClicked()
           
 int getMouseX()
           
 int getMouseY()
           
 java.lang.Object getRowId()
           
 java.lang.String getSelectionThemeId()
           
 boolean isLeftMouseClicked()
           
 boolean isRightMouseClicked()
           
 
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

MapClickActionEvent

public MapClickActionEvent(javax.faces.component.UIComponent component,
                           java.lang.String themeId,
                           java.lang.String foiId,
                           DataContent dataContent,
                           java.lang.String button,
                           int mouseX,
                           int mouseY)

MapClickActionEvent

public MapClickActionEvent(javax.faces.component.UIComponent component,
                           java.lang.String themeId,
                           java.lang.String button,
                           double locationX,
                           double locationY,
                           int locationSrid)

MapClickActionEvent

public MapClickActionEvent(javax.faces.component.UIComponent component,
                           java.lang.String themeId,
                           java.lang.String foiId,
                           DataContent dataContent,
                           java.lang.String button,
                           int mouseX,
                           int mouseY,
                           double locationX,
                           double locationY,
                           int locationSrid)
Method Detail

getDataContent

public DataContent getDataContent()

getSelectionThemeId

public java.lang.String getSelectionThemeId()

getFOIId

public java.lang.String getFOIId()

getRowId

public java.lang.Object getRowId()

getMouseButtonClicked

public java.lang.String getMouseButtonClicked()

getMouseX

public int getMouseX()

getMouseY

public int getMouseY()

getLocationX

public double getLocationX()

getLocationY

public double getLocationY()

getLocationSrid

public int getLocationSrid()

isLeftMouseClicked

public boolean isLeftMouseClicked()

isRightMouseClicked

public boolean isRightMouseClicked()

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

E17492-01

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