Interface UserServiceRootTabbedPane
- All Superinterfaces:
UserServicePane,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 Summary
Modifier and TypeMethodDescriptionvoidsetHomeIconDisplayed(boolean displayHomeIcon) Deprecated.Since 5.9.0, home icon is no longer displayed.Methods inherited from interface com.orchestranetworks.userservice.UserServicePane
isPaddingEnabled, writePaneMethods inherited from interface com.orchestranetworks.userservice.UserServiceTabbedPane
addAllTabs, addAllTabs, addTab, getId, getSelectedTabId, newTab, newTab, newTab, newTab, newTab, newTabsFromPath, selectTab
-
Method Details
-
setHomeIconDisplayed
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-trueto display the "home" icon in the label of the first tab,falseto not display it.
-