org.jboss.gravel.data.action
Class SortActionListener

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

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

See Also:
Serialized Form

Constructor Summary
SortActionListener(javax.el.ValueExpression sourceExpression, javax.el.ValueExpression targetExpression, String entryVarName, javax.el.ValueExpression comparatorExpression, javax.el.ValueExpression argumentExpression, javax.el.ValueExpression ifExpression, javax.el.ValueExpression reverseExpression)
           
 
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

SortActionListener

public SortActionListener(javax.el.ValueExpression sourceExpression,
                          javax.el.ValueExpression targetExpression,
                          String entryVarName,
                          javax.el.ValueExpression comparatorExpression,
                          javax.el.ValueExpression argumentExpression,
                          javax.el.ValueExpression ifExpression,
                          javax.el.ValueExpression reverseExpression)
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