Uses of Interface
de.hybris.platform.cockpit.events.CockpitEvent
-
-
Uses of CockpitEvent in de.hybris.platform.admincockpit.session.impl
Methods in de.hybris.platform.admincockpit.session.impl with parameters of type CockpitEvent Modifier and Type Method Description voidAdmincockpitBrowserArea. onCockpitEvent(CockpitEvent event)voidAdmincockpitEditorArea. onCockpitEvent(CockpitEvent event)voidAdmincockpitNavigationArea. onCockpitEvent(CockpitEvent event) -
Uses of CockpitEvent in de.hybris.platform.cmscockpit.cms.events
Methods in de.hybris.platform.cmscockpit.cms.events with parameters of type CockpitEvent Modifier and Type Method Description booleanLiveEditBrowserCockpitEventHandler. canHandleEvent(CockpitEvent event, UIBROWSERAREA browserArea)voidLiveEditBrowserCockpitEventHandler. handleCockpitEvent(CockpitEvent event, UIBROWSERAREA browserArea) -
Uses of CockpitEvent in de.hybris.platform.cmscockpit.components.navigationarea
Methods in de.hybris.platform.cmscockpit.components.navigationarea with parameters of type CockpitEvent Modifier and Type Method Description voidCmsSiteSelectorSection. onCockpitEvent(CockpitEvent event)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CockpitEvent in de.hybris.platform.cmscockpit.components.sectionpanel
Methods in de.hybris.platform.cmscockpit.components.sectionpanel with parameters of type CockpitEvent Modifier and Type Method Description voidCatalogVersionSectionSelectorSection. onCockpitEvent(CockpitEvent event)voidLiveCatalogVersionSectionSelectorSection. onCockpitEvent(CockpitEvent event)voidLiveSiteSectionSelectorSection. onCockpitEvent(CockpitEvent event)voidSiteSectionSelectorSection. onCockpitEvent(CockpitEvent event)voidWebsiteCatalogVersionSelectorSection. onCockpitEvent(CockpitEvent event)voidWebsitesSelectorSection. onCockpitEvent(CockpitEvent event) -
Uses of CockpitEvent in de.hybris.platform.cmscockpit.events.impl
Classes in de.hybris.platform.cmscockpit.events.impl that implement CockpitEvent Modifier and Type Class Description classCmsLiveEditEventclassCmsNavigationEventclassCmsPerspectiveInitEventclassCmsUrlChangeEventclassPageViewNavigationEventThe Class PageViewNavigationEvent. -
Uses of CockpitEvent in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl with parameters of type CockpitEvent Modifier and Type Method Description voidCatalogBrowserArea. onCockpitEvent(CockpitEvent event)voidCatalogNavigationArea. onCockpitEvent(CockpitEvent event)voidCmsPageBrowserModel. onCockpitEvent(CockpitEvent event)voidContentEditorBrowserSectionModel. onCockpitEvent(CockpitEvent event)voidLiveEditBrowserArea. onCockpitEvent(CockpitEvent event)voidLiveEditNavigationArea. onCockpitEvent(CockpitEvent event)voidNavigationNodeBrowserArea. onCockpitEvent(CockpitEvent event) -
Uses of CockpitEvent in de.hybris.platform.cockpit.components
Methods in de.hybris.platform.cockpit.components that return types with arguments of type CockpitEvent Modifier and Type Method Description java.util.List<CockpitEvent>PushComponent. getEvents()Returns the events in the internal event queue.Methods in de.hybris.platform.cockpit.components with parameters of type CockpitEvent Modifier and Type Method Description voidPushComponent. addEvent(CockpitEvent event)Adds an event to this push components internal event queue. -
Uses of CockpitEvent in de.hybris.platform.cockpit.components.navigationarea
Methods in de.hybris.platform.cockpit.components.navigationarea with parameters of type CockpitEvent Modifier and Type Method Description voidAbstractSelectorSection. onCockpitEvent(CockpitEvent event) -
Uses of CockpitEvent in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer with parameters of type CockpitEvent Modifier and Type Method Description voidSpecialCollectionRenderer. onCockpitEvent(CockpitEvent event)voidUndoSectionRenderer. onCockpitEvent(CockpitEvent event)voidWorkflowSectionRenderer. onCockpitEvent(CockpitEvent event) -
Uses of CockpitEvent in de.hybris.platform.cockpit.events
Methods in de.hybris.platform.cockpit.events with parameters of type CockpitEvent Modifier and Type Method Description voidCockpitEventAcceptor. onCockpitEvent(CockpitEvent event) -
Uses of CockpitEvent in de.hybris.platform.cockpit.events.impl
Classes in de.hybris.platform.cockpit.events.impl that implement CockpitEvent Modifier and Type Class Description classAbstractCockpitEventAbstract Cockpit event class.classAbstractUndoRedoEventSuperclass of undo/re-do related events.classChangedEventGeneral Cockpit event.classClipboardEventPropagates different clipboard related actionsclassCommentCockpitEventclassFocusEventclassGeneralUpdateEventclassInfoboxCockpitEventclassItemChangedEventItemChangedEventis used to notify interested parties that an item has changed.classOpenCommentRecordEventclassPerspectiveChangeEventclassSearchEventclassSectionSelectEventclassSelectIndexesEventSelectIndexesEventis used to notify interested parties that indexes in view should be selected.classUndoAddedEventEvent produced after a new undo-able operation was added to undo manager.classUndoRedoEventEvent produced after an undo or re-do was performed.classWorkflowCockpitEvent -
Uses of CockpitEvent in de.hybris.platform.cockpit.model.listview.impl
Methods in de.hybris.platform.cockpit.model.listview.impl with parameters of type CockpitEvent Modifier and Type Method Description voidAbstractTableController. onCockpitEvent(CockpitEvent event)voidContextAreaTableController. onCockpitEvent(CockpitEvent event) -
Uses of CockpitEvent in de.hybris.platform.cockpit.reports.components.perspective
Methods in de.hybris.platform.cockpit.reports.components.perspective with parameters of type CockpitEvent Modifier and Type Method Description voidReportPerspective. onCockpitEvent(CockpitEvent event) -
Uses of CockpitEvent in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session with parameters of type CockpitEvent Modifier and Type Method Description voidDummyUISession. sendGlobalEvent(CockpitEvent event)voidDummyUISession. sendGlobalEvent(CockpitEvent event, boolean immediate)voidUISession. sendGlobalEvent(CockpitEvent event)Processes given event.voidUISession. sendGlobalEvent(CockpitEvent event, boolean immediate)Processes given event. -
Uses of CockpitEvent in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl with parameters of type CockpitEvent Modifier and Type Method Description protected voidAbstractPushController. addEvent(CockpitEvent cockpitEvent)voidAbstractBrowserArea. onCockpitEvent(CockpitEvent event)voidAbstractUINavigationArea. onCockpitEvent(CockpitEvent event)voidBaseUICockpitNavigationArea. onCockpitEvent(CockpitEvent event)voidBaseUICockpitPerspective. onCockpitEvent(CockpitEvent event)voidCommunicationBrowserModel. onCockpitEvent(CockpitEvent event)voidDefaultBrowserSectionModel. onCockpitEvent(CockpitEvent event)voidEditorArea. onCockpitEvent(CockpitEvent event)voidWorkflowItemsBrowserModel. onCockpitEvent(CockpitEvent event)voidUISessionImpl. sendGlobalEvent(CockpitEvent event)voidUISessionImpl. sendGlobalEvent(CockpitEvent event, boolean immediate) -
Uses of CockpitEvent in de.hybris.platform.cockpit.widgets.events
Classes in de.hybris.platform.cockpit.widgets.events that implement CockpitEvent Modifier and Type Class Description classWidgetEventAWidgetEventis an event used by the Cockpit Widget Framework.classWidgetFocusEventA widget focus event is fired when widget focus changes.classWidgetModelEventA WidgetModelEvent is fired by aWidgetModelwhen its state has been changed. -
Uses of CockpitEvent in de.hybris.platform.cockpit.widgets.impl
Methods in de.hybris.platform.cockpit.widgets.impl with parameters of type CockpitEvent Modifier and Type Method Description protected voidDefaultWidgetContainer. notifyListeners(CockpitEvent event)voidDefaultWidgetContentBrowser. onCockpitEvent(CockpitEvent event) -
Uses of CockpitEvent in de.hybris.platform.configurablebundlecockpits.admincockpit.session.impl
Methods in de.hybris.platform.configurablebundlecockpits.admincockpit.session.impl with parameters of type CockpitEvent Modifier and Type Method Description voidAdminBundlePerspective. onCockpitEvent(CockpitEvent event) -
Uses of CockpitEvent in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl with parameters of type CockpitEvent Modifier and Type Method Description voidBundleNavigationNodeBrowserArea. onCockpitEvent(CockpitEvent event) -
Uses of CockpitEvent in de.hybris.platform.productcockpit.session.impl
Methods in de.hybris.platform.productcockpit.session.impl with parameters of type CockpitEvent Modifier and Type Method Description voidNavigationArea. onCockpitEvent(CockpitEvent event)
-