Interface WizardStep
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractConfigurationStepPanel
,AbstractFormWizardStepPanel
,AbstractValueFormResourceWizardStepPanel
,AbstractWizardStepPanel
,AccessApplicationRoleStepPanel
,AccessApplicationStepPanel
,ActionStepPanel
,AssociationStepPanel
,AttributeOutboundStepPanel
,BasicInformationStepPanel
,BasicInformationStepPanel
,BasicSessionInformationStepPanel
,BasicSettingResourceObjectTypeStepPanel
,BasicWizardStepPanel
,CandidateMembersPanel
,ConfigurationStepPanel
,ConstructionGroupStepPanel
,ConstructionOutboundMainStepPanel
,ConstructionOutboundMappingsStepPanel
,ConstructionOutboundOptionalStepPanel
,ConstructionResourceObjectTypeStepPanel
,ConstructionResourceStepPanel
,DelineationResourceObjectTypeStepPanel
,DiscoveryStepPanel
,ExsitingAccessApplicationRoleStepPanel
,FocusResourceObjectTypeStepPanel
,InboundActivationMappingMainConfigurationStepPanel
,InboundActivationMappingOptionalConfigurationStepPanel
,InboundCredentialsMappingMainConfigurationStepPanel
,InboundCredentialsMappingOptionalConfigurationStepPanel
,InboundMappingMainConfigurationStepPanel
,InboundMappingOptionalConfigurationStepPanel
,LimitationsStepPanel
,MainConfigurationStepPanel
,MultiSelectTileWizardStepPanel
,OutboundActivationMappingMainConfigurationStepPanel
,OutboundActivationMappingOptionalConfigurationStepPanel
,OutboundCredentialsMappingMainConfigurationStepPanel
,OutboundCredentialsMappingOptionalConfigurationStepPanel
,OutboundMappingMainConfigurationStepPanel
,OutboundMappingOptionalConfigurationStepPanel
,PartialConfigurationStepPanel
,PersonOfInterestPanel
,PredefinedMappingStepPanel
,ReactionMainSettingStepPanel
,ReactionOptionalSettingStepPanel
,RelationPanel
,RoleAnalysisSessionDetectionOptionsWizardPanel
,RoleAnalysisSessionSimpleObjectsWizardPanel
,RoleCatalogPanel
,SelectObjectClassesStepPanel
,SelectTileWizardStepPanel
,ShoppingCartPanel
,SingleTileWizardStepPanel
,TaskBasicWizardPanel
,TaskDistributionWizardPanel
,TaskExecutionWizardPanel
,TaskResourceObjectsWizardPanel
,TaskScheduleWizardPanel
,WizardStepPanel
Created by Viliam Repan (lazyman).
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
default void
default org.apache.wicket.Component
default VisibleEnableBehaviour
default VisibleEnableBehaviour
default VisibleEnableBehaviour
default String
default VisibleEnableBehaviour
default org.apache.wicket.model.IModel<String>
getTitle()
default void
init
(WizardModel wizard) default org.apache.wicket.model.IModel<Boolean>
default boolean
onBackPerformed
(org.apache.wicket.ajax.AjaxRequestTarget target) default boolean
onNextPerformed
(org.apache.wicket.ajax.AjaxRequestTarget target)
-
Method Details
-
init
-
getStepId
-
appendCssToWizard
-
createHeaderContent
-
getTitle
-
getTitleBadges
-
getStepsBehaviour
-
getHeaderBehaviour
-
getBackBehaviour
-
getNextBehaviour
-
onBackPerformed
default boolean onBackPerformed(org.apache.wicket.ajax.AjaxRequestTarget target) - Returns:
- flag whether default "back" button action should be executed. If true, default behaviour of back button will be executed as well If false, only code in this method will be executed
-
onNextPerformed
default boolean onNextPerformed(org.apache.wicket.ajax.AjaxRequestTarget target) - Returns:
- flag whether default "next" button action should be executed. If true, default behaviour of next button will be executed as well If false, only code in this method will be executed
-
applyState
default void applyState() -
isStepVisible
-