We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.router.
Package com.vaadin.flow.router
Annotation Interface ParentLayout
Defines the parent layout for components in routing hierarchy.
Since:
1.0
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends RouterLayout>
Sets the parent component for the route target component.
-
Element Details
-
value
Class<? extends RouterLayout> valueSets the parent component for the route target component.
When navigating between components that use the same layout, the same component instance is reused.
Returns:
the layout component class used by the route target component.
-