org.jboss.gravel.data.action
Class PagerActionListener

java.lang.Object
  extended by org.jboss.gravel.data.action.PagerActionListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public final class PagerActionListener
extends Object
implements javax.faces.event.ActionListener, Serializable

See Also:
Serialized Form

Nested Class Summary
static class PagerActionListener.Bean
           
 
Constructor Summary
PagerActionListener(javax.el.ValueExpression valueExpression, javax.el.ValueExpression pageExpression, javax.el.ValueExpression pageSizeExpression, javax.el.ValueExpression targetExpression)
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagerActionListener

public PagerActionListener(javax.el.ValueExpression valueExpression,
                           javax.el.ValueExpression pageExpression,
                           javax.el.ValueExpression pageSizeExpression,
                           javax.el.ValueExpression targetExpression)
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent event)
                   throws javax.faces.event.AbortProcessingException
Specified by:
processAction in interface javax.faces.event.ActionListener
Throws:
javax.faces.event.AbortProcessingException