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 Type
    Method
    Description
    Gets the setup bean.
    void
    Moves to previous step.
    void
    Moves forward to the next step.
  • Method Details