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.
Uses of Record Class
com.vaadin.flow.router.MenuData
Packages that use MenuData
-
Uses of MenuData in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return MenuDataConstructors in com.vaadin.flow.router with parameters of type MenuDataModifierConstructorDescriptionRouteData
(List<Class<? extends RouterLayout>> parentLayouts, String template, Map<String, RouteParameterData> parameters, Class<? extends Component> navigationTarget, List<RouteAliasData> routeAliases, MenuData menuData) RouteData constructor.