Uses of Interface
de.hybris.platform.cockpit.wizards.WizardPageController
-
-
Uses of WizardPageController in de.hybris.platform.cockpit.wizards
Methods in de.hybris.platform.cockpit.wizards that return WizardPageController Modifier and Type Method Description WizardPageController
WizardPage. getController()
WizardPageController
Wizard. getCurrentController()
WizardPageController
Wizard. getDefaultController()
Methods in de.hybris.platform.cockpit.wizards with parameters of type WizardPageController Modifier and Type Method Description protected org.zkoss.zk.ui.Component
Wizard. createPageComponent(org.zkoss.zk.ui.Component parent, WizardPage page, WizardPageController controller)
void
Wizard. setDefaultController(WizardPageController defaultController)
-
Uses of WizardPageController in de.hybris.platform.cockpit.wizards.comments
Methods in de.hybris.platform.cockpit.wizards.comments that return WizardPageController Modifier and Type Method Description WizardPageController
AddCommentItemPage. getController()
-
Uses of WizardPageController in de.hybris.platform.cockpit.wizards.generic
Classes in de.hybris.platform.cockpit.wizards.generic that implement WizardPageController Modifier and Type Class Description class
DefaultAdvancedSearchPageController
class
DefaultDecisionPageController
class
DefaultGenericItemMandatoryPageController
class
DefaultGenericTypeSelectorPageController
Methods in de.hybris.platform.cockpit.wizards.generic that return WizardPageController Modifier and Type Method Description WizardPageController
DecisionPage. getController()
WizardPageController
GenericItemMandatoryPage. getController()
WizardPageController
GenericTypeSelectorPage. getController()
WizardPageController
UploadMediaPage. getController()
Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type WizardPageController Modifier and Type Method Description protected org.zkoss.zk.ui.Component
GenericItemWizard. createPageComponent(org.zkoss.zk.ui.Component parent, WizardPage page, WizardPageController controller)
-
Uses of WizardPageController in de.hybris.platform.cockpit.wizards.impl
Classes in de.hybris.platform.cockpit.wizards.impl that implement WizardPageController Modifier and Type Class Description class
DefaultPageController
This class was moved to ext/cockpit from productcockpitMethods in de.hybris.platform.cockpit.wizards.impl that return WizardPageController Modifier and Type Method Description WizardPageController
DefaultPage. getController()
WizardPageController
DefaultPage. getCurrentController()
Methods in de.hybris.platform.cockpit.wizards.impl with parameters of type WizardPageController Modifier and Type Method Description void
DefaultPage. setController(WizardPageController controller)
-
Uses of WizardPageController in de.hybris.platform.cockpit.wizards.listview
Classes in de.hybris.platform.cockpit.wizards.listview that implement WizardPageController Modifier and Type Class Description class
AssignColumnWizardController
Controller for the column add/remove wizard -
Uses of WizardPageController in de.hybris.platform.cockpit.wizards.media
Classes in de.hybris.platform.cockpit.wizards.media that implement WizardPageController Modifier and Type Class Description class
UploadMediaFirstPageController
Controller forUploadMediaFirstPage
class
UploadMediaSecondPageController
Controller for second page ofUploadMediaWizard
-
Uses of WizardPageController in de.hybris.platform.cockpit.wizards.queries
Classes in de.hybris.platform.cockpit.wizards.queries that implement WizardPageController Modifier and Type Class Description class
AssignQueryPermissionsWizardController
Controller for wizard for assigned write and read users to queryclass
AssignSavedQueryPermissionsWizardController
Controller for wizard for assigned write and read users to query -
Uses of WizardPageController in de.hybris.platform.cockpit.wizards.resetconfigs
Classes in de.hybris.platform.cockpit.wizards.resetconfigs that implement WizardPageController Modifier and Type Class Description class
ResetConfigWizardController
deletes selected config items when done is pressed. -
Uses of WizardPageController in de.hybris.platform.cockpit.wizards.workflow
Classes in de.hybris.platform.cockpit.wizards.workflow that implement WizardPageController Modifier and Type Class Description class
AssignWorkflowWizardController
Controller for adding/removing users' rights wizard for workflow
-