Class WizardConfig


  • public class WizardConfig
    extends java.lang.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 Detail

      • 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
    • Constructor Detail

      • WizardConfig

        public WizardConfig()
    • 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
      • setValidationInfoIgnored

        public void setValidationInfoIgnored​(java.lang.Boolean validationInfoIgnored)
      • isValidationInfoIgnored

        public boolean isValidationInfoIgnored()