oracle.adf.view.faces.bi.event
Class ZoomAndScrollEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       javax.faces.event.FacesEvent
javax.faces.event.FacesEvent
           oracle.adf.view.faces.bi.event.BaseZoomAndScrollEvent
oracle.adf.view.faces.bi.event.BaseZoomAndScrollEvent
               oracle.adf.view.faces.bi.event.ZoomAndScrollEvent
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 | SCROLLEvent type : Scroll
 | 
| static int | ZOOMEvent 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)
 | 
 
 
 
| 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 | 
 
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
 
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)
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
- 
- Specified by:
- isAppropriateListenerin class- BaseZoomAndScrollEvent
 
- 
 
processListener
public void processListener(javax.faces.event.FacesListener listener)
- 
- Specified by:
- processListenerin class- BaseZoomAndScrollEvent
 
getEventType
public int getEventType()
- returns the event type either Scroll or Zoom
 
- 
 
Copyright © 1997, 2011, Oracle. All rights reserved.