- 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
public interface UiTab
extends UiMutableSingleComposite<UiRegularWidget>, AttributeWriteText, AttributeWriteClosable, UiActiveWidget, UiFailureComposite<UiRegularWidget>
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:
-
Field Summary
Fields inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteValidationFailure
STYLE_INVALIDFields inherited from interface io.github.mmm.ui.api.widget.UiActiveWidget
ACCESS_KEY_NONE -
Method Summary
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadAttached
isAttachedMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadId
getIdMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadText
getTextMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteClosable
isClosable, setClosableMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteId
setIdMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteText
setTextMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteTooltip
getTooltip, setTooltipMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteValidationFailure
getValidationFailure, setValidationFailure, setValidationFailureMethods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListenerMethods inherited from interface io.github.mmm.ui.api.widget.UiActiveWidget
getAccessKey, setAccessKeyMethods inherited from interface io.github.mmm.ui.api.widget.composite.UiComposite
getChildById, getChildSibling, getChildSibling, getDescendant, getModificationTimestamp, getPropagation, isModified, isValid, reset, setFocusedMethods inherited from interface io.github.mmm.ui.api.widget.composite.UiFailureComposite
isValidMethods inherited from interface io.github.mmm.ui.api.widget.composite.UiMutableSingleComposite
setChildMethods inherited from interface io.github.mmm.ui.api.widget.composite.UiSingleComposite
getChild, getChild, getChild, getChildCount, getChildIndexMethods inherited from interface io.github.mmm.ui.api.widget.UiWidget
cast, dispose, getParent, getReadOnlyFixed, getStyles, isDisposed, isEnabled, isEnabled, isFocused, isReadOnly, isVisible, isVisible, setEnabled, setEnabled, setReadOnly, setReadOnlyFixed, setVisible, setVisible, validate, validate, validate, validateDown
-
Method Details
-
validateUp
- Specified by:
validateUpin interfaceUiWidget
-