Package com.businessobjects.jsf.sdk.event

This package contains the event classes.

See:
          Description

Class Summary
AlertClickedEvent Occurs when any alert item is clicked in the ItemsGrid component.
CommandEvent Base class used by SortClickedEvent.
DrillUpClickedEvent Occurs when the navigate up button is clicked.
ItemClickedEvent Occurs when an item is clicked.
ItemEventArgs Provides data for the AlertClickedEvent, ItemClickedEvent, and DrillUpClickedEvent events.
ItemsSetupListener The default listener used to handle events fired by the Path and ItemsGrid components.
LogoffClickedEvent Occurs when the logoff button is clicked.
LogonClickedEvent Occurs when the logon button is clicked.
LogonListener The default listener used to handle events fired by the Logon component.
PageChangedEvent Occurs when the page index is finally updated.
PagerClickedEvent Occurs when one of the page selection elements is clicked.
SortClickedEvent Occurs when a column is sorted.
SubmitClickedEvent Occurs when the component's submit button is clicked.
 

Package com.businessobjects.jsf.sdk.event Description

This package contains the event classes.

Related Documentation