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
Method Summary |
javax.faces.component.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 |
SortActionEvent
public SortActionEvent(UIData sheet,
javax.faces.component.UIColumn column)
getColumn
public javax.faces.component.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.