public interface TopBar extends Component
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<com.technia.tvc.core.gui.menubar.Component> |
getComponentsLeft()
UI components aligned to the left in the Top Bar.
|
java.util.Collection<com.technia.tvc.core.gui.menubar.Component> |
getComponentsMiddle()
UI components aligned in the middle of the Top Bar.
|
java.util.Collection<com.technia.tvc.core.gui.menubar.Component> |
getComponentsRight()
UI components aligned to the right in the Top Bar.
|
java.lang.String |
getStartPage() |
java.lang.String |
getTitle() |
java.lang.String |
getTooltipSettings() |
void |
setStartPage(java.lang.String startPage) |
void |
setTitle(java.lang.String title) |
boolean |
shouldShowAppName() |
boolean |
shouldShowBreadcrumb() |
getTemplatesjava.util.Collection<com.technia.tvc.core.gui.menubar.Component> getComponentsLeft()
env - The current environment instancejava.util.Collection<com.technia.tvc.core.gui.menubar.Component> getComponentsMiddle()
env - The current environment instancejava.util.Collection<com.technia.tvc.core.gui.menubar.Component> getComponentsRight()
env - The current environment instancevoid setStartPage(java.lang.String startPage)
java.lang.String getStartPage()
void setTitle(java.lang.String title)
java.lang.String getTitle()
boolean shouldShowAppName()
boolean shouldShowBreadcrumb()
java.lang.String getTooltipSettings()