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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionSortActionEvent(jakarta.faces.component.UIData sheet, jakarta.faces.component.UIColumn column) 
- 
Method SummaryMethods inherited from class jakarta.faces.event.ActionEventisAppropriateListener, processListenerMethods inherited from class jakarta.faces.event.FacesEventgetComponent, getFacesContext, getPhaseId, queue, setPhaseIdMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
SortActionEventpublic SortActionEvent(jakarta.faces.component.UIData sheet, jakarta.faces.component.UIColumn column) 
 
- 
- 
Method Details- 
getColumnpublic jakarta.faces.component.UIColumn getColumn()- Returns:
- UIColumn The UIColumn object for which this event was triggered.
 
- 
getSheetpublic jakarta.faces.component.UIData getSheet()
 
-