We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.router.RouterLink
Packages that use RouterLink
-
Uses of RouterLink in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return types with arguments of type RouterLinkModifier and TypeMethodDescriptionRouterLink.getHighlightAction()
Gets the
HighlightAction
of this link.RouterLink.getHighlightCondition()
Gets the
HighlightCondition
of this link.static HighlightCondition<RouterLink>
HighlightConditions.locationPrefix()
Highlight if the navigation path starts with the target
RouterLink
path.static HighlightCondition<RouterLink>
HighlightConditions.sameLocation()
Highlight if the navigation path is the same as the target
RouterLink
.Method parameters in com.vaadin.flow.router with type arguments of type RouterLinkModifier and TypeMethodDescriptionvoid
RouterLink.setHighlightAction
(HighlightAction<RouterLink> highlightAction) Sets the
HighlightAction
of this link, which will be performed with the evaluation of this link'sHighlightCondition
.void
RouterLink.setHighlightCondition
(HighlightCondition<RouterLink> highlightCondition) Sets the
HighlightCondition
of this link, which determines if the link should be highlighted when aAfterNavigationEvent
occurs.