Skip navigation links
A C D F G I R S T V 

A

addToDrawer(Component...) - Method in class com.vaadin.flow.component.applayout.AppLayout
Adds the components to the drawer slot of this AppLayout.
addToNavbar(Component...) - Method in class com.vaadin.flow.component.applayout.AppLayout
Adds the components to the navbar slot of this AppLayout.
addToNavbar(boolean, Component...) - Method in class com.vaadin.flow.component.applayout.AppLayout
Adds the components to the navbar slot of this AppLayout.
afterNavigation() - Method in class com.vaadin.flow.component.applayout.AppLayout
Called after a navigation event.
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
 
AppLayout.Section - Enum in com.vaadin.flow.component.applayout
Sections in the component that can be used as primary.

C

com.vaadin.flow.component.applayout - package com.vaadin.flow.component.applayout
 

D

DrawerToggle - Class in com.vaadin.flow.component.applayout
Server-side component for the <vaadin-drawer-toggle> element.
DrawerToggle() - Constructor for class com.vaadin.flow.component.applayout.DrawerToggle
 

F

fromWebcomponentValue(String) - Static method in enum com.vaadin.flow.component.applayout.AppLayout.Section
 

G

getContent() - Method in class com.vaadin.flow.component.applayout.AppLayout
 
getPrimarySection() - Method in class com.vaadin.flow.component.applayout.AppLayout
 

I

isDrawerOpened() - Method in class com.vaadin.flow.component.applayout.AppLayout
Whether the drawer is opened (visible) or not.
isOverlay() - Method in class com.vaadin.flow.component.applayout.AppLayout
Note: This property is controlled via CSS and can not be changed directly.

R

remove(Component...) - Method in class com.vaadin.flow.component.applayout.AppLayout
Removes the child components from the parent.

S

setContent(Component) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the displayed content.
setDrawerOpened(boolean) - Method in class com.vaadin.flow.component.applayout.AppLayout
Server-side API for showing and hiding the drawer.
setIcon(Component) - Method in class com.vaadin.flow.component.applayout.DrawerToggle
 
setPrimarySection(AppLayout.Section) - Method in class com.vaadin.flow.component.applayout.AppLayout
Defines whether navbar or drawer will come first visually.
showRouterLayoutContent(HasElement) - Method in class com.vaadin.flow.component.applayout.AppLayout

T

toWebcomponentValue() - Method in enum com.vaadin.flow.component.applayout.AppLayout.Section
 

V

valueOf(String) - Static method in enum com.vaadin.flow.component.applayout.AppLayout.Section
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.applayout.AppLayout.Section
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G I R S T V 
Skip navigation links

Copyright © 2025. All rights reserved.