org.richfaces.event
Class DataScrollEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.richfaces.event.DataScrollEvent
- All Implemented Interfaces:
- Serializable
public class DataScrollEvent
- extends javax.faces.event.ActionEvent
- Author:
- Wesley Hales
- See Also:
- Serialized Form
|
Constructor Summary |
DataScrollEvent(javax.faces.component.UIComponent component,
String thisOldScrolVal,
String thisNewScrolVal,
int page)
Creates a new ScrollerEvent. |
| Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
DataScrollEvent
public DataScrollEvent(javax.faces.component.UIComponent component,
String thisOldScrolVal,
String thisNewScrolVal,
int page)
- Creates a new ScrollerEvent.
- Parameters:
component - the source of the eventthisOldScrolVal - the previously showing item identifierthisNewScrolVal - the currently showing item identifier
getOldScrolVal
public String getOldScrolVal()
getNewScrolVal
public String getNewScrolVal()
getPage
public int getPage()
- Returns:
- new page or
-1 if not applicable - Since:
- 3.2
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
- Overrides:
isAppropriateListener in class javax.faces.event.ActionEvent
processListener
public void processListener(javax.faces.event.FacesListener listener)
- Delivers this event to the SliderListener.
- Overrides:
processListener in class javax.faces.event.ActionEvent
- Parameters:
listener - the slider listener
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.