| Package | Description |
|---|---|
| org.dominokit.domino.ui.tabs |
| Modifier and Type | Method and Description |
|---|---|
Tab |
Tab.activate()
make the tab active and show its content in the TabsPanel
|
Tab |
Tab.activate(boolean silent)
make the tab active and show its content in the TabsPanel
|
Tab |
Tab.addActivationHandler(Tab.ActivationHandler activationHandler) |
Tab |
Tab.addCloseHandler(Consumer<Tab> closeHandler) |
Tab |
Tab.appendChild(org.jboss.elemento.IsElement<?> content) |
Tab |
Tab.appendChild(elemental2.dom.Node content) |
Tab |
Tab.closable()
delegate to
setClosable(boolean) with true |
Tab |
Tab.close()
Remove the Tab from the TabsPanel
|
static Tab |
Tab.create(BaseIcon<?> icon) |
static Tab |
Tab.create(BaseIcon<?> icon,
String title) |
static Tab |
Tab.create(String title) |
static Tab |
Tab.create(String key,
BaseIcon<?> icon) |
static Tab |
Tab.create(String key,
BaseIcon<?> icon,
String title) |
static Tab |
Tab.create(String key,
String title) |
Tab |
Tab.deActivate()
make the tab inactive and hide its content in the TabsPanel
|
Tab |
Tab.deActivate(boolean silent)
make the tab inactive and hides its content in the TabsPanel
|
Tab |
TabsPanel.getActiveTab() |
Tab |
Tab.notClosable()
delegate to
setClosable(boolean) with false |
Tab |
Tab.removeActivationHandler(Tab.ActivationHandler activationHandler) |
Tab |
Tab.removeCloseHandler(Consumer<Tab> closeHandler) |
Tab |
Tab.setClosable(boolean closable) |
Tab |
Tab.setContent(org.jboss.elemento.IsElement<?> element)
this will replace the content of the tab contentContainer
|
Tab |
Tab.setContent(elemental2.dom.Node content)
this will replace the content of the tab contentContainer
|
Tab |
Tab.setIcon(BaseIcon<?> icon) |
Tab |
Tab.setKey(String key) |
Tab |
Tab.setOnBeforeCloseHandler(Tab.CloseHandler closeHandler) |
Tab |
Tab.setTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<Tab> |
TabsPanel.getTabs() |
| Modifier and Type | Method and Description |
|---|---|
void |
TabsPanel.activateTab(Tab tab) |
void |
TabsPanel.activateTab(Tab tab,
boolean silent) |
TabsPanel |
TabsPanel.appendChild(Tab tab) |
void |
TabsPanel.closeTab(Tab tab) |
void |
TabsPanel.deActivateTab(Tab tab) |
void |
TabsPanel.deActivateTab(Tab tab,
boolean silent) |
TabsPanel |
TabsPanel.insertAt(int index,
Tab tab)
Inserts a Tab into the specified index
|
void |
Tab.ActivationHandler.onActiveStateChanged(Tab tab,
boolean active) |
boolean |
Tab.CloseHandler.onBeforeClose(Tab tab) |
| Modifier and Type | Method and Description |
|---|---|
Tab |
Tab.addCloseHandler(Consumer<Tab> closeHandler) |
TabsPanel |
TabsPanel.addCloseHandler(Consumer<Tab> closeHandler) |
Tab |
Tab.removeCloseHandler(Consumer<Tab> closeHandler) |
TabsPanel |
TabsPanel.removeCloseHandler(Consumer<Tab> closeHandler) |
Copyright © 2019–2022 Dominokit. All rights reserved.