Package com.persequor.extension.frontend
Interface IStep
- All Known Implementing Classes:
Step
public interface IStep
-
Method Summary
Modifier and TypeMethodDescriptiondefault IStep
Mark the step as completed.setCompleted
(boolean completed) Mark the step as completed.default IStep
Mark the step as disabled.setDisabled
(boolean disabled) Mark the step as disabled.Set the label for the step.
-
Method Details
-
setCompleted
Mark the step as completed.- Parameters:
completed
-- Returns:
- the step
-
setCompleted
Mark the step as completed.- Returns:
- the step
-
setDisabled
Mark the step as disabled.- Parameters:
disabled
-- Returns:
- the step
-
setDisabled
Mark the step as disabled.- Returns:
- the step
-
setLabel
Set the label for the step.- Parameters:
label
-- Returns:
- the step
-