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