Package org.opencms.setup.ui
Interface I_SetupUiContext
- All Known Implementing Classes:
CmsSetupUI
public interface I_SetupUiContext
Interface used by setup steps to communicate with the rest of the setup UI.
-
Method Summary
Modifier and TypeMethodDescriptionGets the setup bean.void
stepBack()
Moves to previous step.void
Moves forward to the next step.
-
Method Details
-
getSetupBean
Gets the setup bean.- Returns:
- the setup bean
-
stepBack
void stepBack()Moves to previous step. -
stepForward
void stepForward()Moves forward to the next step.
-