Skip navigation links 
 
oracle.adf.view.faces.bi.event
Class ZoomAndScrollEvent
java.lang.Object
  
java.util.EventObject
      
javax.faces.event.FacesEvent
          
oracle.adf.view.faces.bi.event.BaseZoomAndScrollEvent
              
oracle.adf.view.faces.bi.event.ZoomAndScrollEvent
- All Implemented Interfaces:
 
- java.io.Serializable
 
- 
public class ZoomAndScrollEvent
 
- extends BaseZoomAndScrollEvent
 
Event fired for in response to a zoom or scroll on a graph.
- 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 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:
 
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 
 
Copyright © 1997, 2015, Oracle. All rights reserved.