Uses of Class
com.vaadin.flow.router.RouterLink
-
Packages that use RouterLink Package Description com.vaadin.flow.router -
-
Uses of RouterLink in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return types with arguments of type RouterLink Modifier and Type Method Description HighlightAction<RouterLink>
RouterLink. getHighlightAction()
Gets theHighlightAction
of this link.HighlightCondition<RouterLink>
RouterLink. getHighlightCondition()
Gets theHighlightCondition
of this link.static HighlightCondition<RouterLink>
HighlightConditions. locationPrefix()
Highlight if the navigation path starts with the targetRouterLink
path.static HighlightCondition<RouterLink>
HighlightConditions. sameLocation()
Highlight if the navigation path is the same as the targetRouterLink
.Method parameters in com.vaadin.flow.router with type arguments of type RouterLink Modifier and Type Method Description void
RouterLink. setHighlightAction(HighlightAction<RouterLink> highlightAction)
Sets theHighlightAction
of this link, which will be performed with the evaluation of this link'sHighlightCondition
.void
RouterLink. setHighlightCondition(HighlightCondition<RouterLink> highlightCondition)
Sets theHighlightCondition
of this link, which determines if the link should be highlighted when aAfterNavigationEvent
occurs.
-