|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
oracle.adf.view.faces.bi.event.ZoomAndScrollEvent
public class ZoomAndScrollEvent
Event fired for SVG Zoom and Scroll when the user clicks and selects portion of plot area to zoom.
Field Summary | |
---|---|
static int |
O1AXIS
The O1Axis component. |
static int |
SCROLL
Event type : Scroll |
static int |
X1AXIS
The X1Axis component. |
static int |
Y1AXIS
The Y1Axis component. |
static int |
Y2AXIS
The Y2Axis component. |
static int |
ZOOM
Event type : ZOOM |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ZoomAndScrollEvent(javax.faces.component.UIComponent component,
int eventType,
java.util.HashMap axisMin,
java.util.HashMap axisMax,
java.lang.Integer o1StartGroup,
java.lang.Integer o1GroupCount,
java.lang.Object o1StartGroupLabel,
java.lang.Object o1EndGroupLabel)
|
Method Summary | |
---|---|
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.lang.Double |
getAxisMin(int axisID)
return the axis min value |
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. |
int |
getEventType()
returns the event type either Scroll or Zoom |
boolean |
isAppropriateListener(javax.faces.event.FacesListener listener)
|
void |
processListener(javax.faces.event.FacesListener listener)
|
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 |
Field Detail |
---|
public static final int O1AXIS
public static final int X1AXIS
public static final int Y1AXIS
public static final int Y2AXIS
public static final int SCROLL
public static final int ZOOM
Constructor Detail |
---|
public ZoomAndScrollEvent(javax.faces.component.UIComponent component, int eventType, java.util.HashMap axisMin, java.util.HashMap axisMax, java.lang.Integer o1StartGroup, java.lang.Integer o1GroupCount, java.lang.Object o1StartGroupLabel, java.lang.Object o1EndGroupLabel)
Method Detail |
---|
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener
in class javax.faces.event.FacesEvent
public void processListener(javax.faces.event.FacesListener listener)
processListener
in class javax.faces.event.FacesEvent
public java.lang.Double getAxisMin(int axisID)
axisID
- axis for which the minimum value is requested
public java.lang.Double getAxisMax(int axisID)
axisID
- axis for which the maximum value is requested
public java.lang.Integer getAxisStartGroup(int axisID)
axisID
- axis for which the startGroup is requested
public java.lang.Integer getAxisGroupCount(int axisID)
axisID
- axis for which the Group count is requested
public java.lang.Object getAxisStartGroupLabel(int axisID)
axisID
- axis for which the startGroup is requested
public java.lang.Object getAxisEndGroupLabel(int axisID)
axisID
- axis for which the endGroup is requested
public int getEventType()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |