org.richfaces.event
Class DataScrollerEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.richfaces.event.DataScrollerEvent
- All Implemented Interfaces:
- Serializable
public class DataScrollerEvent
- extends javax.faces.event.ActionEvent
- Author:
- Wesley Hales
- See Also:
- Serialized Form
Constructor Summary |
DataScrollerEvent(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 |
DataScrollerEvent
public DataScrollerEvent(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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.