Class CmsSiteWizard
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.Wizard
-
- de.hybris.platform.cockpit.wizards.generic.GenericItemWizard
-
- de.hybris.platform.cmscockpit.wizard.cmssite.CmsSiteWizard
-
public class CmsSiteWizard extends GenericItemWizard
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.cockpit.wizards.Wizard
Wizard.WizardEvent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringWIZARD_LABEL_CONTAINER-
Fields inherited from class de.hybris.platform.cockpit.wizards.generic.GenericItemWizard
browserModel, containerBox, createContext, createMode, currentType, FORCE_CREATE_IN_EDITOR, FORCE_CREATE_IN_POPUP, FORCE_CREATE_IN_WIZARD, objectValueContainer, parameters, parent, showPrefilledValues, WIZARD_CONFIG, wizardConfiguration
-
Fields inherited from class de.hybris.platform.cockpit.wizards.Wizard
currentPage, DO_BACK_ON_FIRST_PAGE, frameComponent, history, messages
-
-
Constructor Summary
Constructors Constructor Description CmsSiteWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAfterDone(AbstractGenericItemPage page)protected voidevaluateScript()DefaultSectionSelectorSectiongetSection()voidsetSection(DefaultSectionSelectorSection section)-
Methods inherited from class de.hybris.platform.cockpit.wizards.generic.GenericItemWizard
addContextInformation, addPredefinedValue, addWizardScriptStrategy, clearPredefinedValues, createFrameComponent, createPageComponent, doDone, getBrowserModel, getContext, getCreateContext, getCurrentPage, getCurrentStringType, getCurrentType, getCurrentTypeEmptyModel, getItem, getLoadLanguages, getObjectValueContainer, getParameters, getPredefinedValues, getUIConfigurationService, getWizardConfiguration, initialize, initialize, initializeScripStrategies, isAllowCreate, isAllowSelect, isCreateMode, isShowPrefilledValues, loadAndFilter, loadDefaultValues, removeWizardScriptStrategy, setAllowCreate, setAllowSelect, setBrowserModel, setCreateMode, setCurrentStringType, setCurrentType, setItem, setParameters, setParent, setPredefinedValues, setShowPrefilledValues, setValue, setWizardConfiguration, show
-
Methods inherited from class de.hybris.platform.cockpit.wizards.Wizard
addMessage, checkShowBackOnFirstPage, cleanupHistory, close, doBack, doCancel, doNext, getAllPageAttributes, getComponentURI, getContextClass, getCurrentController, getDefaultController, getFrameComponent, getHeight, getMessages, getPage, getPageContainer, getPageRoot, getPages, getPreviousPage, getTitle, getWidth, getWizardContext, isForceHideDone, isForceShowNext, isShowBack, isShowCancel, isShowDone, isShowNext, refreshButtons, resize, setComponentURI, setContextClass, setCurrentPage, setDefaultController, setForceHideDone, setForceShowNext, setHeight, setPageRoot, setPages, setPreviousPage, setShowBack, setShowCancel, setShowDone, setShowNext, setTitle, setWidth, setWizardContext, setWizardTitle, show, show, updateView
-
-
-
-
Field Detail
-
WIZARD_LABEL_CONTAINER
public static final java.lang.String WIZARD_LABEL_CONTAINER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSection
public DefaultSectionSelectorSection getSection()
-
setSection
public void setSection(DefaultSectionSelectorSection section)
-
doAfterDone
public void doAfterDone(AbstractGenericItemPage page)
- Overrides:
doAfterDonein classGenericItemWizard
-
evaluateScript
protected void evaluateScript()
- Overrides:
evaluateScriptin classGenericItemWizard
-
-