Uses of Enum Class
com.vaadin.flow.server.menu.RouteParamType
Packages that use RouteParamType
-
Uses of RouteParamType in com.vaadin.flow.server.menu
Methods in com.vaadin.flow.server.menu that return RouteParamTypeModifier and TypeMethodDescriptionstatic RouteParamTypeRouteParamType.getType(ParameterInfo parameterInfo) static RouteParamTypeReturns the enum constant of this class with the specified name.static RouteParamType[]RouteParamType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.server.menu that return types with arguments of type RouteParamTypeModifier and TypeMethodDescriptionAvailableViewInfo.routeParameters()Returns the value of therouteParametersrecord component.Constructor parameters in com.vaadin.flow.server.menu with type arguments of type RouteParamTypeModifierConstructorDescriptionAvailableViewInfo(String title, String[] rolesAllowed, boolean loginRequired, String route, boolean lazy, boolean register, MenuData menu, List<AvailableViewInfo> children, Map<String, RouteParamType> routeParameters, boolean flowLayout) Creates an instance of aAvailableViewInforecord class.