com.businessobjects.jsf.sdk.event
Class SortClickedEvent

java.lang.Object
  |
  +--ActionEvent
        |
        +--com.businessobjects.jsf.sdk.event.CommandEvent
              |
              +--com.businessobjects.jsf.sdk.event.SortClickedEvent

public class SortClickedEvent
extends CommandEvent

Occurs when a column is sorted.

See Also:
Serialized Form

Constructor Summary
SortClickedEvent(UIComponent component, java.util.List commandArgs)
           
 
Methods inherited from class com.businessobjects.jsf.sdk.event.CommandEvent
getCommandArgument, getCommandName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortClickedEvent

public SortClickedEvent(UIComponent component,
                        java.util.List commandArgs)