oracle.adf.view.faces.bi.event
Class ScrollEvent
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.ScrollEvent
oracle.adf.view.faces.bi.event.ScrollEvent
- All Implemented Interfaces: 
- java.io.Serializable
- public class ScrollEvent 
- extends BaseZoomAndScrollEvent
Event fired for Scroll when the user clicks on the flash range slider
- See Also:
- Serialized Form
 
 
| Fields inherited from class java.util.EventObject | 
| source | 
 
| Constructor Summary | 
| ScrollEvent(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 | 
 
ScrollEvent
public ScrollEvent(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.