- All Superinterfaces:
AttributeReadAttached,AttributeReadEnabled,AttributeReadId,AttributeReadValid,AttributeReadVisible,AttributeWriteEnabled,AttributeWriteId,AttributeWriteReadOnly,AttributeWriteTooltip,AttributeWriteVisible,io.github.mmm.event.EventSource<UiEvent,,UiEventListener> UiAbstractMenu<UiAbstractMenuEntry>,UiAbstractMenuBar<UiAbstractMenuEntry>,UiAbstractMenuWithItems,UiComposite<UiAbstractMenuEntry>,UiNativeWidget,UiRegularWidget,UiRemovableComposite<UiAbstractMenuEntry>,UiWidget
public interface UiNavigationBar
extends UiAbstractMenuBar<UiAbstractMenuEntry>, UiAbstractMenuWithItems, UiRegularWidget, UiNativeWidget
UiAbstractMenuBar that represents a vertical navigation bar. An example may look like this:- Since:
- 1.0.0
-
Field Summary
Fields -
Method Summary
Static MethodsMethods 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.AttributeWriteId
setIdMethods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteTooltip
getTooltip, setTooltipMethods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListenerMethods inherited from interface io.github.mmm.ui.api.widget.menu.UiAbstractMenu
addMenu, addMenuMethods inherited from interface io.github.mmm.ui.api.widget.menu.UiAbstractMenuWithItems
addItem, addItem, addItem, addItem, addSeparator, addSeparatorMethods inherited from interface io.github.mmm.ui.api.widget.composite.UiComposite
getChild, getChild, getChildById, getChildCount, getChildIndex, getChildSibling, getChildSibling, getDescendant, getModificationTimestamp, getPropagation, isModified, isValid, reset, setFocusedMethods inherited from interface io.github.mmm.ui.api.widget.composite.UiRemovableComposite
removeChild, removeChildMethods 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, validateUp
-
Field Details
-
STYLE
Thestyleor element name for this widget.- See Also:
-
-
Method Details
-
of
- Returns:
- the new
UiNavigationBar.
-