com.sun.rave.web.ui.event
Class TablePaginationActionListener

java.lang.Object
  extended bycom.sun.rave.web.ui.event.TablePaginationActionListener
All Implemented Interfaces:
javax.faces.event.ActionListener, java.util.EventListener, javax.faces.event.FacesListener

public class TablePaginationActionListener
extends java.lang.Object
implements javax.faces.event.ActionListener

A listener for receiving pagination toggle events.

A class that is interested in receiving such events registers itself with the source Table of interest, by calling addActionListener().

Note: To see the messages logged by this class, set the following global defaults in your JDK's "jre/lib/logging.properties" file.

 java.util.logging.ConsoleHandler.level = FINE
 com.sun.rave.web.ui.event.TablePaginationActionListener.level = FINE
 


Constructor Summary
TablePaginationActionListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent event)
          Invoked when the action described by the specified ActionEvent occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TablePaginationActionListener

public TablePaginationActionListener()
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent event)
                   throws javax.faces.event.AbortProcessingException
Invoked when the action described by the specified ActionEvent occurs. The source parent is expected to be a TablePagination object.

Specified by:
processAction in interface javax.faces.event.ActionListener
Parameters:
event - The ActionEvent that has occurred
Throws:
javax.faces.event.AbortProcessingException - Signal the JavaServer Faces implementation that no further processing on the current event should be performed