Uses of Interface
de.hybris.platform.cockpit.session.UICockpitPerspective
Packages that use UICockpitPerspective
Package
Description
-
Uses of UICockpitPerspective in de.hybris.platform.admincockpit.session.impl
Classes in de.hybris.platform.admincockpit.session.impl that implement UICockpitPerspective -
Uses of UICockpitPerspective in de.hybris.platform.cmscockpit.session.impl
Classes in de.hybris.platform.cmscockpit.session.impl that implement UICockpitPerspectiveModifier and TypeClassDescriptionclassclassclassDisplays tree with navigation nodes and allows thier manipulationclassMethods in de.hybris.platform.cmscockpit.session.impl with parameters of type UICockpitPerspectiveModifier and TypeMethodDescriptionvoidCmsLiveEditEventHandler.handleEvent(UICockpitPerspective perspective, Map<String, String[]> params) voidCmsNavigationEventHandler.handleEvent(UICockpitPerspective perspective, Map<String, String[]> params) voidLiveEditPageNavigationEventHandler.handleEvent(UICockpitPerspective perspective, Map<String, String[]> params) voidPageViewNavigationEventHandler.handleEvent(UICockpitPerspective perspective, Map<String, String[]> params) voidLiveEditBrowserArea.LiveEditBrowserAreaUISessionListener.perspectiveChanged(UICockpitPerspective previous, UICockpitPerspective newOne) -
Uses of UICockpitPerspective in de.hybris.platform.cmscockpit.wizard.controller
Methods in de.hybris.platform.cmscockpit.wizard.controller with parameters of type UICockpitPerspectiveModifier and TypeMethodDescriptionprotected voidCmsPageController.activateItemInEditor(UICockpitPerspective currentPerspective, TypedObject newItem) protected voidCreateCmsPageController.activateItemInEditor(UICockpitPerspective currentPerspective, TypedObject newItem) -
Uses of UICockpitPerspective in de.hybris.platform.cockpit.components.impl
Methods in de.hybris.platform.cockpit.components.impl with parameters of type UICockpitPerspectiveModifier and TypeMethodDescriptionprotected voidMainWindow.createPerspectiveComponent(UICockpitPerspective perspective, org.zkoss.zk.ui.Component parent) -
Uses of UICockpitPerspective in de.hybris.platform.cockpit.events.impl
Methods in de.hybris.platform.cockpit.events.impl that return UICockpitPerspectiveConstructors in de.hybris.platform.cockpit.events.impl with parameters of type UICockpitPerspectiveModifierConstructorDescriptionPerspectiveChangeEvent(Object source, UICockpitPerspective perspective, Object data) -
Uses of UICockpitPerspective in de.hybris.platform.cockpit.model.editor
Methods in de.hybris.platform.cockpit.model.editor with parameters of type UICockpitPerspectiveModifier and TypeMethodDescriptionstatic voidEditorHelper.tryOpenContextAreaEditor(UICockpitPerspective perspective, ObjectTemplate type, Collection value, TypedObject currentObject, PropertyDescriptor propertyDescriptor, Map<String, ? extends Object> parameters) -
Uses of UICockpitPerspective in de.hybris.platform.cockpit.reports.components.perspective
Classes in de.hybris.platform.cockpit.reports.components.perspective that implement UICockpitPerspective -
Uses of UICockpitPerspective in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return UICockpitPerspectiveModifier and TypeMethodDescriptionDummyUISession.getCurrentPerspective()UISession.getCurrentPerspective()Returns the current product cockpit perspective bean.FocusablePerspectiveArea.getManagingPerspective()UIEditorArea.getManagingPerspective()DummyUISession.getPerspective(String uid) UICockpitArea.getPerspective()UISession.getPerspective(String uid) RequestHandler.getRequestedPerspective(Map<String, String[]> params) Methods in de.hybris.platform.cockpit.session that return types with arguments of type UICockpitPerspectiveModifier and TypeMethodDescriptionPerspectivePluginList.getAdditionalPerspectives()DummyUISession.getAvailablePerspectives()UISession.getAvailablePerspectives()Returns all available perspectives.Methods in de.hybris.platform.cockpit.session with parameters of type UICockpitPerspectiveModifier and TypeMethodDescriptionvoidRequestEventHandler.handleEvent(UICockpitPerspective perspective, Map<String, String[]> params) Called by the activeRequestHandlerwhen a cockpit event is triggered for which thisRequestEventHandleris registered.voidUISessionListener.perspectiveChanged(UICockpitPerspective previous, UICockpitPerspective newOne) voidDummyUISession.setCurrentPerspective(UICockpitPerspective perspective) voidDummyUISession.setCurrentPerspective(UICockpitPerspective perspective, Map<String, ? extends Object> params) voidUISession.setCurrentPerspective(UICockpitPerspective perspective) Changes the current product perspective bean.voidUISession.setCurrentPerspective(UICockpitPerspective perspective, Map<String, ? extends Object> params) voidUIEditorArea.setManagingPerspective(UICockpitPerspective managingPerspective) voidUICockpitArea.setPerspective(UICockpitPerspective perspective) Method parameters in de.hybris.platform.cockpit.session with type arguments of type UICockpitPerspectiveModifier and TypeMethodDescriptionvoidPerspectivePluginList.setAdditionalPerspectives(List<UICockpitPerspective> additionalPerspectives) -
Uses of UICockpitPerspective in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement UICockpitPerspectiveModifier and TypeClassDescriptionclassclassclassMethods in de.hybris.platform.cockpit.session.impl that return UICockpitPerspectiveModifier and TypeMethodDescriptionUISessionImpl.getCurrentPerspective()AbstractBrowserArea.getManagingPerspective()AbstractUINavigationArea.getManagingPerspective()EditorArea.getManagingPerspective()AbstractBrowserArea.getPerspective()AbstractUINavigationArea.getPerspective()EditorArea.getPerspective()UISessionImpl.getPerspective(String uid) DefaultRequestHandler.getRequestedPerspective(Map<String, String[]> params) Methods in de.hybris.platform.cockpit.session.impl that return types with arguments of type UICockpitPerspectiveMethods in de.hybris.platform.cockpit.session.impl with parameters of type UICockpitPerspectiveModifier and TypeMethodDescriptionprotected voidUISessionImpl.firePerspectiveChanged(UICockpitPerspective old) voidActivationEventHandler.handleEvent(UICockpitPerspective perspective, Map<String, String[]> params) Handles item activation events triggered by the use of HTTP request parameters.voidCelumEventHandler.handleEvent(UICockpitPerspective perspective, Map<String, String[]> params) voidNotificationEventHandler.handleEvent(UICockpitPerspective perspective, Map<String, String[]> params) voidSearchEventHandler.handleEvent(UICockpitPerspective perspective, Map<String, String[]> params) voidTaskEventHandler.handleEvent(UICockpitPerspective perspective, Map<String, String[]> params) protected voidDefaultRequestHandler.handleRequestEvent(UICockpitPerspective perspective, List<String> events, Map<String, String[]> params) Delegates the cockpit events triggered by the use of HTTP request parameters to the registeredRequestEventHandlers.voidAbstractBrowserArea.MySessionListener.perspectiveChanged(UICockpitPerspective previous, UICockpitPerspective newOne) voidEditorArea.perspectiveChanged(UICockpitPerspective previous, UICockpitPerspective newOne) voidUISessionImpl.setCurrentPerspective(UICockpitPerspective perspective) voidUISessionImpl.setCurrentPerspective(UICockpitPerspective perspective, Map<String, ? extends Object> params) voidEditorArea.setManagingPerspective(UICockpitPerspective managingPerspective) voidAbstractBrowserArea.setPerspective(UICockpitPerspective perspective) voidAbstractUINavigationArea.setPerspective(UICockpitPerspective perspective) voidEditorArea.setPerspective(UICockpitPerspective perspective) Method parameters in de.hybris.platform.cockpit.session.impl with type arguments of type UICockpitPerspectiveModifier and TypeMethodDescriptionvoidUISessionImpl.setAvailablePerspectives(List<UICockpitPerspective> availablePerspectives) -
Uses of UICockpitPerspective in de.hybris.platform.cockpit.wizards.generic
Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type UICockpitPerspectiveModifier and TypeMethodDescriptionCreateItemWizardRegistry.getCustomWizardID(ObjectType type, UICockpitPerspective perspective, PropertyDescriptor propertyDescriptor) CreateItemWizardRegistry.getCustomWizardID(String templateCode, UICockpitPerspective perspective, String propertyQualifier) -
Uses of UICockpitPerspective in de.hybris.platform.configurablebundlecockpits.admincockpit.session.impl
Classes in de.hybris.platform.configurablebundlecockpits.admincockpit.session.impl that implement UICockpitPerspectiveModifier and TypeClassDescriptionclassOverrides the BasePerspective to implement the following changes: the owning BundleTemplate gets a refresh if its bundleSelectionCriteria is modified -
Uses of UICockpitPerspective in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Classes in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl that implement UICockpitPerspective -
Uses of UICockpitPerspective in de.hybris.platform.productcockpit.session.impl
Classes in de.hybris.platform.productcockpit.session.impl that implement UICockpitPerspectiveModifier and TypeClassDescriptionclassclassClass represents catalogue perspectiveclassMethods in de.hybris.platform.productcockpit.session.impl that return UICockpitPerspective