java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.wizard.WizardConfig

public class WizardConfig extends Object

Java 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 Details

    • wizardPropertyList

      protected WizardPropertyList wizardPropertyList
    • wizardScript

      protected AfterDoneWizardScript wizardScript
    • showPrefilledValues

      protected Boolean showPrefilledValues
    • createMode

      protected Boolean createMode
    • selectMode

      protected Boolean selectMode
    • displaySubtypes

      protected Boolean displaySubtypes
    • activateAfterCreate

      protected Boolean activateAfterCreate
    • createWithinPopup

      protected Boolean createWithinPopup
    • createWithinEditor

      protected Boolean createWithinEditor
    • validationInfoIgnored

      protected Boolean validationInfoIgnored
  • Constructor Details

    • WizardConfig

      public WizardConfig()
  • Method Details

    • 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(Boolean activateAfterCreate)
    • setCreateMode

      public void setCreateMode(Boolean createMode)
      Parameters:
      createMode - the createMode to set
    • setSelectMode

      public void setSelectMode(Boolean selectMode)
      Parameters:
      selectMode - the selectMode to set
    • setShowPrefilledValues

      public void setShowPrefilledValues(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(Boolean validationInfoIgnored)
    • isValidationInfoIgnored

      public boolean isValidationInfoIgnored()