Interface MainTabView

All Superinterfaces:
Cloneable, org.zkoss.zk.ui.Component, EventChild, EventChildHandler, LogEventChildHandler, org.zkoss.zk.ui.ext.Scope, Serializable
All Known Implementing Classes:
MainTabViewImpl

public interface MainTabView extends org.zkoss.zk.ui.Component, EventChild, EventChildHandler
Displays several forms, webparts and the startpage in tabs.
  • Method Details

    • setStartPageUrl

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

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

      void setStartPageContent(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

      String getStartPageContent()
      Returns:
      the content of the startpage