All Superinterfaces:
AttributeReadAttached, AttributeReadEnabled, AttributeReadId, AttributeReadText, AttributeReadValid, AttributeReadVisible, AttributeWriteClosable, AttributeWriteEnabled, AttributeWriteId, AttributeWriteReadOnly, AttributeWriteText, AttributeWriteTooltip, AttributeWriteValidationFailure, AttributeWriteVisible, io.github.mmm.event.EventSource<UiEvent,UiEventListener>, UiActiveWidget, UiComposite<UiRegularWidget>, UiFailureComposite<UiRegularWidget>, UiMutableSingleComposite<UiRegularWidget>, UiSingleComposite<UiRegularWidget>, UiWidget

UiMutableSingleComposite that represents a single tab. It is a simple container for the actual widget to show as content of the tab and also represents the tab from the header of the UiTabPanel.
A UiTab is not a UiNativeWidget and has to be created via UiTabPanel.addTab(String, UiRegularWidget).
Since:
1.0.0
See Also: