public abstract class BaseZoomAndScrollEvent
extends javax.faces.event.FacesEvent
Modifier and Type | Field and Description |
---|---|
static int |
O1AXIS
The O1Axis component.
|
static int |
X1AXIS
The X1Axis component.
|
static int |
Y1AXIS
The Y1Axis component.
|
static int |
Y2AXIS
The Y2Axis component.
|
Modifier | Constructor and Description |
---|---|
protected |
BaseZoomAndScrollEvent(javax.faces.component.UIComponent component,
java.util.HashMap axisMin,
java.util.HashMap axisMax,
java.lang.Integer o1StartGroup,
java.lang.Integer o1GroupCount,
java.lang.Object o1StartGroupLabel,
java.lang.Object o1EndGroupLabel) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAxisEndGroupLabel(int axisID)
Returns the label for the ordinal axis endGroup.
|
java.lang.Integer |
getAxisGroupCount(int axisID)
return the oridinal axis Group count
|
java.lang.Double |
getAxisMax(int axisID)
return the axis max value
|
java.util.HashMap |
getAxisMaxHashMap() |
java.lang.Double |
getAxisMin(int axisID)
return the axis min value
|
java.util.HashMap |
getAxisMinHashMap() |
java.lang.Integer |
getAxisStartGroup(int axisID)
return the oridinal axis startGroup
|
java.lang.Object |
getAxisStartGroupLabel(int axisID)
Returns the label for the ordinal axis startGroup.
|
abstract boolean |
isAppropriateListener(javax.faces.event.FacesListener listener) |
abstract void |
processListener(javax.faces.event.FacesListener listener) |
public static final int O1AXIS
public static final int X1AXIS
public static final int Y1AXIS
public static final int Y2AXIS
protected BaseZoomAndScrollEvent(javax.faces.component.UIComponent component, java.util.HashMap axisMin, java.util.HashMap axisMax, java.lang.Integer o1StartGroup, java.lang.Integer o1GroupCount, java.lang.Object o1StartGroupLabel, java.lang.Object o1EndGroupLabel)
public abstract boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener
in class javax.faces.event.FacesEvent
public abstract void processListener(javax.faces.event.FacesListener listener)
processListener
in class javax.faces.event.FacesEvent
AbortProcessingException
public java.lang.Double getAxisMin(int axisID)
axisID
- axis for which the minimum value is requestedpublic java.lang.Double getAxisMax(int axisID)
axisID
- axis for which the maximum value is requestedpublic java.util.HashMap getAxisMinHashMap()
public java.util.HashMap getAxisMaxHashMap()
public java.lang.Integer getAxisStartGroup(int axisID)
axisID
- axis for which the startGroup is requestedpublic java.lang.Integer getAxisGroupCount(int axisID)
axisID
- axis for which the Group count is requestedpublic java.lang.Object getAxisStartGroupLabel(int axisID)
axisID
- axis for which the startGroup is requestedpublic java.lang.Object getAxisEndGroupLabel(int axisID)
axisID
- axis for which the endGroup is requested