org.richfaces.event
Class SortingEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
org.richfaces.event.SortingEvent
- All Implemented Interfaces:
- Serializable
public class SortingEvent
- extends javax.faces.event.FacesEvent
- See Also:
- Serialized Form
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
SortingEvent
public SortingEvent(javax.faces.component.UIComponent source,
String columnId,
SortOrder sortOrder)
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
- Specified by:
isAppropriateListener
in class javax.faces.event.FacesEvent
processListener
public void processListener(javax.faces.event.FacesListener listener)
- Specified by:
processListener
in class javax.faces.event.FacesEvent
setSortOrder
public void setSortOrder(SortOrder sortOrder)
getSortOrder
public SortOrder getSortOrder()
setColumnId
public void setColumnId(String columnId)
getColumnId
public String getColumnId()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.