Class WizardConfig
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.wizard.WizardConfig
-
public class WizardConfig extends java.lang.ObjectJava class for content-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="content-element"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="image" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanactivateAfterCreateprotected java.lang.BooleancreateModeprotected java.lang.BooleancreateWithinEditorprotected java.lang.BooleancreateWithinPopupprotected java.lang.BooleandisplaySubtypesprotected java.lang.BooleanselectModeprotected java.lang.BooleanshowPrefilledValuesprotected java.lang.BooleanvalidationInfoIgnoredprotected WizardPropertyListwizardPropertyListprotected AfterDoneWizardScriptwizardScript
-
Constructor Summary
Constructors Constructor Description WizardConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetActivateAfterCreate()booleangetCreateWithinEditor()booleangetCreateWithinPopup()WizardPropertyListgetWizardPropertyList()AfterDoneWizardScriptgetWizardScript()booleanisCreateMode()booleanisDisplaySubtypes()booleanisSelectMode()booleanisShowPrefilledValues()booleanisValidationInfoIgnored()voidsetActivateAfterCreate(java.lang.Boolean activateAfterCreate)voidsetCreateMode(java.lang.Boolean createMode)voidsetSelectMode(java.lang.Boolean selectMode)voidsetShowPrefilledValues(java.lang.Boolean showPrefilledValues)voidsetValidationInfoIgnored(java.lang.Boolean validationInfoIgnored)voidsetWizardPropertyList(WizardPropertyList wizardPropertyList)voidsetWizardScript(AfterDoneWizardScript wizardScript)
-
-
-
Field Detail
-
wizardPropertyList
protected WizardPropertyList wizardPropertyList
-
wizardScript
protected AfterDoneWizardScript wizardScript
-
showPrefilledValues
protected java.lang.Boolean showPrefilledValues
-
createMode
protected java.lang.Boolean createMode
-
selectMode
protected java.lang.Boolean selectMode
-
displaySubtypes
protected java.lang.Boolean displaySubtypes
-
activateAfterCreate
protected java.lang.Boolean activateAfterCreate
-
createWithinPopup
protected java.lang.Boolean createWithinPopup
-
createWithinEditor
protected java.lang.Boolean createWithinEditor
-
validationInfoIgnored
protected java.lang.Boolean validationInfoIgnored
-
-
Method Detail
-
getCreateWithinPopup
public boolean getCreateWithinPopup()
-
getCreateWithinEditor
public boolean getCreateWithinEditor()
-
getActivateAfterCreate
public boolean getActivateAfterCreate()
-
getWizardPropertyList
public WizardPropertyList getWizardPropertyList()
- Returns:
- the wizardPropertyList
-
isCreateMode
public boolean isCreateMode()
- Returns:
- the createMode
-
isDisplaySubtypes
public boolean isDisplaySubtypes()
- Returns:
- the displaySubtypes
-
isSelectMode
public boolean isSelectMode()
- Returns:
- the selectMode
-
isShowPrefilledValues
public boolean isShowPrefilledValues()
- Returns:
- the showPrefilledValues
-
setActivateAfterCreate
public void setActivateAfterCreate(java.lang.Boolean activateAfterCreate)
-
setCreateMode
public void setCreateMode(java.lang.Boolean createMode)
- Parameters:
createMode- the createMode to set
-
setSelectMode
public void setSelectMode(java.lang.Boolean selectMode)
- Parameters:
selectMode- the selectMode to set
-
setShowPrefilledValues
public void setShowPrefilledValues(java.lang.Boolean showPrefilledValues)
- Parameters:
showPrefilledValues- the showPrefilledValues to set
-
setWizardPropertyList
public void setWizardPropertyList(WizardPropertyList wizardPropertyList)
- Parameters:
wizardPropertyList- the wizardPropertyList to set
-
getWizardScript
public AfterDoneWizardScript getWizardScript()
-
setWizardScript
public void setWizardScript(AfterDoneWizardScript wizardScript)
-
setValidationInfoIgnored
public void setValidationInfoIgnored(java.lang.Boolean validationInfoIgnored)
-
isValidationInfoIgnored
public boolean isValidationInfoIgnored()
-
-