Class SortActionEvent

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

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

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

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

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

    Methods inherited from class jakarta.faces.event.ActionEvent

    isAppropriateListener, processListener

    Methods inherited from class jakarta.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(jakarta.faces.component.UIData sheet, jakarta.faces.component.UIColumn column)
  • Method Details

    • getColumn

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

      public jakarta.faces.component.UIData getSheet()