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 boolean
MenuAccessControl.canAccessView
(AvailableViewInfo viewInfo) Determines if current user has permissions to access the given view.
static boolean
MenuAccessControl.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 TypeMethodDescriptionboolean
SpringMenuAccessControl.canAccessView
(AvailableViewInfo viewInfo) -
Uses of AvailableViewInfo in com.vaadin.hilla.route
Methods in com.vaadin.hilla.route that return AvailableViewInfoModifier and TypeMethodDescriptionprotected AvailableViewInfo
RouteUtil.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 void
RouteUtil.removeChildren
(Map<String, AvailableViewInfo> configurations, AvailableViewInfo viewInfo, String parentPath) Method parameters in com.vaadin.hilla.route with type arguments of type AvailableViewInfoModifier and TypeMethodDescriptionprotected AvailableViewInfo
RouteUtil.getRouteByPath
(Map<String, AvailableViewInfo> availableRoutes, String path) Gets the client view configuration for the given route.
static void
RouteUtil.removeChildren
(Map<String, AvailableViewInfo> configurations, AvailableViewInfo viewInfo, String parentPath) void
RouteUtil.setRoutes
(Map<String, AvailableViewInfo> registeredRoutes) Initializes a new instance of the RouteUtil class with the given route map.