Interface UserServiceRootTabbedPane

All Superinterfaces:
UserServicePane, UserServiceTabbedPane

public interface UserServiceRootTabbedPane extends UserServiceTabbedPane
This layout divides the workspace into a set of tabs.

Use method UserServiceDisplayConfigurator.newTabbedPane() or UserServiceDisplayConfigurator.newTabbedPane(String) to create an instance of this interface.

Since:
5.8.0
  • Method Details

    • setHomeIconDisplayed

      @Deprecated void setHomeIconDisplayed(boolean displayHomeIcon)
      Deprecated.
      Since 5.9.0, home icon is no longer displayed. If the first tab title is empty, a default label will be displayed.
      Specifies if the first tab must display the default "home" icon.

      Default value is false (no "home" icon).

      Parameters:
      displayHomeIcon - true to display the "home" icon in the label of the first tab, false to not display it.