A I O U V 
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 you make the UiTab closable, it will remove itself as child from this UiTabPanel 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 given index.
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 given Supplier (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 single tab.
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
 
A I O U V 
All Classes All Packages