Uses of Record Class
com.vaadin.hilla.route.records.ClientViewMenuConfig
Packages that use ClientViewMenuConfig
-
Uses of ClientViewMenuConfig in com.vaadin.hilla.route.records
Methods in com.vaadin.hilla.route.records that return ClientViewMenuConfigModifier and TypeMethodDescriptionAvailableViewInfo.menu()Returns the value of themenurecord component.ClientViewConfig.menu()Methods in com.vaadin.hilla.route.records with parameters of type ClientViewMenuConfigConstructors in com.vaadin.hilla.route.records with parameters of type ClientViewMenuConfigModifierConstructorDescriptionAvailableViewInfo(String title, String[] rolesAllowed, Boolean requiresLogin, String route, Boolean lazy, Boolean register, ClientViewMenuConfig menu, Map<String, RouteParamType> routeParameters) Creates an instance of aAvailableViewInforecord class.AvailableViewInfo(String title, String[] rolesAllowed, Boolean requiresLogin, String route, Boolean lazy, Boolean register, ClientViewMenuConfig menu, Stream<com.vaadin.flow.router.RouteParameterData> routeParameters)