Interface WizardModelSlo
-
- All Known Implementing Classes:
SloCreationWizardModel
,SloMeasurementSpecSelectionWizardModel
,SloThresholdWizardModel
public interface WizardModelSlo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canFinish()
Checks if WizardPage contains all necessary attributes.String
getInfoText()
Returns info text displayed in the WizardPageString
getTitleText()
Returns title text displayed in the WizardPage
-
-
-
Method Detail
-
canFinish
boolean canFinish()
Checks if WizardPage contains all necessary attributes.- Returns:
- true if all necessary attributes are set in order to finish
-
getInfoText
String getInfoText()
Returns info text displayed in the WizardPage- Returns:
- an info text based on the changes made in the model.
-
getTitleText
String getTitleText()
Returns title text displayed in the WizardPage- Returns:
- the title of the wizard page
-
-