| Interface | Description |
|---|---|
| AdditionListener |
A listener interface for receiving
AdditionEvents. |
| AttributeChangeListener |
A listener interface for receiving
AttributeChangeListeners. |
| CloseListener |
A listener interface for receiving
CloseEvents. |
| CustomActionListener |
A listener interface for receiving
CustomActionEvents. |
| DeletionListener |
A listener interface for receiving
DeletionEvents. |
| DialogListener | |
| GenericActionListener |
A listener interface for receiving
GenericActionEvents. |
| IsUnsavedChangesListener |
A listener interface for receiving
IsUnsavedChangesEvents. |
| NavigationListener |
A listener interface for receiving
NavigationListeners. |
| PageEditorEventResult<T> | |
| PageEditorListener |
A generic base interface for UI event listeners for various types of
PageEditorEvents. |
| ParameterChangeListener |
A listener interface for receiving
ParameterChangeListeners. |
| PostAdditionListener |
A listener interface for receiving
PostAdditionEvents. |
| ResequenceListener |
A listener interface for receiving
ResequenceEvents. |
| ResetListener |
A listener interface for receiving
ResetEvents. |
| SaveListener |
A listener interface for receiving
SaveEvents. |
| SelectActionListener |
A listener interface for receiving
SelectActionEvents. |
| SelectionListener |
A listener interface for receiving
SelectionListeners. |
| WireListener |
A listener interface for receiving
WireEvents. |
| Class | Description |
|---|---|
| AdditionEvent |
Event is fired when new components are added
|
| AttributeChangeEvent | |
| BaseActionEvent |
A
BaseActionEvent is a notification that a component's custom action is
invoked using Oracle Composer. |
| BaseGenericActionEvent |
A
BaseGenericActionEvent is a notification about an action
that has executed during runtime |
| CloseEvent |
A
CloseEvent is a notification that the Close button on the
Oracle Composer has been clicked by the end user. |
| CustomActionEvent | |
| DeletionEvent |
A
ComponentDeletionEvent is a notification that a component is
deleted using Oracle Composer. |
| DialogEvent | |
| EventHandler |
Models an event handler that is registered in Oracle Composer extension file.
|
| EventManager |
Helper class to dispatch the registered UI event listeners.
|
| GenericActionEvent<GenericActionEventListener,GenericActionResult> | |
| GenericActionResult | |
| IsUnsavedChangesEvent<IsUnsavedChangesEventListener,IsUnsavedChangesEventResult> |
A
IsUnsavedChangesEvent is a notification that the UnsavedChanges button on the
Oracle Composer has been clicked by the end user. |
| IsUnsavedChangesEventResult | |
| ModeChangeEvent |
A
ModeChangeEvent is a notification that the end-user has
switched to edit mode from view mode. |
| NavigationEvent |
A
NavigationEvent is a notification that the end-user has
navigated to a different view. |
| PageEditorEvent |
PageEditorEvent is the base class for UI events that can be
fired by Oracle Composer. |
| PageEditorEventWithResult<T extends PageEditorListener,U extends PageEditorEventResult> | |
| ParameterChangeEvent | |
| PostAdditionEvent |
A
PostAdditionEvent is a notification that something was
added to the page in Oracle Composer. |
| ResequenceEvent |
A
ResequenceEvent is a notification that the component
resequence has occurred. |
| ResequenceEvent.ComponentIndex | |
| ResetEvent |
A
ResetEvent is a notification that the state fo the page or
a component is reset. |
| SaveEvent |
A
SaveEvent is a notification that the Save button on
Oracle Composer has been clicked by the end user. |
| SelectActionEvent | |
| SelectionEvent |
A
SelectionEvent is a notification that a component is selected
using the various means Oracle Composer supports. |
| SelectRemoveListener |
This class is an implementation of the SelectActionListener interface.
|
| WireEvent |
Event is fired when new components are added and need to be wired
|
| Enum | Description |
|---|---|
| Action |
This enum has all available action types triggering generic action events
|
| Event |
Enumeration of UI events currently supported by Oracle Composer.
|
| NavigationEvent.NavigationType |
Enumeration that determines the type of the navigation.
|