| Modifier and Type | Method and Description |
|---|---|
AppLayoutMenuItem |
AppLayoutMenu.addMenuItem(com.vaadin.flow.component.Component icon,
com.vaadin.flow.component.ComponentEventListener<MenuItemClickEvent> listener)
Constructs a new object with the given icon and click listener.
|
AppLayoutMenuItem |
AppLayoutMenu.addMenuItem(com.vaadin.flow.component.Component icon,
String title,
com.vaadin.flow.component.ComponentEventListener<MenuItemClickEvent> listener)
Constructs a new object with the given icon, title and click listener.
|
AppLayoutMenuItem |
AppLayoutMenu.addMenuItem(String title,
com.vaadin.flow.component.ComponentEventListener<MenuItemClickEvent> listener)
Constructs a new object with the given title and click listener.
|
com.vaadin.flow.shared.Registration |
AppLayoutMenuItem.addMenuItemClickListener(com.vaadin.flow.component.ComponentEventListener<MenuItemClickEvent> listener) |
| Constructor and Description |
|---|
AppLayoutMenuItem(com.vaadin.flow.component.Component icon,
com.vaadin.flow.component.ComponentEventListener<MenuItemClickEvent> listener)
Constructs a new object with the given icon and click listener.
|
AppLayoutMenuItem(com.vaadin.flow.component.Component icon,
String title,
com.vaadin.flow.component.ComponentEventListener<MenuItemClickEvent> listener)
Constructs a new object with the given icon, title and click listener.
|
AppLayoutMenuItem(String title,
com.vaadin.flow.component.ComponentEventListener<MenuItemClickEvent> listener)
Constructs a new object with the given title and click listener.
|
Copyright © 2018–2019 Vaadin Ltd. All rights reserved.