Uses of Interface
de.hybris.platform.cockpit.events.CockpitEventAcceptor
Packages that use CockpitEventAcceptor
Package
Description
-
Uses of CockpitEventAcceptor in de.hybris.platform.admincockpit.session.impl
Classes in de.hybris.platform.admincockpit.session.impl that implement CockpitEventAcceptorModifier and TypeClassDescriptionclassclassAdmincockpit browser area.classclassAdmincockpit navigation area. -
Uses of CockpitEventAcceptor in de.hybris.platform.cmscockpit.components.listview.impl
Classes in de.hybris.platform.cmscockpit.components.listview.impl that implement CockpitEventAcceptor -
Uses of CockpitEventAcceptor in de.hybris.platform.cmscockpit.components.sectionpanel
Classes in de.hybris.platform.cmscockpit.components.sectionpanel that implement CockpitEventAcceptorModifier and TypeClassDescriptionclassSection represents content catalog version selector for WCMS Page Perspective.classclassclassSection represents content catalog version selector for Live Edit Perspective.classSection represents CMSSite selector for Live Edit Perspective.classSection represents CMSSite selector for WCMS Page Perspective.classSection represents content catalog version selector for WCMS Navigation Perspective.classSection represents CMSSite selector for Navigation Perspective. -
Uses of CockpitEventAcceptor in de.hybris.platform.cmscockpit.session.impl
Subinterfaces of CockpitEventAcceptor in de.hybris.platform.cmscockpit.session.implClasses in de.hybris.platform.cmscockpit.session.impl that implement CockpitEventAcceptorModifier and TypeClassDescriptionclassclassclassclassclassRepresents model for "structure" browser.classclassRepresents a browser area of Live Edit PerspectiveclassRepresents navigation area section for Live Edit Perspective.classclassBrowser area for 'navigation nodes' perspectiveclassclassDisplays tree with navigation nodes and allows thier manipulationclass -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.events
Methods in de.hybris.platform.cockpit.events with parameters of type CockpitEventAcceptorModifier and TypeMethodDescriptionvoidCockpitEventProducer.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) voidCockpitEventProducer.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.model.listview.impl
Classes in de.hybris.platform.cockpit.model.listview.impl that implement CockpitEventAcceptorModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.model.referenceeditor.impl
Classes in de.hybris.platform.cockpit.model.referenceeditor.impl that implement CockpitEventAcceptor -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.reports.components.perspective
Classes in de.hybris.platform.cockpit.reports.components.perspective that implement CockpitEventAcceptor -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.session
Subinterfaces of CockpitEventAcceptor in de.hybris.platform.cockpit.sessionModifier and TypeInterfaceDescriptioninterfaceinterfaceBrowser area which supports creation of multiple Cockpit browser types, configured using Spring.interfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement CockpitEventAcceptorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassModel representation ofContextAreaCommentTreeComponentclassclassDefault implementation of theConfigurableBrowserAreainterface.classclassclassManages editor area content and events.classUrl browser area.classUrl navigation area.classMethods in de.hybris.platform.cockpit.session.impl with parameters of type CockpitEventAcceptorModifier and TypeMethodDescriptionvoidAbstractBrowserArea.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) voidAbstractUINavigationArea.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) voidBaseUICockpitPerspective.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) voidEditorArea.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) voidAbstractBrowserArea.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) voidAbstractUINavigationArea.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) voidBaseUICockpitPerspective.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) voidEditorArea.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.widgets
Methods in de.hybris.platform.cockpit.widgets with parameters of type CockpitEventAcceptorModifier and TypeMethodDescriptionvoidWidgetContainer.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) Registers theCockpitEventAcceptoracceptor with this widget container.voidWidgetContainer.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) Unregisters theCockpitEventAcceptoracceptor with this widget container. -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.widgets.adapters
Subinterfaces of CockpitEventAcceptor in de.hybris.platform.cockpit.widgets.adaptersModifier and TypeInterfaceDescriptioninterfaceWidgetAdapter<T extends WidgetModel,U extends WidgetController> -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.widgets.adapters.impl
Classes in de.hybris.platform.cockpit.widgets.adapters.impl that implement CockpitEventAcceptorModifier and TypeClassDescriptionclassAbstractWidgetAdapter<T extends WidgetModel,U extends WidgetController> -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.widgets.browsers
Methods in de.hybris.platform.cockpit.widgets.browsers with parameters of type CockpitEventAcceptorModifier and TypeMethodDescriptionvoidDefaultWidgetBrowserModel.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) voidDefaultWidgetBrowserModel.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.widgets.controllers
Methods in de.hybris.platform.cockpit.widgets.controllers with parameters of type CockpitEventAcceptorModifier and TypeMethodDescriptionvoidWidgetController.addCockpitEventAcceptor(String context, CockpitEventAcceptor acceptor) Registers the event acceptor acceptor so that it receives notifications when an event with the matching context context is dispatched.voidWidgetController.removeCockpitEventAcceptor(String context, CockpitEventAcceptor acceptor) Unregisters the event acceptor acceptor for events with the specified context code context .Method parameters in de.hybris.platform.cockpit.widgets.controllers with type arguments of type CockpitEventAcceptorModifier and TypeMethodDescriptionvoidWidgetController.setCockpitEventAcceptors(Map<String, List<CockpitEventAcceptor>> acceptorMap) Sets the event acceptors to register with this controller. -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.widgets.controllers.impl
Methods in de.hybris.platform.cockpit.widgets.controllers.impl that return types with arguments of type CockpitEventAcceptorModifier and TypeMethodDescriptionprotected Map<String,List<CockpitEventAcceptor>> AbstractWidgetController.getAcceptors()Methods in de.hybris.platform.cockpit.widgets.controllers.impl with parameters of type CockpitEventAcceptorModifier and TypeMethodDescriptionvoidAbstractWidgetController.addCockpitEventAcceptor(String context, CockpitEventAcceptor acceptor) voidAbstractWidgetController.removeCockpitEventAcceptor(String context, CockpitEventAcceptor acceptor) Method parameters in de.hybris.platform.cockpit.widgets.controllers.impl with type arguments of type CockpitEventAcceptorModifier and TypeMethodDescriptionvoidAbstractWidgetController.setCockpitEventAcceptors(Map<String, List<CockpitEventAcceptor>> accMap) -
Uses of CockpitEventAcceptor in de.hybris.platform.cockpit.widgets.impl
Classes in de.hybris.platform.cockpit.widgets.impl that implement CockpitEventAcceptorModifier and TypeClassDescriptionclassclassMethods in de.hybris.platform.cockpit.widgets.impl that return types with arguments of type CockpitEventAcceptorModifier and TypeMethodDescriptionprotected List<CockpitEventAcceptor>DefaultWidgetContainer.getCockpitEventAcceptors()Methods in de.hybris.platform.cockpit.widgets.impl with parameters of type CockpitEventAcceptorModifier and TypeMethodDescriptionvoidDefaultWidgetContainer.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) voidDefaultWidgetContainer.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) -
Uses of CockpitEventAcceptor in de.hybris.platform.configurablebundlecockpits.admincockpit.session.impl
Classes in de.hybris.platform.configurablebundlecockpits.admincockpit.session.impl that implement CockpitEventAcceptorModifier and TypeClassDescriptionclassAdminBundle navigation area.classOverrides the BasePerspective to implement the following changes: the owning BundleTemplate gets a refresh if its bundleSelectionCriteria is modified -
Uses of CockpitEventAcceptor in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Classes in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl that implement CockpitEventAcceptorModifier and TypeClassDescriptionclassRepresents the category navigation area in bundle perspectiveclassclassBrowser area for 'navigation nodes' perspective -
Uses of CockpitEventAcceptor in de.hybris.platform.productcockpit.session.impl
Classes in de.hybris.platform.productcockpit.session.impl that implement CockpitEventAcceptorModifier and TypeClassDescriptionclassclassclassclassRepresents category navigation area in catalogue perspectiveclassClass represents catalogue perspectiveclassclass -
Uses of CockpitEventAcceptor in de.hybris.platform.subscriptionbundlecockpits.session.impl
Classes in de.hybris.platform.subscriptionbundlecockpits.session.impl that implement CockpitEventAcceptorModifier and TypeClassDescriptionclassSubscriptionbundlecockpits browser area.classSubscriptionbundlecockpits navigation area.