org.jboss.gravel.data.action
Class SortActionListener
java.lang.Object
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)
|
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)
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