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
UiRegularWidgetas new tab (and the end of all existing tabs).
IMPORTANT: In case youmaketheUiTabclosable, it will remove itself aschildfrom thisUiTabPanelwhen the end-user closes it. - addTab(String, UiRegularWidget, int) - Method in interface io.github.mmm.ui.api.widget.tab.UiTabPanel
-
Adds the given
UiRegularWidgetas 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
indexwith 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
-
UiMutableSingleCompositethat represents a singletab. - UiTabPanel - Interface in io.github.mmm.ui.api.widget.tab
-
UiSwitchCompositerepresenting a tab panel.
V
- validateUp(UiValidState) - Method in interface io.github.mmm.ui.api.widget.tab.UiTab
All Classes All Packages