com.liferay.faces.util.listener
Class RowMarksActionListener

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

Deprecated. No replacement available.

@Deprecated
public class RowMarksActionListener
extends 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()
          Deprecated.  
 
Method Summary
protected  void addGlobalSuccessInfoMessage()
          Deprecated.  
protected  void addGlobalUnexpectedErrorMessage()
          Deprecated.  
protected  MessageContext getMessageContext()
          Deprecated.  
 void processAction(javax.faces.event.ActionEvent actionEvent)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowMarksActionListener

public RowMarksActionListener()
Deprecated. 
Method Detail

processAction

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

addGlobalSuccessInfoMessage

protected void addGlobalSuccessInfoMessage()
Deprecated. 

addGlobalUnexpectedErrorMessage

protected void addGlobalUnexpectedErrorMessage()
Deprecated. 

getMessageContext

protected MessageContext getMessageContext()
Deprecated. 


Copyright © 2015 Liferay, Inc.. All rights reserved.