Uses of Interface
de.hybris.platform.cockpit.wizards.WizardPage
Packages that use WizardPage
Package
Description
-
Uses of WizardPage in de.hybris.platform.admincockpit.wizards
Classes in de.hybris.platform.admincockpit.wizards that implement WizardPageModifier and TypeClassDescriptionclassclassDeprecated.since 6.3 -
Uses of WizardPage in de.hybris.platform.cmscockpit.wizard
Methods in de.hybris.platform.cmscockpit.wizard with parameters of type WizardPageModifier and TypeMethodDescriptionprotected org.zkoss.zk.ui.ComponentCmsWizard.createPageComponent(org.zkoss.zk.ui.Component parent, WizardPage page, WizardPageController controller) voidDefaultNavigationNodeWizard.initializeInnerWizard(GenericItemWizard innerWizard, WizardPage page) Responsible for inner wizard initialization. -
Uses of WizardPage in de.hybris.platform.cmscockpit.wizard.cmssite.controllers
Methods in de.hybris.platform.cmscockpit.wizard.cmssite.controllers that return WizardPageModifier and TypeMethodDescriptionContentCatalogCreatePageController.next(Wizard wizard, WizardPage page) Methods in de.hybris.platform.cmscockpit.wizard.cmssite.controllers with parameters of type WizardPageModifier and TypeMethodDescriptionContentCatalogCreatePageController.next(Wizard wizard, WizardPage page) booleanCmsSiteMandatoryPageController.validate(Wizard wizard, WizardPage page) booleanContentCatalogCreatePageController.validate(Wizard wizard, WizardPage page) -
Uses of WizardPage in de.hybris.platform.cmscockpit.wizard.cmssite.pages
Classes in de.hybris.platform.cmscockpit.wizard.cmssite.pages that implement WizardPage -
Uses of WizardPage in de.hybris.platform.cmscockpit.wizard.controller
Methods in de.hybris.platform.cmscockpit.wizard.controller that return WizardPageModifier and TypeMethodDescriptionCmsDecisionPageController.next(Wizard wizard, WizardPage page) CmsTypePageController.next(Wizard wizard, WizardPage page) Methods in de.hybris.platform.cmscockpit.wizard.controller with parameters of type WizardPageModifier and TypeMethodDescriptionvoidNavigationNodeMandatoryPageController.beforeBack(Wizard wizard, WizardPage page) voidNavigationNodeMandatoryPageController.beforeNext(Wizard wizard, WizardPage page) voidUploadMediaPageController.beforeNext(Wizard wizard, WizardPage page) voidCmsComponentController.done(Wizard wizard, WizardPage page) voidCmsContentEditorRelatedTypeWizardController.done(Wizard wizard, WizardPage page) voidCmsPageController.done(Wizard wizard, WizardPage page) voidCmsReferenceSelectorPageController.done(Wizard wizard, WizardPage page) voidComponentsAdvancedSearchPageController.done(Wizard wizard, WizardPage page) voidCreateCmsPageController.done(Wizard wizard, WizardPage page) voidDefaultNavigationItemsWizardController.done(Wizard wizard, WizardPage page) voidDefaultNavigationNodeWizardController.done(Wizard wizard, WizardPage page) voidNavigationNodeMandatoryPageController.done(Wizard wizard, WizardPage page) voidRelatedTypeAdvancedSearchPageController.done(Wizard wizard, WizardPage page) voidUploadMediaPageController.done(Wizard wizard, WizardPage page) voidCmsReferenceSelectorPageController.initPage(Wizard wizard, WizardPage page) voidDefaultAdvancedSearchPageController.initPage(Wizard wizard, WizardPage page) voidDefaultNavigationItemsWizardController.initPage(Wizard wizard, WizardPage page) voidNavigationNodeMandatoryPageController.initPage(Wizard wizard, WizardPage page) voidUploadMediaPageController.initPage(Wizard wizard, WizardPage page) CmsDecisionPageController.next(Wizard wizard, WizardPage page) CmsTypePageController.next(Wizard wizard, WizardPage page) booleanCmsComponentController.validate(Wizard wizard, WizardPage page) booleanCmsContentEditorRelatedTypeWizardController.validate(Wizard wizard, WizardPage page) booleanCmsDecisionPageController.validate(Wizard wizard, WizardPage page) booleanCmsPageController.validate(Wizard wizard, WizardPage page) booleanCmsReferencePageController.validate(Wizard wizard, WizardPage page) booleanCmsTypePageController.validate(Wizard wizard, WizardPage page) booleanDefaultNavigationItemsWizardController.validate(Wizard wizard, WizardPage page) booleanDefaultNavigationNodeWizardController.validate(Wizard wizard, WizardPage page) -
Uses of WizardPage in de.hybris.platform.cmscockpit.wizard.page
Subinterfaces of WizardPage in de.hybris.platform.cmscockpit.wizard.pageModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in de.hybris.platform.cmscockpit.wizard.page that implement WizardPageModifier and TypeClassDescriptionclassclassclassRepresents page that displays all necessary editors for required properties in order to create an instance of specifiedObjectTemplate.classRepresents a decision page - used form cms wizardsclassRepresents page that displays all necessary editors for required properties in order to create an instance of specifiedObjectTemplate.classclassclass -
Uses of WizardPage in de.hybris.platform.cockpit.reports.wizards
Classes in de.hybris.platform.cockpit.reports.wizards that implement WizardPageModifier and TypeClassDescriptionclassWizard page forNewJasperReportWizard, allows to fill parameters for report (title).classWizard page forNewJasperReportWizard, allows to choose report.classWizard page forNewJasperReportWizard, allows to upload jasper report media. -
Uses of WizardPage in de.hybris.platform.cockpit.wizards
Fields in de.hybris.platform.cockpit.wizards declared as WizardPageMethods in de.hybris.platform.cockpit.wizards that return WizardPageModifier and TypeMethodDescriptionWizard.getCurrentPage()WizardPageController.getFirstPage(Wizard wizard) Returns the first page of the wizard.Wizard.getPreviousPage()WizardPageController.next(Wizard wizard, WizardPage page) Returns for the specified wizard page the next page.WizardPageController.previous(Wizard wizard, WizardPage page) Returns for the specified wizard page the previous page.Methods in de.hybris.platform.cockpit.wizards that return types with arguments of type WizardPageMethods in de.hybris.platform.cockpit.wizards with parameters of type WizardPageModifier and TypeMethodDescriptionvoidWizardPageController.beforeBack(Wizard wizard, WizardPage page) This method is invoked before proceeding to the previous page.voidWizardPageController.beforeNext(Wizard wizard, WizardPage page) This method is invoked before proceeding to the next page.voidWizardPageController.cancel(Wizard wizard, WizardPage page) This method is invoked when the cancel button is pressed.protected org.zkoss.zk.ui.ComponentWizard.createPageComponent(org.zkoss.zk.ui.Component parent, WizardPage page, WizardPageController controller) voidWizardPageController.done(Wizard wizard, WizardPage page) This method is invoked when the done button is pressed.voidWizardPageController.initPage(Wizard wizard, WizardPage page) This method is invoked whenever a wizard page is created.WizardPageController.next(Wizard wizard, WizardPage page) Returns for the specified wizard page the next page.WizardPageController.previous(Wizard wizard, WizardPage page) Returns for the specified wizard page the previous page.protected voidWizard.setCurrentPage(WizardPage currentPage) protected voidWizard.setPreviousPage(WizardPage previousPage) booleanWizardPageController.validate(Wizard wizard, WizardPage page) This method is invoked before leaving a page.Method parameters in de.hybris.platform.cockpit.wizards with type arguments of type WizardPage -
Uses of WizardPage in de.hybris.platform.cockpit.wizards.comments
Classes in de.hybris.platform.cockpit.wizards.comments that implement WizardPage -
Uses of WizardPage in de.hybris.platform.cockpit.wizards.generic
Classes in de.hybris.platform.cockpit.wizards.generic that implement WizardPageModifier and TypeClassDescriptionclassclassclassRepresents a decision page - used form cms wizardsclassRepresents default (empty) wizard page.classRepresents page that displays all necessary editors for required properties in order to create an instance of specifiedObjectTemplate.classclassRepresents page that allows to select proper resource regarding to current configuration.classMethods in de.hybris.platform.cockpit.wizards.generic that return WizardPageModifier and TypeMethodDescriptionDefaultDecisionPageController.next(Wizard wizard, WizardPage page) DefaultGenericItemMandatoryPageController.next(Wizard wizard, WizardPage page) Methods in de.hybris.platform.cockpit.wizards.generic that return types with arguments of type WizardPageModifier and TypeMethodDescriptionAdditionalPageMapping.getPageList(ObjectTemplate template) AdditionalPageMapping.getPageMap()Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type WizardPageModifier and TypeMethodDescriptionvoidDefaultGenericItemMandatoryPageController.beforeNext(Wizard wizard, WizardPage page) protected TypedObjectDefaultGenericItemMandatoryPageController.createItem(Wizard wizard, WizardPage page) protected org.zkoss.zk.ui.ComponentGenericItemWizard.createPageComponent(org.zkoss.zk.ui.Component parent, WizardPage page, WizardPageController controller) voidDefaultAdvancedSearchPageController.done(Wizard wizard, WizardPage page) voidDefaultGenericItemMandatoryPageController.done(Wizard wizard, WizardPage page) voidDefaultAdvancedSearchPageController.initPage(Wizard wizard, WizardPage page) voidDefaultGenericItemMandatoryPageController.initPage(Wizard wizard, WizardPage page) DefaultDecisionPageController.next(Wizard wizard, WizardPage page) DefaultGenericItemMandatoryPageController.next(Wizard wizard, WizardPage page) booleanDefaultDecisionPageController.validate(Wizard wizard, WizardPage page) booleanDefaultGenericItemMandatoryPageController.validate(Wizard wizard, WizardPage page) booleanDefaultGenericTypeSelectorPageController.validate(Wizard wizard, WizardPage page) Method parameters in de.hybris.platform.cockpit.wizards.generic with type arguments of type WizardPageModifier and TypeMethodDescriptionvoidAdditionalPageMapping.setPageMap(Map<String, List<WizardPage>> pageMap) -
Uses of WizardPage in de.hybris.platform.cockpit.wizards.impl
Classes in de.hybris.platform.cockpit.wizards.impl that implement WizardPageModifier and TypeClassDescriptionclassThis class was moved to ext/cockpit from productcockpitMethods in de.hybris.platform.cockpit.wizards.impl that return WizardPageModifier and TypeMethodDescriptionDefaultPageController.getFirstPage(Wizard wizard) DefaultPageController.next(Wizard wizard, WizardPage page) DefaultPageController.previous(Wizard wizard, WizardPage page) Methods in de.hybris.platform.cockpit.wizards.impl with parameters of type WizardPageModifier and TypeMethodDescriptionvoidDefaultPageController.beforeBack(Wizard wizard, WizardPage page) voidDefaultPageController.beforeNext(Wizard wizard, WizardPage page) voidDefaultPageController.cancel(Wizard wizard, WizardPage page) voidDefaultPageController.done(Wizard wizard, WizardPage page) voidDefaultPageController.initPage(Wizard wizard, WizardPage page) DefaultPageController.next(Wizard wizard, WizardPage page) DefaultPageController.previous(Wizard wizard, WizardPage page) booleanDefaultPageController.validate(Wizard wizard, WizardPage page) -
Uses of WizardPage in de.hybris.platform.cockpit.wizards.listview
Classes in de.hybris.platform.cockpit.wizards.listview that implement WizardPageModifier and TypeClassDescriptionclassPage in Wizard for showing/hiding columns in listviewMethods in de.hybris.platform.cockpit.wizards.listview with parameters of type WizardPageModifier and TypeMethodDescriptionvoidAssignColumnWizardController.done(Wizard wizard, WizardPage page) -
Uses of WizardPage in de.hybris.platform.cockpit.wizards.media
Classes in de.hybris.platform.cockpit.wizards.media that implement WizardPageModifier and TypeClassDescriptionclassFirst page of wizards - contains upload new media section and select existing media sectionMethods in de.hybris.platform.cockpit.wizards.media with parameters of type WizardPageModifier and TypeMethodDescriptionvoidUploadMediaSecondPageController.beforeBack(Wizard wizard, WizardPage page) protected MediaModelUploadMediaSecondPageController.createNewMedia(Wizard wizard, WizardPage page) voidUploadMediaFirstPageController.done(Wizard wizard, WizardPage page) voidUploadMediaSecondPageController.done(Wizard wizard, WizardPage page) voidUploadMediaFirstPageController.initPage(Wizard wizard, WizardPage page) protected voidUploadMediaFirstPageController.setMultipleIfPropertyDescriptorHasSingleMultiplicity(Wizard wizard, WizardPage page) booleanUploadMediaFirstPageController.validate(Wizard wizard, WizardPage page) -
Uses of WizardPage in de.hybris.platform.cockpit.wizards.queries
Classes in de.hybris.platform.cockpit.wizards.queries that implement WizardPageMethods in de.hybris.platform.cockpit.wizards.queries with parameters of type WizardPageModifier and TypeMethodDescriptionvoidAssignQueryPermissionsWizardController.done(Wizard wizard, WizardPage page) voidAssignSavedQueryPermissionsWizardController.done(Wizard wizard, WizardPage page) -
Uses of WizardPage in de.hybris.platform.cockpit.wizards.resetconfigs
Methods in de.hybris.platform.cockpit.wizards.resetconfigs with parameters of type WizardPageModifier and TypeMethodDescriptionvoidResetConfigWizardController.done(Wizard wizard, WizardPage page) -
Uses of WizardPage in de.hybris.platform.cockpit.wizards.workflow
Classes in de.hybris.platform.cockpit.wizards.workflow that implement WizardPageModifier and TypeClassDescriptionclassPage for assigning right to user for workflowMethods in de.hybris.platform.cockpit.wizards.workflow with parameters of type WizardPageModifier and TypeMethodDescriptionvoidAssignWorkflowWizardController.done(Wizard wizard, WizardPage page)