public interface WindowComponent
| Modifier and Type | Method and Description |
|---|---|
Ribbon |
getRibbon()
Returns ribbon of this window
|
void |
requestRibbonRender()
Informs that this window's ribbon should be updated
|
void |
setActiveTab(String tabName)
Set tab with given name as active (focused).
|
Ribbon getRibbon()
void requestRibbonRender()
void setActiveTab(String tabName) throws IllegalArgumentException
tabName - name of the tab to be activated (focused). Note that this tab will be also mark as visible.IllegalArgumentException - If tab with given name doesn't exist inside of this window.Copyright © 2010-2025 Qcadoo Limited