Interface ApplicationMenuItem

All Superinterfaces:
com.vaadin.flow.component.HasElement, Serializable
All Known Subinterfaces:
ApplicationMenuItemGroup
All Known Implementing Classes:
MenuItem

public interface ApplicationMenuItem extends com.vaadin.flow.component.HasElement
Application menu item definition. Only 3 methods are defined for the Application to interact with it. However, it should be "clickable" and should keep an associated Runnable to run as a response to the click event or some keyboard event. At a minimum a text label should be supported but a typical implementation should support a label and an icon. Also, it may support a "closable" attribute (by having a "close" icon) for those items with an associated View.
Author:
Syam