Interface WizardModelSlo
- All Known Implementing Classes:
SloCreationWizardModel
,SloMeasurementSpecSelectionWizardModel
,SloThresholdWizardModel
public interface WizardModelSlo
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if WizardPage contains all necessary attributes.Returns info text displayed in the WizardPageReturns title text displayed in the WizardPage
-
Method Details
-
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
-