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 ActionEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SortActionEvent(UIData sheet, UIColumn column)
           
 
Method Summary
 UIColumn getColumn()
           
 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(UIData sheet,
                       UIColumn column)
Method Detail

getColumn

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

getSheet

public UIData getSheet()


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.