Interface I_CmsWorkplaceApp

    • Method Detail

      • initUI

        void initUI​(I_CmsAppUIContext context)
        Within this method the app UI should be initialized.

        Use the context to add the app's components to the UI.

        Parameters:
        context - the UI context
      • onStateChange

        void onStateChange​(java.lang.String state)
        Called on navigation events.

        Parameters:
        state - the app state to show