Interface WizardConfiguration

All Superinterfaces:
UIComponentConfiguration
All Known Implementing Classes:
DefaultWizardConfiguration

public interface WizardConfiguration extends UIComponentConfiguration
  • Method Details

    • getQualifiers

      Map<String,String> getQualifiers(boolean visible)
    • getQualifiers

      Map<String,String> getQualifiers()
    • isShowPrefilledValues

      boolean isShowPrefilledValues()
    • isSelectMode

      boolean isSelectMode()
    • isActivateAfterCreate

      boolean isActivateAfterCreate()
    • isCreateMode

      boolean isCreateMode()
    • isDisplaySubtypes

      boolean isDisplaySubtypes()
    • isCreateWithinEditorArea

      boolean isCreateWithinEditorArea()
    • isCreateWithinPopupEditorArea

      boolean isCreateWithinPopupEditorArea()
    • isValidationInfoIgnored

      boolean isValidationInfoIgnored()
    • getParameterMap

      Map<String,String> getParameterMap(String propertyQualifier)
    • getGroups

    • getUnboundProperties

      Map<String,String> getUnboundProperties()
    • getWizardScript

      AfterDoneWizardScript getWizardScript()