Class NewConstraintItemWizard
java.lang.Object
de.hybris.platform.admincockpit.wizards.NewConstraintItemWizard
Deprecated.
since 6.3
New wizard, ( copied from
NewItemWizard ) covering constraint wizard logic.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BrowserModelDeprecated.protected CreateContextDeprecated.protected ObjectTemplateDeprecated.protected org.zkoss.zk.ui.ComponentDeprecated.protected UIConfigurationServiceDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionNewConstraintItemWizard(ObjectTemplate currentType, org.zkoss.zk.ui.Component parent, BrowserModel browserModel) Deprecated.NewConstraintItemWizard(org.zkoss.zk.ui.Component parent) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.Deprecated.Deprecated.Deprecated.getTypeSelectorPage(String pageTitle, Wizard wizard, CreateContext createContext) Deprecated.protected UIConfigurationServiceDeprecated.protected WizardConfigurationDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidsetActiaveAfterCreate(boolean actiaveAfterCreate) Deprecated.voidsetAllowCreate(boolean allowCreate) Deprecated.voidsetAllowSelect(boolean allowSelect) Deprecated.voidsetCreateContext(CreateContext createContext) Deprecated.voidsetDisplaySubTypes(boolean displaySubTypes) Deprecated.voidsetExcludedTypeCodes(List<String> excludedTypeCodes) Deprecated.voidsetParameters(Map<String, Object> parameters) Deprecated.voidsetPredefinedValues(Map<String, Object> predefinedValues) Deprecated.voidsetTypeSelectorPage(GenericTypeSelectorPage typeSelectorPage) Deprecated.start()Deprecated.
-
Field Details
-
parent
protected org.zkoss.zk.ui.Component parentDeprecated. -
itemWizardCurrentType
Deprecated. -
browserModel
Deprecated. -
createContext
Deprecated. -
uiConfigurationService
Deprecated.
-
-
Constructor Details
-
NewConstraintItemWizard
public NewConstraintItemWizard(ObjectTemplate currentType, org.zkoss.zk.ui.Component parent, BrowserModel browserModel) Deprecated. -
NewConstraintItemWizard
public NewConstraintItemWizard(org.zkoss.zk.ui.Component parent) Deprecated.
-
-
Method Details
-
isActiaveAfterCreate
public boolean isActiaveAfterCreate()Deprecated. -
setActiaveAfterCreate
public void setActiaveAfterCreate(boolean actiaveAfterCreate) Deprecated. -
isDisplaySubTypes
public boolean isDisplaySubTypes()Deprecated. -
setDisplaySubTypes
public void setDisplaySubTypes(boolean displaySubTypes) Deprecated. -
isAllowSelect
public boolean isAllowSelect()Deprecated. -
setAllowSelect
public void setAllowSelect(boolean allowSelect) Deprecated. -
setParameters
Deprecated. -
getParameters
Deprecated. -
setCreateContext
Deprecated. -
setAllowCreate
public void setAllowCreate(boolean allowCreate) Deprecated. -
isAllowCreate
public boolean isAllowCreate()Deprecated. -
setPredefinedValues
Deprecated. -
getWizardConfiguration
Deprecated. -
setTypeSelectorPage
Deprecated.- Parameters:
typeSelectorPage- the typeSelectorPage to set
-
getTypeSelectorPage
public GenericTypeSelectorPage getTypeSelectorPage(String pageTitle, Wizard wizard, CreateContext createContext) Deprecated.- Returns:
- the typeSelectorPage
-
getExcludedTypeCodes
Deprecated. -
setExcludedTypeCodes
Deprecated.- Parameters:
excludedTypeCodes- the excludedTypeCodes to set
-
getSequenceProvider
Deprecated. -
start
Deprecated. -
getUIConfigurationService
Deprecated. -
doAfterCancel
public void doAfterCancel()Deprecated. -
doAfterDone
Deprecated.
-