org.apache.myfaces.tobago.event
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:
- Serialized Form
Constructor Summary |
SortActionEvent(javax.faces.component.UIData sheet,
javax.faces.component.UIColumn column)
|
Method Summary |
javax.faces.component.UIColumn |
getColumn()
|
javax.faces.component.UIData |
getSheet()
|
Methods inherited from class javax.faces.event.ActionEvent |
isAppropriateListener, processListener |
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
SortActionEvent
public SortActionEvent(javax.faces.component.UIData sheet,
javax.faces.component.UIColumn column)
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()
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.