Uses of Class
com.hybris.cockpitng.annotations.GlobalCockpitEvent
-
-
Uses of GlobalCockpitEvent in com.hybris.backoffice.widgets.collectioneditorarea
Methods in com.hybris.backoffice.widgets.collectioneditorarea with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidCollectionEditorAreaController. onDelete(CockpitEvent cockpitEvent) -
Uses of GlobalCockpitEvent in com.hybris.backoffice.widgets.collectionpreview
Methods in com.hybris.backoffice.widgets.collectionpreview with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidCollectionPreviewController. handleObjectDeletedEvent(CockpitEvent event)voidCollectionPreviewController. handleObjectUpdatedEvent(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.backoffice.widgets.networkchart
Methods in com.hybris.backoffice.widgets.networkchart with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidNetworkChartController. handleObjectsDeletedEvent(CockpitEvent event)voidNetworkChartController. handleObjectsUpdatedEvent(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.backoffice.widgets.notificationarea
Methods in com.hybris.backoffice.widgets.notificationarea with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidNotificationController. onClearNotifications(ClearNotificationsEvent clearEvent)Processes clearEvent which removes notifications of specified source and type (if specified in clearEventClearNotificationsEvent.getLevel()).voidNotificationController. onNotification(NotificationEvent notificationEvent)Starting point of notification processing. -
Uses of GlobalCockpitEvent in com.hybris.backoffice.widgets.perspectivechooser.controller
Methods in com.hybris.backoffice.widgets.perspectivechooser.controller with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidPerspectiveChooserWidgetController. reset(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.backoffice.widgets.quicklist
Methods in com.hybris.backoffice.widgets.quicklist with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidQuickListController. handleObjectDeletedEvent(CockpitEvent event)voidQuickListController. handleObjectUpdatedEvent(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.backoffice.widgets.viewswitcher
Methods in com.hybris.backoffice.widgets.viewswitcher with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidViewSwitcherWidgetController. reset(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.cockpitng.widgets.baseeditorarea
Methods in com.hybris.cockpitng.widgets.baseeditorarea with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidDefaultEditorAreaController. handleObjectDeletedEvent(CockpitEvent event)Object deleted global event handler.
Checks if deleted object is equal to current object or if it's referenced by any editor within the editor area.voidDefaultEditorAreaController. handleObjectUpdatedEvent(CockpitEvent event)Object updated global event handler.
Default implementation checks if deleted object is referenced by any editor within the editor area, and if it is, the corresponding editors are reloaded.voidDefaultEditorAreaController. handleResizeBrowser(CockpitEvent event)voidDefaultEditorAreaController. itemLockingChanged(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.cockpitng.widgets.collectionbrowser
Methods in com.hybris.cockpitng.widgets.collectionbrowser with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidCollectionBrowserController. handleObjectCreateEvent(CockpitEvent event)voidCollectionBrowserController. handleObjectDeleteEvent(CockpitEvent event)voidCollectionBrowserController. handleObjectsUpdatedEvent(CockpitEvent event)voidCollectionBrowserController. itemLockingChanged(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.cockpitng.widgets.common.explorertree
Methods in com.hybris.cockpitng.widgets.common.explorertree with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidExplorerTreeController. handleObjectsDeletedEvent(CockpitEvent event)voidExplorerTreeController. handleObjectsUpdatedEvent(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.cockpitng.widgets.compare
Methods in com.hybris.cockpitng.widgets.compare with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidCompareViewController. objectsDeleted(CockpitEvent event)voidCompareViewController. objectsUpdated(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.cockpitng.widgets.configurableflow
Methods in com.hybris.cockpitng.widgets.configurableflow with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidConfigurableFlowController. handleObjectDeletedEvent(CockpitEvent event)voidConfigurableFlowController. handleObjectsUpdatedEvent(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.cockpitng.widgets.controller
Methods in com.hybris.cockpitng.widgets.controller with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidDashboardWidgetController. globalClientInfo(DefaultCockpitEvent globalEvent)voidExampleDefaultWidgetController. handleGlobalEvent1(CockpitEvent event)voidExampleDefaultWidgetController. handleGlobalEvent2(CockpitEvent event)voidExampleDefaultWidgetController. handleGlobalEvent3(CockpitEvent event)voidBorderLayoutWidgetController. onViewInfo(DefaultCockpitEvent globalEvent) -
Uses of GlobalCockpitEvent in com.hybris.cockpitng.widgets.controller.bookmark
Methods in com.hybris.cockpitng.widgets.controller.bookmark with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidGenericBookmarkHandlerController. handleBookmarkChanged(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.cockpitng.widgets.navigation
Methods in com.hybris.cockpitng.widgets.navigation with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidNavigationHistoryController. handleObjectUpdatedEvent(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.cockpitng.widgets.summaryview
Methods in com.hybris.cockpitng.widgets.summaryview with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidSummaryViewController. onDelete(CockpitEvent event)voidSummaryViewController. onUpdate(CockpitEvent event) -
Uses of GlobalCockpitEvent in com.hybris.cockpitng.widgets.viewmodel
Methods in com.hybris.cockpitng.widgets.viewmodel with annotations of type GlobalCockpitEvent Modifier and Type Method Description voidExampleWidgetViewModel. handleGlobalEvent(CockpitEvent event)
-