- AbstractAppRouterLayout - Class in com.vaadin.flow.component.applayout
-
Convenience class for using an AppLayout as a parent layout in a Flow application.
- AbstractAppRouterLayout() - Constructor for class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
-
- addMenuItem(String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
-
Constructs a new object with the given title.
- addMenuItem(AppLayoutMenuItem) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
-
Adds item to the menu.
- addMenuItem(Component) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
-
Constructs a new object with the given icon.
- addMenuItem(Component, String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
-
Constructs a new object with the given icon and title.
- addMenuItem(Component, String, String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
-
Constructs a new object with the given icon, title and route.
- addMenuItem(Component, ComponentEventListener<MenuItemClickEvent>) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
-
Constructs a new object with the given icon and click listener.
- addMenuItem(String, ComponentEventListener<MenuItemClickEvent>) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
-
Constructs a new object with the given title and click listener.
- addMenuItem(Component, String, ComponentEventListener<MenuItemClickEvent>) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
-
Constructs a new object with the given icon, title and click listener.
- addMenuItemClickListener(ComponentEventListener<MenuItemClickEvent>) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
-
- addMenuItems(AppLayoutMenuItem...) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
-
Adds menu items to the menu.
- afterNavigate(String, HasElement) - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
-
This hook is called after a navigation is made into a route
which has this router layout as its parent layout.
- AppLayout - Class in com.vaadin.flow.component.applayout
-
Server-side component for the <vaadin-app-layout> element.
- AppLayout() - Constructor for class com.vaadin.flow.component.applayout.AppLayout
-
- AppLayoutMenu - Class in com.vaadin.flow.component.applayout
-
Menu to be used with AppLayout.
- AppLayoutMenu() - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenu
-
Default constructor.
- AppLayoutMenuItem - Class in com.vaadin.flow.component.applayout
-
Base class representing menu items.
- AppLayoutMenuItem(String) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
-
Constructs a new object with the given title.
- AppLayoutMenuItem(Component) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
-
Constructs a new object with the given icon.
- AppLayoutMenuItem(Component, String) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
-
Constructs a new object with the given icon and title.
- AppLayoutMenuItem(String, String) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
-
Constructs a new object with the given title and route.
- AppLayoutMenuItem(Component, String, String) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
-
Constructs a new object with the given icon, title and route.
- AppLayoutMenuItem(Component, ComponentEventListener<MenuItemClickEvent>) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
-
Constructs a new object with the given icon and click listener.
- AppLayoutMenuItem(String, ComponentEventListener<MenuItemClickEvent>) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
-
Constructs a new object with the given title and click listener.
- AppLayoutMenuItem(Component, String, ComponentEventListener<MenuItemClickEvent>) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
-
Constructs a new object with the given icon, title and click listener.