org.apache.myfaces.tobago.event
Class SortActionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by org.apache.myfaces.tobago.event.SortActionEvent
All Implemented Interfaces:
Serializable

public class SortActionEvent
extends javax.faces.event.ActionEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SortActionEvent(javax.faces.component.UIData sheet, javax.faces.component.UIColumn column)
           
 
Method Summary
 javax.faces.component.UIColumn getColumn()
           
 javax.faces.component.UIData getSheet()
           
 
Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SortActionEvent

public SortActionEvent(javax.faces.component.UIData sheet,
                       javax.faces.component.UIColumn column)
Method Detail

getColumn

public javax.faces.component.UIColumn getColumn()
Returns:
UIColumn The UIColumn object for which this event was triggered.

getSheet

public javax.faces.component.UIData getSheet()


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.