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()
          Returns the UIColumn object for which this event is triggert.
 UIData getSheet()
          Convenience method to get the UIData Component.
 
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 the UIColumn object for which this event is triggert.

Returns:
UIColumn

getSheet

public UIData getSheet()
Convenience method to get the UIData Component.



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