Uses of Interface
de.hybris.platform.cockpit.wizards.WizardPage
-
-
Uses of WizardPage in de.hybris.platform.admincockpit.wizards
Classes in de.hybris.platform.admincockpit.wizards that implement WizardPage Modifier and Type Class Description classConstraintsMandatoryPageclassConstraintTypeSelectorPageDeprecated.since 6.3 -
Uses of WizardPage in de.hybris.platform.cmscockpit.wizard
Methods in de.hybris.platform.cmscockpit.wizard with parameters of type WizardPage Modifier and Type Method Description protected 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 WizardPage Modifier and Type Method Description WizardPageContentCatalogCreatePageController. next(Wizard wizard, WizardPage page)Methods in de.hybris.platform.cmscockpit.wizard.cmssite.controllers with parameters of type WizardPage Modifier and Type Method Description WizardPageContentCatalogCreatePageController. 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 Modifier and Type Class Description classBaseStoreForCmsSitePageRepresents page that displays allBaseStoreinstances defined within system.classCMSSiteDecisionPageclassCmsSiteSummaryPageRepresents page that displays all properties gathered during wizard activity.classCreateContentCatalogPageclassTemplatesForCmsSitePageRepresents page that displays allBaseStoreinstances defined within system. -
Uses of WizardPage in de.hybris.platform.cmscockpit.wizard.controller
Methods in de.hybris.platform.cmscockpit.wizard.controller that return WizardPage Modifier and Type Method Description WizardPageCmsDecisionPageController. next(Wizard wizard, WizardPage page)WizardPageCmsTypePageController. next(Wizard wizard, WizardPage page)Methods in de.hybris.platform.cmscockpit.wizard.controller with parameters of type WizardPage Modifier and Type Method Description voidNavigationNodeMandatoryPageController. 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)WizardPageCmsDecisionPageController. next(Wizard wizard, WizardPage page)WizardPageCmsTypePageController. 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.page Modifier and Type Interface Description interfaceCmsComponentSelectorPageinterfaceCmsPageSelectorPageinterfaceCmsWizardPageClasses in de.hybris.platform.cmscockpit.wizard.page that implement WizardPage Modifier and Type Class Description classAbstractCmsWizardPageclassAdvancedSearchPageclassCreatePageMandatoryPageRepresents page that displays all necessary editors for required properties in order to create an instance of specifiedObjectTemplate.classDecisionPageRepresents a decision page - used form cms wizardsclassMandatoryPageRepresents page that displays all necessary editors for required properties in order to create an instance of specifiedObjectTemplate.classReferencePageclassReferenceSelectorPageclassTypeSelectorPage -
Uses of WizardPage in de.hybris.platform.cockpit.reports.wizards
Classes in de.hybris.platform.cockpit.reports.wizards that implement WizardPage Modifier and Type Class Description classFillParametersPageWizard page forNewJasperReportWizard, allows to fill parameters for report (title).classJasperMediaChoosePageWizard page forNewJasperReportWizard, allows to choose report.classUploadJasperMediaPageWizard 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 WizardPage Modifier and Type Field Description protected WizardPageWizard. currentPageMethods in de.hybris.platform.cockpit.wizards that return WizardPage Modifier and Type Method Description WizardPageWizard. getCurrentPage()WizardPageWizardPageController. getFirstPage(Wizard wizard)Returns the first page of the wizard.WizardPageWizard. getPage(java.lang.String id)WizardPageWizard. getPreviousPage()WizardPageWizardPageController. next(Wizard wizard, WizardPage page)Returns for the specified wizard page the next page.WizardPageWizardPageController. 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 WizardPage Modifier and Type Method Description java.util.List<WizardPage>Wizard. getPages()Methods in de.hybris.platform.cockpit.wizards with parameters of type WizardPage Modifier and Type Method Description voidWizardPageController. 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.WizardPageWizardPageController. next(Wizard wizard, WizardPage page)Returns for the specified wizard page the next page.WizardPageWizardPageController. 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 Modifier and Type Method Description voidWizard. setPages(java.util.List<WizardPage> pages) -
Uses of WizardPage in de.hybris.platform.cockpit.wizards.comments
Classes in de.hybris.platform.cockpit.wizards.comments that implement WizardPage Modifier and Type Class Description classAddCommentItemPage -
Uses of WizardPage in de.hybris.platform.cockpit.wizards.generic
Classes in de.hybris.platform.cockpit.wizards.generic that implement WizardPage Modifier and Type Class Description classAbstractGenericItemPageclassAdvancedSearchPageclassDecisionPageRepresents a decision page - used form cms wizardsclassDefaultGenericItemPageRepresents default (empty) wizard page.classGenericItemMandatoryPageRepresents page that displays all necessary editors for required properties in order to create an instance of specifiedObjectTemplate.classGenericTypeSelectorPageclassResourceSelectorPageRepresents page that allows to select proper resource regarding to current configuration.classUploadMediaPageMethods in de.hybris.platform.cockpit.wizards.generic that return WizardPage Modifier and Type Method Description WizardPageDefaultDecisionPageController. next(Wizard wizard, WizardPage page)WizardPageDefaultGenericItemMandatoryPageController. next(Wizard wizard, WizardPage page)Methods in de.hybris.platform.cockpit.wizards.generic that return types with arguments of type WizardPage Modifier and Type Method Description java.util.List<WizardPage>AdditionalPageMapping. getPageList(ObjectTemplate template)java.util.Map<java.lang.String,java.util.List<WizardPage>>AdditionalPageMapping. getPageMap()Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type WizardPage Modifier and Type Method Description voidDefaultGenericItemMandatoryPageController. 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)WizardPageDefaultDecisionPageController. next(Wizard wizard, WizardPage page)WizardPageDefaultGenericItemMandatoryPageController. 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 WizardPage Modifier and Type Method Description voidAdditionalPageMapping. setPageMap(java.util.Map<java.lang.String,java.util.List<WizardPage>> pageMap) -
Uses of WizardPage in de.hybris.platform.cockpit.wizards.impl
Classes in de.hybris.platform.cockpit.wizards.impl that implement WizardPage Modifier and Type Class Description classDefaultPageThis class was moved to ext/cockpit from productcockpitMethods in de.hybris.platform.cockpit.wizards.impl that return WizardPage Modifier and Type Method Description WizardPageDefaultPageController. getFirstPage(Wizard wizard)WizardPageDefaultPageController. next(Wizard wizard, WizardPage page)WizardPageDefaultPageController. previous(Wizard wizard, WizardPage page)Methods in de.hybris.platform.cockpit.wizards.impl with parameters of type WizardPage Modifier and Type Method Description voidDefaultPageController. 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)WizardPageDefaultPageController. next(Wizard wizard, WizardPage page)WizardPageDefaultPageController. 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 WizardPage Modifier and Type Class Description classAssignColumnPagePage in Wizard for showing/hiding columns in listviewMethods in de.hybris.platform.cockpit.wizards.listview with parameters of type WizardPage Modifier and Type Method Description voidAssignColumnWizardController. 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 WizardPage Modifier and Type Class Description classUploadMediaFirstPageFirst page of wizards - contains upload new media section and select existing media sectionMethods in de.hybris.platform.cockpit.wizards.media with parameters of type WizardPage Modifier and Type Method Description voidUploadMediaSecondPageController. 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 WizardPage Modifier and Type Class Description classAssignQueryPermissionsPageMethods in de.hybris.platform.cockpit.wizards.queries with parameters of type WizardPage Modifier and Type Method Description voidAssignQueryPermissionsWizardController. 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 WizardPage Modifier and Type Method Description voidResetConfigWizardController. 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 WizardPage Modifier and Type Class Description classAssignWorkflowPagePage for assigning right to user for workflowMethods in de.hybris.platform.cockpit.wizards.workflow with parameters of type WizardPage Modifier and Type Method Description voidAssignWorkflowWizardController. done(Wizard wizard, WizardPage page)
-