public class PointSelectionEvent
extends javax.faces.event.FacesEvent
Constructor and Description |
---|
PointSelectionEvent(javax.faces.component.UIComponent component, double xVal, double yVal) |
Modifier and Type | Method and Description |
---|---|
double |
getXValue()
Retrives the date/time along the time axis of the location clicked.
|
double |
getYValue()
Retrives the date/time along the time axis of the location clicked.
|
boolean |
isAppropriateListener(javax.faces.event.FacesListener listener) |
void |
processListener(javax.faces.event.FacesListener listener) |
public PointSelectionEvent(javax.faces.component.UIComponent component, double xVal, double yVal)
public double getXValue()
public double getYValue()
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener
in class javax.faces.event.FacesEvent
public void processListener(javax.faces.event.FacesListener listener)