Uses of Record Class
com.vaadin.flow.server.menu.AvailableViewInfo
Packages that use AvailableViewInfo
Package
Description
-
Uses of AvailableViewInfo in com.vaadin.flow.server.auth
Methods in com.vaadin.flow.server.auth with parameters of type AvailableViewInfoModifier and TypeMethodDescriptiondefault booleanMenuAccessControl.canAccessView(AvailableViewInfo viewInfo) Determines if current user has permissions to access the given view.static booleanMenuAccessControl.canAccessView(AvailableViewInfo viewInfo, Principal principal, Predicate<String> roleChecker) Check view against authentication state. -
Uses of AvailableViewInfo in com.vaadin.flow.spring.security
Methods in com.vaadin.flow.spring.security with parameters of type AvailableViewInfoModifier and TypeMethodDescriptionbooleanSpringMenuAccessControl.canAccessView(AvailableViewInfo viewInfo) -
Uses of AvailableViewInfo in com.vaadin.hilla.route
Methods in com.vaadin.hilla.route that return AvailableViewInfoModifier and TypeMethodDescriptionprotected AvailableViewInfoRouteUtil.getRouteByPath(Map<String, AvailableViewInfo> availableRoutes, String path) Gets the client view configuration for the given route.Methods in com.vaadin.hilla.route that return types with arguments of type AvailableViewInfoModifier and TypeMethodDescriptionprotected Map<String, AvailableViewInfo> ServerAndClientViewsProvider.collectClientViews(VaadinRequest request) protected Map<String, AvailableViewInfo> ServerAndClientViewsProvider.collectServerViews(boolean hasMainMenu) Methods in com.vaadin.hilla.route with parameters of type AvailableViewInfoModifier and TypeMethodDescriptionstatic voidRouteUtil.removeChildren(Map<String, AvailableViewInfo> configurations, AvailableViewInfo viewInfo, String parentPath) Method parameters in com.vaadin.hilla.route with type arguments of type AvailableViewInfoModifier and TypeMethodDescriptionprotected AvailableViewInfoRouteUtil.getRouteByPath(Map<String, AvailableViewInfo> availableRoutes, String path) Gets the client view configuration for the given route.static voidRouteUtil.removeChildren(Map<String, AvailableViewInfo> configurations, AvailableViewInfo viewInfo, String parentPath)