Interface MainTabView

    • Method Detail

      • setStartPageUrl

        void setStartPageUrl​(java.lang.String url)
        Sets the URL of the start page.
        Parameters:
        url - url
      • getStartPageUrl

        java.lang.String getStartPageUrl()
        Returns:
        the start page url
      • setStartPageContent

        void setStartPageContent​(java.lang.String mode)
        Sets the content that is shown on the first tab when a user logs on to the webclient. Allowed vales are:
        • 'url' - shows the configured startPageUrl
        • 'lastApp' - shows the last opened application
        Parameters:
        mode - the content of the startpage
      • getStartPageContent

        java.lang.String getStartPageContent()
        Returns:
        the content of the startpage