| Package | Description |
|---|---|
| org.dominokit.domino.ui.menu | |
| org.dominokit.domino.ui.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMenu<V,T extends AbstractMenu<V,T>>
The base component to create a menu like UI.
|
class |
MenuHeader<V,T extends AbstractMenu<V,T>>
Menu header component for
AbstractMenu, the header is hidden by default unless it is
explicitly set to visible or the user attached any header element. |
| Modifier and Type | Class and Description |
|---|---|
class |
Menu<V>
An implementation of
AbstractMenu The base component to create a menu like UI. |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractMenu<V,?> |
AbstractMenuItem.parent |
| Modifier and Type | Method and Description |
|---|---|
AbstractMenu<V,T> |
MenuHeader.getMenu() |
AbstractMenu<?,?> |
AbstractMenu.getParent() |
AbstractMenu<V,?> |
AbstractMenuItem.getParent() |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractMenu.openSubMenu(AbstractMenu<V,?> dropMenu)
Opens a sub menu that has this menu as its parent
|
T |
AbstractMenuItem.setMenu(AbstractMenu<V,?> menu)
Sets the sub-menu of the menu item
|
| Constructor and Description |
|---|
MenuHeader(AbstractMenu<V,T> menu) |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseDominoElement.setDropMenu(AbstractMenu<?,?> dropMenu)
Set this element as the target element for the provided Drop menu
|
Copyright © 2019–2022 Dominokit. All rights reserved.