Uses of Interface
de.hybris.platform.cockpit.session.UICockpitPerspective
-
-
Uses of UICockpitPerspective in de.hybris.platform.admincockpit.session.impl
Classes in de.hybris.platform.admincockpit.session.impl that implement UICockpitPerspective Modifier and Type Class Description classAbstractConstraintPerspective -
Uses of UICockpitPerspective in de.hybris.platform.cmscockpit.session.impl
Classes in de.hybris.platform.cmscockpit.session.impl that implement UICockpitPerspective Modifier and Type Class Description classCmsCockpitPerspectiveclassLiveEditPerspectiveclassNavigationNodePerspectiveDisplays tree with navigation nodes and allows thier manipulationclassWCMSPerspectiveMethods in de.hybris.platform.cmscockpit.session.impl with parameters of type UICockpitPerspective Modifier and Type Method Description voidCmsLiveEditEventHandler. handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)voidCmsNavigationEventHandler. handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)voidLiveEditPageNavigationEventHandler. handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)voidPageViewNavigationEventHandler. handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.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 UICockpitPerspective Modifier and Type Method Description protected 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 UICockpitPerspective Modifier and Type Method Description protected 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 UICockpitPerspective Modifier and Type Method Description UICockpitPerspectivePerspectiveChangeEvent. getPerspective()Constructors in de.hybris.platform.cockpit.events.impl with parameters of type UICockpitPerspective Constructor Description PerspectiveChangeEvent(java.lang.Object source, UICockpitPerspective perspective, java.lang.Object data) -
Uses of UICockpitPerspective in de.hybris.platform.cockpit.model.editor
Methods in de.hybris.platform.cockpit.model.editor with parameters of type UICockpitPerspective Modifier and Type Method Description static voidEditorHelper. tryOpenContextAreaEditor(UICockpitPerspective perspective, ObjectTemplate type, java.util.Collection value, TypedObject currentObject, PropertyDescriptor propertyDescriptor, java.util.Map<java.lang.String,? extends java.lang.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 Modifier and Type Class Description classReportPerspectiveWARNING: unstable API, don't extend -
Uses of UICockpitPerspective in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return UICockpitPerspective Modifier and Type Method Description UICockpitPerspectiveDummyUISession. getCurrentPerspective()UICockpitPerspectiveUISession. getCurrentPerspective()Returns the current product cockpit perspective bean.UICockpitPerspectiveFocusablePerspectiveArea. getManagingPerspective()UICockpitPerspectiveUIEditorArea. getManagingPerspective()UICockpitPerspectiveDummyUISession. getPerspective(java.lang.String uid)UICockpitPerspectiveUICockpitArea. getPerspective()UICockpitPerspectiveUISession. getPerspective(java.lang.String uid)UICockpitPerspectiveRequestHandler. getRequestedPerspective(java.util.Map<java.lang.String,java.lang.String[]> params)Methods in de.hybris.platform.cockpit.session that return types with arguments of type UICockpitPerspective Modifier and Type Method Description java.util.List<UICockpitPerspective>PerspectivePluginList. getAdditionalPerspectives()java.util.List<UICockpitPerspective>DummyUISession. getAvailablePerspectives()java.util.List<UICockpitPerspective>UISession. getAvailablePerspectives()Returns all available perspectives.Methods in de.hybris.platform.cockpit.session with parameters of type UICockpitPerspective Modifier and Type Method Description voidRequestEventHandler. handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,? extends java.lang.Object> params)voidUISession. setCurrentPerspective(UICockpitPerspective perspective)Changes the current product perspective bean.voidUISession. setCurrentPerspective(UICockpitPerspective perspective, java.util.Map<java.lang.String,? extends java.lang.Object> params)voidUIEditorArea. setManagingPerspective(UICockpitPerspective managingPerspective)voidUICockpitArea. setPerspective(UICockpitPerspective perspective)Method parameters in de.hybris.platform.cockpit.session with type arguments of type UICockpitPerspective Modifier and Type Method Description voidPerspectivePluginList. setAdditionalPerspectives(java.util.List<UICockpitPerspective> additionalPerspectives) -
Uses of UICockpitPerspective in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement UICockpitPerspective Modifier and Type Class Description classAbstractUIPerspectiveclassAdminPerspectiveclassBaseUICockpitPerspectiveMethods in de.hybris.platform.cockpit.session.impl that return UICockpitPerspective Modifier and Type Method Description UICockpitPerspectiveUISessionImpl. getCurrentPerspective()UICockpitPerspectiveAbstractBrowserArea. getManagingPerspective()UICockpitPerspectiveAbstractUINavigationArea. getManagingPerspective()UICockpitPerspectiveEditorArea. getManagingPerspective()UICockpitPerspectiveAbstractBrowserArea. getPerspective()UICockpitPerspectiveAbstractUINavigationArea. getPerspective()UICockpitPerspectiveEditorArea. getPerspective()UICockpitPerspectiveUISessionImpl. getPerspective(java.lang.String uid)UICockpitPerspectiveDefaultRequestHandler. getRequestedPerspective(java.util.Map<java.lang.String,java.lang.String[]> params)Methods in de.hybris.platform.cockpit.session.impl that return types with arguments of type UICockpitPerspective Modifier and Type Method Description java.util.List<UICockpitPerspective>UISessionImpl. getAvailablePerspectives()Methods in de.hybris.platform.cockpit.session.impl with parameters of type UICockpitPerspective Modifier and Type Method Description protected voidUISessionImpl. firePerspectiveChanged(UICockpitPerspective old)voidActivationEventHandler. handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)Handles item activation events triggered by the use of HTTP request parameters.voidCelumEventHandler. handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)voidNotificationEventHandler. handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)voidSearchEventHandler. handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)voidTaskEventHandler. handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)protected voidDefaultRequestHandler. handleRequestEvent(UICockpitPerspective perspective, java.util.List<java.lang.String> events, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,? extends java.lang.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 UICockpitPerspective Modifier and Type Method Description voidUISessionImpl. setAvailablePerspectives(java.util.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 UICockpitPerspective Modifier and Type Method Description java.lang.StringCreateItemWizardRegistry. getCustomWizardID(ObjectType type, UICockpitPerspective perspective, PropertyDescriptor propertyDescriptor)java.lang.StringCreateItemWizardRegistry. getCustomWizardID(java.lang.String templateCode, UICockpitPerspective perspective, java.lang.String propertyQualifier) -
Uses of UICockpitPerspective in de.hybris.platform.configurablebundlecockpits.admincockpit.session.impl
Classes in de.hybris.platform.configurablebundlecockpits.admincockpit.session.impl that implement UICockpitPerspective Modifier and Type Class Description classAdminBundlePerspectiveOverrides 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 Modifier and Type Class Description classBundleCatalogPerspective -
Uses of UICockpitPerspective in de.hybris.platform.productcockpit.session.impl
Classes in de.hybris.platform.productcockpit.session.impl that implement UICockpitPerspective Modifier and Type Class Description classAbstractProductCockpitPerspectiveclassCatalogPerspectiveClass represents catalogue perspectiveclassProductPerspectiveMethods in de.hybris.platform.productcockpit.session.impl that return UICockpitPerspective Modifier and Type Method Description UICockpitPerspectiveNavigationArea. getManagingPerspective()
-