org.portletfaces.liferay.faces.listener
Class RowMarksActionListener

java.lang.Object
  extended by org.portletfaces.liferay.faces.listener.RowMarksActionListener
All Implemented Interfaces:
java.util.EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

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

This class serves as an ActionListener that is designed to listen for user clicks on dataTable tool bar buttons like check-all, uncheck-all, and delete-checked.

Author:
Neil Griffin

Constructor Summary
RowMarksActionListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent actionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowMarksActionListener

public RowMarksActionListener()
Method Detail

processAction

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


Copyright © 2011 portletfaces.org. All Rights Reserved.