oracle.adf.view.faces.bi.event
Class ZoomEvent
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.ZoomEvent
oracle.adf.view.faces.bi.event.ZoomEvent
- All Implemented Interfaces: 
- java.io.Serializable
- public class ZoomEvent 
- extends BaseZoomAndScrollEvent
Event fired for Zoom when the user clicks on the flash range slider
- See Also:
- Serialized Form
 
 
| Fields inherited from class java.util.EventObject | 
| source | 
 
| Constructor Summary | 
| ZoomEvent(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)
 | 
 
 
 
| 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 | 
 
ZoomEvent
public ZoomEvent(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)
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
 
Copyright © 1997, 2011, Oracle. All rights reserved.