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 booleancanFinish()Checks if WizardPage contains all necessary attributes.StringgetInfoText()Returns info text displayed in the WizardPageStringgetTitleText()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
-
-