Uses of Record Class
com.vaadin.flow.router.RouterState
Packages that use RouterState
-
Uses of RouterState in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return types with arguments of type RouterStateModifier and TypeMethodDescriptionUI.routerStateSignal()Gets a read-only signal that holds the currentRouterStateof this UI. -
Uses of RouterState in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return types with arguments of type RouterStateModifier and TypeMethodDescriptionUIInternals.getRouterStateSignal()Gets the cached read-onlySignalthat holds the currentRouterStatefor this UI.Methods in com.vaadin.flow.component.internal with parameters of type RouterStateModifier and TypeMethodDescriptionvoidUIInternals.updateRouterState(RouterState state) Updates theRouterStatevalue held by this UI's router state signal.