Class SortActionEvent

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

public class SortActionEvent extends javax.faces.event.ActionEvent
See Also:
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    SortActionEvent(javax.faces.component.UIData sheet, javax.faces.component.UIColumn column)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.faces.component.UIColumn
     
    javax.faces.component.UIData
     

    Methods inherited from class javax.faces.event.ActionEvent

    isAppropriateListener, processListener

    Methods inherited from class javax.faces.event.FacesEvent

    getComponent, getFacesContext, 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 Details

    • SortActionEvent

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

    • 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()