public class MapClickActionEvent
extends javax.faces.event.ActionEvent
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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() |
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)
public MapClickActionEvent(javax.faces.component.UIComponent component, java.lang.String themeId, java.lang.String button, double locationX, double locationY, int locationSrid)
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)
public DataContent getDataContent()
public java.lang.String getSelectionThemeId()
public java.lang.String getFOIId()
public java.lang.Object getRowId()
public java.lang.String getMouseButtonClicked()
public int getMouseX()
public int getMouseY()
public double getLocationX()
public double getLocationY()
public int getLocationSrid()
public boolean isLeftMouseClicked()
public boolean isRightMouseClicked()