Uses of Enum Class
com.vaadin.hilla.route.records.RouteParamType
Packages that use RouteParamType
-
Uses of RouteParamType in com.vaadin.hilla.route.records
Methods in com.vaadin.hilla.route.records that return RouteParamTypeModifier and TypeMethodDescriptionstatic 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.hilla.route.records that return types with arguments of type RouteParamTypeModifier and TypeMethodDescriptionClientViewConfig.getRouteParameters()AvailableViewInfo.routeParameters()Returns the value of therouteParametersrecord component.Method parameters in com.vaadin.hilla.route.records with type arguments of type RouteParamTypeModifier and TypeMethodDescriptionvoidClientViewConfig.setRouteParameters(Map<String, RouteParamType> routeParameters) Constructor parameters in com.vaadin.hilla.route.records with type arguments of type RouteParamTypeModifierConstructorDescriptionAvailableViewInfo(String title, String[] rolesAllowed, Boolean requiresLogin, String route, Boolean lazy, Boolean register, ClientViewMenuConfig menu, Map<String, RouteParamType> routeParameters) Creates an instance of aAvailableViewInforecord class.