Uses of Interface
io.github.mmm.ui.api.widget.menu.UiAbstractMenuEntry
-
-
Uses of UiAbstractMenuEntry in io.github.mmm.ui.api.widget.menu
Classes in io.github.mmm.ui.api.widget.menu with type parameters of type UiAbstractMenuEntry Modifier and Type Interface Description interface
UiAbstractMenu<E extends UiAbstractMenuEntry>
UiRemovableComposite
that groupsmenu entries
.interface
UiAbstractMenuBar<E extends UiAbstractMenuEntry>
UiAbstractMenu
that acts as the toplevel container for a menu or navigation bar.Subinterfaces of UiAbstractMenuEntry in io.github.mmm.ui.api.widget.menu Modifier and Type Interface Description interface
UiAbstractMenuItem
UiAbstractMenuEntry
for a menu item.interface
UiAdvancedMenu
interface
UiMenu
Navigation entry
that represents a group of othernavigation entries
.interface
UiMenuItem
UiAbstractMenuItem
for a normal menu item.interface
UiMenuItemCheckbox
LikeUiAbstractMenuItem
that additionally has acheckbox
.interface
UiMenuItemRadioButton
UiAbstractMenuItem
that additionally has aradio button
.interface
UiMenuItemSeparator
UiAbstractMenuItem
that acts as a separator.
-