| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| 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.BaseZoomAndScrollEvent
public abstract class BaseZoomAndScrollEvent
| Field Summary | |
|---|---|
| static int | O1AXISThe O1Axis component. | 
| static int | X1AXISThe X1Axis component. | 
| static int | Y1AXISThe Y1Axis component. | 
| static int | Y2AXISThe Y2Axis component. | 
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| 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) | 
| 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.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) | 
| 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
| Constructor Detail | 
|---|
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)
| Method Detail | 
|---|
public abstract boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.FacesEventpublic abstract void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.FacesEventpublic 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.util.HashMap getAxisMinHashMap()
public java.util.HashMap getAxisMaxHashMap()
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
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||