| Modifier and Type | Method and Description |
|---|---|
void |
AdmincockpitNavigationArea.onCockpitEvent(CockpitEvent event) |
void |
AdmincockpitBrowserArea.onCockpitEvent(CockpitEvent event) |
void |
AdmincockpitEditorArea.onCockpitEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitEvent> |
PushComponent.getEvents()
Returns the events in the internal event queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PushComponent.addEvent(CockpitEvent event)
Adds an event to this push components internal event queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSelectorSection.onCockpitEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecialCollectionRenderer.onCockpitEvent(CockpitEvent event) |
void |
WorkflowSectionRenderer.onCockpitEvent(CockpitEvent event) |
void |
UndoSectionRenderer.onCockpitEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitEventAcceptor.onCockpitEvent(CockpitEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCockpitEvent
Abstract Cockpit event class.
|
class |
AbstractUndoRedoEvent
Superclass of undo/re-do related events.
|
class |
ChangedEvent
General Cockpit event.
|
class |
ClipboardEvent
Propagates different clipboard related actions
|
class |
CommentCockpitEvent |
class |
FocusEvent |
class |
GeneralUpdateEvent |
class |
InfoboxCockpitEvent |
class |
ItemChangedEvent
ItemChangedEvent is used to notify interested parties that an item has changed. |
class |
OpenCommentRecordEvent |
class |
PerspectiveChangeEvent |
class |
SearchEvent |
class |
SectionSelectEvent |
class |
SelectIndexesEvent
SelectIndexesEvent is used to notify interested parties that indexes in view should be selected. |
class |
UndoAddedEvent
Event produced after a new undo-able operation was added to undo manager.
|
class |
UndoRedoEvent
Event produced after an undo or re-do was performed.
|
class |
WorkflowCockpitEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTableController.onCockpitEvent(CockpitEvent event) |
void |
ContextAreaTableController.onCockpitEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportPerspective.onCockpitEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyUISession.sendGlobalEvent(CockpitEvent event) |
void |
UISession.sendGlobalEvent(CockpitEvent event)
Processes given event.
|
void |
DummyUISession.sendGlobalEvent(CockpitEvent event,
boolean immediate) |
void |
UISession.sendGlobalEvent(CockpitEvent event,
boolean immediate)
Processes given event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPushController.addEvent(CockpitEvent cockpitEvent) |
void |
BaseUICockpitNavigationArea.onCockpitEvent(CockpitEvent event) |
void |
WorkflowItemsBrowserModel.onCockpitEvent(CockpitEvent event) |
void |
AbstractBrowserArea.onCockpitEvent(CockpitEvent event) |
void |
AbstractUINavigationArea.onCockpitEvent(CockpitEvent event) |
void |
DefaultBrowserSectionModel.onCockpitEvent(CockpitEvent event) |
void |
CommunicationBrowserModel.onCockpitEvent(CockpitEvent event) |
void |
BaseUICockpitPerspective.onCockpitEvent(CockpitEvent event) |
void |
EditorArea.onCockpitEvent(CockpitEvent event) |
void |
UISessionImpl.sendGlobalEvent(CockpitEvent event) |
void |
UISessionImpl.sendGlobalEvent(CockpitEvent event,
boolean immediate) |
| Modifier and Type | Class and Description |
|---|---|
class |
WidgetEvent
A
WidgetEvent is an event used by the Cockpit Widget Framework. |
class |
WidgetFocusEvent
A widget focus event is fired when widget focus changes.
|
class |
WidgetModelEvent
A WidgetModelEvent is fired by a
WidgetModel when its state has been changed. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultWidgetContainer.notifyListeners(CockpitEvent event) |
void |
DefaultWidgetContentBrowser.onCockpitEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminBundlePerspective.onCockpitEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleNavigationNodeBrowserArea.onCockpitEvent(CockpitEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingBrowserCaptionComponent.onCockpitEvent(CockpitEvent cockpitevent) |
void |
MappingContextSectionComponent.onCockpitEvent(CockpitEvent cockpitevent) |
void |
SourceSectionComponent.onCockpitEvent(CockpitEvent cockpitevent) |
void |
TargetSectionComponent.onCockpitEvent(CockpitEvent cockpitevent) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMappingListViewComponent.onCockpitEvent(CockpitEvent cockpitevent) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobHistoryNavSectionRenderer.onCockpitEvent(CockpitEvent cockpitevent) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractImportCockpitEvent
Superclass of all events that are defined for the Import Cockpit only.
|
class |
AddAlreadyMappedEvent |
class |
DeleteJobEvent |
class |
MappingLineAddedEvent
Import Cockpit event fired when a new mapping mappingLineModel has been added to the mapping.
|
class |
MappingLineRemovedEvent
Import Cockpit event fired when a mapping mappingLineModel has been removed from the mapping.
|
class |
MappingLoadedEvent
Import Cockpit event fired when a mapping of another cron job has been loaded.
|
class |
MappingSavedEvent
Import Cockpit event fired when the mapping has been saved.
|
class |
MappingValidatedEvent
Import Cockpit event fired when the mapping has been validated.
|
class |
NewMappingStatusEvent |
class |
ProcessChangedEvent
Import Cockpit event fired when the cron job settings were changed.
|
class |
RemoveAlreadyMappedEvent |
class |
RemovedJobEvent |
class |
StartStopEvent
Import Cockpit event fired when an import cockpit cron job has been started or stopped.
|
class |
TargetAttributeDroppedEvent
Import Cockpit event fired when a target attribute has been dragged from the target section
and dropped to the mapping area.
|
class |
TargetTypeChangedEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportCockpitEditorArea.onCockpitEvent(CockpitEvent event) |
void |
ImportCockpitBrowserModel.onCockpitEvent(CockpitEvent cockpitevent) |
void |
ImportCockpitCronJobPerspective.onCockpitEvent(CockpitEvent event) |
protected void |
ImportCockpitBrowserModel.onDeleteJobEvent(CockpitEvent cockpitevent)
Event handler called when a
ImportCockpitCronJobModel is deleted. |
protected void |
ImportCockpitBrowserModel.onItemChangedEvent(CockpitEvent cockpitevent) |
protected void |
ImportCockpitBrowserModel.onMappingSavedEvent(CockpitEvent cockpitevent) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingBrowserModel.fireEvent(CockpitEvent event) |
void |
MappingBrowserModel.onCockpitEvent(CockpitEvent cockpitevent) |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationArea.onCockpitEvent(CockpitEvent event) |
Copyright © 2018 SAP SE. All Rights Reserved.