com.businessobjects.jsf.sdk.event
Class DrillUpClickedEvent

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

public class DrillUpClickedEvent
extends ActionEvent

Occurs when the navigate up button is clicked.

See Also:
Serialized Form

Constructor Summary
DrillUpClickedEvent(UIComponent component, ItemEventArgs eventArgs)
           
 
Method Summary
 ItemEventArgs getEventArgs()
           Gets the event arguments.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrillUpClickedEvent

public DrillUpClickedEvent(UIComponent component,
                           ItemEventArgs eventArgs)
Method Detail

getEventArgs

public ItemEventArgs getEventArgs()

Gets the event arguments.

Returns:
An ItemEventArgs object that specifies the arguments of the event.