com.businessobjects.jsf.sdk.event
Class AlertClickedEvent
java.lang.Object
|
+--ActionEvent
|
+--com.businessobjects.jsf.sdk.event.AlertClickedEvent
- public class AlertClickedEvent
- extends ActionEvent
Occurs when any alert item is clicked in the ItemsGrid
component. An item
in this context is a row in the items grid that represents an EnterpriseItem
object, not to be confused with the actual
EnterpriseItem
object itself.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlertClickedEvent
public AlertClickedEvent(UIComponent component,
ItemEventArgs eventArgs)
getEventArgs
public ItemEventArgs getEventArgs()
Gets the event arguments.
- Returns:
- An
ItemEventArgs
object that specifies the arguments of the event.