@ThreadSafe public abstract class SuperTab extends NavTab
Modifier | Constructor and Description |
---|---|
protected |
SuperTab()
Partially constructs a SuperTab.
|
protected |
SuperTab(NavBar subBar)
Constructs a SuperTab.
|
Modifier and Type | Method and Description |
---|---|
Bookmark |
bookmark()
Throws UnsupportedOperationException.
|
protected void |
init(NavBar subBar)
Completes the partial construction of a SuperTab.
|
Class<? extends Page> |
pageClass()
The class of pages to which this tab links, or null if there is no single class.
|
NavBar |
subBar()
The navigation bar that is controlled by this super-tab.
|
isEnabled, navBar, setNavBar, shortTitle
protected SuperTab()
public final Bookmark bookmark()
public final Class<? extends Page> pageClass()
NavTab