Interface WizardConfiguration
- All Superinterfaces:
UIComponentConfiguration
- All Known Implementing Classes:
DefaultWizardConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiongetParameterMap(String propertyQualifier) getQualifiers(boolean visible) booleanbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
Method Details
-
getQualifiers
-
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
-
getGroups
Map<WizardConfigurationFactory.WizardGroupConfiguration,List<String>> getGroups() -
getUnboundProperties
-
getWizardScript
AfterDoneWizardScript getWizardScript()
-