| Interface | Description |
|---|---|
| AbstractMenu.CloseHandler |
A handler that will be called when closing the menu
|
| AbstractMenu.MenuItemSelectionHandler<V> |
A functional interface to implement menu items selection handlers
|
| AbstractMenu.OpenHandler |
A handler that will be called when opening the menu
|
| MissingItemHandler<T> |
A functional interface to handle missing items when search is applied
|
| Class | Description |
|---|---|
| AbstractMenu<V,T extends AbstractMenu<V,T>> |
The base component to create a menu like UI.
|
| AbstractMenuItem<V,T extends AbstractMenuItem<V,T>> |
The base implementation for
AbstractMenu items |
| CustomMenuItem |
An implementation of
AbstractMenuItem that can take custom content |
| Menu<V> |
An implementation of
AbstractMenu The base component to create a menu like UI. |
| 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. |
| MenuItem<V> |
An implementation og the
AbstractMenuItem for a menu item that can have a main text and a
description The base implementation for AbstractMenu items |
Copyright © 2019–2022 Dominokit. All rights reserved.