Class CompleteConfigurationStep
- java.lang.Object
-
- org.ametys.web.administration.welcome.AbstractWelcomeStep
-
- org.ametys.web.administration.welcome.CompleteConfigurationStep
-
- All Implemented Interfaces:
PluginAware
,WelcomeStep
,Configurable
public class CompleteConfigurationStep extends AbstractWelcomeStep
This step indicates if the configuration is complete or not.
-
-
Field Summary
-
Fields inherited from class org.ametys.web.administration.welcome.AbstractWelcomeStep
_actions, _description, _images, _order, _pluginName, _targetIds, _title
-
-
Constructor Summary
Constructors Constructor Description CompleteConfigurationStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPerformed()
Checks if the step is performed.-
Methods inherited from class org.ametys.web.administration.welcome.AbstractWelcomeStep
configure, getActions, getDescription, getImages, getListenedTargetIds, getOrder, getTitle, setPluginInfo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ametys.web.administration.welcome.WelcomeStep
toMap
-
-
-
-
Constructor Detail
-
CompleteConfigurationStep
public CompleteConfigurationStep()
-
-
Method Detail
-
isPerformed
public boolean isPerformed()
Description copied from interface:WelcomeStep
Checks if the step is performed.- Returns:
- true if the step is performed
-
-