Skip navigation links
A B C G M R S 

A

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.

B

beforeNavigate(String, HasElement) - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
This hook is called before a navigation is being made into a route which has this router layout as its parent layout.

C

clearMenuItems() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Removes all menu items.
com.vaadin.flow.component.applayout - package com.vaadin.flow.component.applayout
 
configure(AppLayout, AppLayoutMenu) - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
This hook is called when this router layout is being constructed and provides an opportunity to configure the AppLayout in use.
createMenu() - Method in class com.vaadin.flow.component.applayout.AppLayout
Creates a new empty AppLayoutMenu and sets it as the menu for this AppLayout instance.

G

getAppLayout() - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
 
getAppLayoutMenu() - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
 
getContent() - Method in class com.vaadin.flow.component.applayout.AppLayout
Returns the Element
getElement() - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
 
getElement() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
getIcon() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Returns icon
getMenu() - Method in class com.vaadin.flow.component.applayout.AppLayout
 
getMenuItemTargetingRoute(String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Gets the first AppLayoutMenuItem targeting a route.
getRoute() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
 
getSelectedMenuItem() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Gets the currently selected menu item.
getTitle() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Returns displayed AppLayoutMenuItem title

M

MenuItemClickEvent - Class in com.vaadin.flow.component.applayout
Event fired after AppLayoutMenuItem is clicked
MenuItemClickEvent(AppLayoutMenuItem, boolean) - Constructor for class com.vaadin.flow.component.applayout.MenuItemClickEvent
 

R

removeBranding() - Method in class com.vaadin.flow.component.applayout.AppLayout
Clears the branding area
removeContent() - Method in class com.vaadin.flow.component.applayout.AppLayout
Removes the displayed content.
removeMenu() - Method in class com.vaadin.flow.component.applayout.AppLayout
Remove the menu.
removeMenuItem(AppLayoutMenuItem) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Removes AppLayoutMenuItem from the menu

S

selectMenuItem(AppLayoutMenuItem) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Selects a menu item.
setBranding(Component) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the component into branding area
setBranding(Element) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the element into branding area
setContent(Component) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the displayed content.
setContent(Element) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the displayed content.
setIcon(Component) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Sets icon
setMenu(HasElement) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the component to be placed in the menu slot.
setMenu(Element) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the element to be placed in the menu slot.
setMenuItems(AppLayoutMenuItem...) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Clears existing menu items and sets the new the arguments.
setRoute(String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Sets the route to be navigated to when this menu item is selected.
setTitle(String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Sets AppLayoutMenuItem title
showRouterLayoutContent(HasElement) - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
 
A B C G M R S 
Skip navigation links

Copyright © 2018–2019 Vaadin Ltd. All rights reserved.