public interface UserServiceRootTabbedPane extends UserServiceTabbedPane
tabs
.
Use method UserServiceDisplayConfigurator.newTabbedPane() or UserServiceDisplayConfigurator.newTabbedPane(String) to create an instance of this interface.
Modifier and Type | Method and Description |
---|---|
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.
|
addAllTabs, addAllTabs, addTab, getId, getSelectedTabId, newTab, newTab, newTab, newTab, newTab, newTabsFromPath, selectTab
isPaddingEnabled, writePane
void setHomeIconDisplayed(boolean displayHomeIcon)
Default value is false
(no "home" icon).
displayHomeIcon
- true
to display the "home" icon in the label
of the first tab,
false
to not display it.