public interface WizardStep
| Modifier and Type | Method and Description |
|---|---|
LocalizableMessage |
getDisplayMessage()
Gets the message key associated with the display name of this step.
|
boolean |
isFinishedStep()
Indicates whether this is the finished step for the application or not.
|
boolean |
isLicenseStep()
Indicates whether this is the license approval step.
|
boolean |
isProgressStep()
Indicates that when this step is displayed the application will
be asked to launch itself.
|
LocalizableMessage getDisplayMessage()
boolean isProgressStep()
boolean isFinishedStep()
true if this is the finished step for the application
and false otherwise.boolean isLicenseStep()
true if this is the license approval step
and false otherwise.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.