oracle.adf.view.faces.bi.event
Class MapClickActionEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
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
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)
|
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 |
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)
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()
Copyright © 1997, 2009, Oracle. All rights reserved.