Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.adf.view.faces.bi.event
Class ZoomAndScrollEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by oracle.adf.view.faces.bi.event.BaseZoomAndScrollEvent
              extended by oracle.adf.view.faces.bi.event.ZoomAndScrollEvent

All Implemented Interfaces:
java.io.Serializable

public class ZoomAndScrollEvent
extends BaseZoomAndScrollEvent

Event fired for SVG Zoom and Scroll when the user clicks and selects portion of plot area to zoom.

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Field Summary
static int SCROLL
          Event type : Scroll
static int ZOOM
          Event type : ZOOM

 

Fields inherited from class oracle.adf.view.faces.bi.event.BaseZoomAndScrollEvent
O1AXIS, X1AXIS, Y1AXIS, Y2AXIS

 

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
 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 oracle.adf.view.faces.bi.event.BaseZoomAndScrollEvent
getAxisEndGroupLabel, getAxisGroupCount, getAxisMax, getAxisMaxHashMap, getAxisMin, getAxisMinHashMap, getAxisStartGroup, getAxisStartGroupLabel

 

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

SCROLL

public static final int SCROLL
Event type : Scroll
See Also:
Constant Field Values

ZOOM

public static final int ZOOM
Event type : ZOOM
See Also:
Constant Field Values

Constructor Detail

ZoomAndScrollEvent

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

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Specified by:
isAppropriateListener in class BaseZoomAndScrollEvent

processListener

public void processListener(javax.faces.event.FacesListener listener)
Specified by:
processListener in class BaseZoomAndScrollEvent

getEventType

public int getEventType()
returns the event type either Scroll or Zoom

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


Copyright © 1997, 2009, Oracle. All rights reserved.