A I O U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addTab(String, UiRegularWidget) - Method in interface io.github.mmm.ui.api.widget.tab.UiTabPanel
-
Adds the given
UiRegularWidget
as new tab (and the end of all existing tabs).
IMPORTANT: In case youmake
theUiTab
closable
, it will remove itself aschild
from thisUiTabPanel
when the end-user closes it. - addTab(String, UiRegularWidget, int) - Method in interface io.github.mmm.ui.api.widget.tab.UiTabPanel
-
Adds the given
UiRegularWidget
as new tab at the givenindex
. - addTab(String, Supplier<UiRegularWidget>) - Method in interface io.github.mmm.ui.api.widget.tab.UiTabPanel
-
Adds a new tab (and the end of all existing tabs) with the content provided lazily from the given
Supplier
(when the tab is selected for the first time). - addTab(String, Supplier<UiRegularWidget>, int) - Method in interface io.github.mmm.ui.api.widget.tab.UiTabPanel
-
Adds a new tab at the given
index
with the content provided lazily from the givenSupplier
(when the tab is selected for the first time).
I
- io.github.mmm.ui.api.tab - module io.github.mmm.ui.api.tab
-
Provides the API for tab widgets.
- io.github.mmm.ui.api.widget.tab - package io.github.mmm.ui.api.widget.tab
O
- of() - Static method in interface io.github.mmm.ui.api.widget.tab.UiTabPanel
- of(UiTab...) - Static method in interface io.github.mmm.ui.api.widget.tab.UiTabPanel
U
- UiTab - Interface in io.github.mmm.ui.api.widget.tab
-
UiMutableSingleComposite
that represents a singletab
. - UiTabPanel - Interface in io.github.mmm.ui.api.widget.tab
-
UiSwitchComposite
representing a tab panel.
V
- validateUp(UiValidState) - Method in interface io.github.mmm.ui.api.widget.tab.UiTab
All Classes All Packages