Class CommentAttachmentWizard
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.Wizard
-
- de.hybris.platform.cockpit.wizards.generic.GenericItemWizard
-
- de.hybris.platform.cockpit.wizards.comments.CommentAttachmentWizard
-
public class CommentAttachmentWizard extends GenericItemWizard
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.cockpit.wizards.Wizard
Wizard.WizardEvent
-
-
Field Summary
-
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 CommentAttachmentWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAfterDone(AbstractGenericItemPage page)DefaultSectionSelectorSectiongetSection()voidsetSection(DefaultSectionSelectorSection section)-
Methods inherited from class de.hybris.platform.cockpit.wizards.generic.GenericItemWizard
addContextInformation, addPredefinedValue, addWizardScriptStrategy, clearPredefinedValues, createFrameComponent, createPageComponent, doDone, evaluateScript, 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
-
-
-
-
Method Detail
-
getSection
public DefaultSectionSelectorSection getSection()
-
setSection
public void setSection(DefaultSectionSelectorSection section)
-
doAfterDone
public void doAfterDone(AbstractGenericItemPage page)
- Overrides:
doAfterDonein classGenericItemWizard
-
-