Uses of Class
com.vaadin.flow.router.RouterLink
Packages that use RouterLink
Package
Description
-
Uses of RouterLink in com.vaadin.browserless
Methods in com.vaadin.browserless that return types with arguments of type RouterLinkModifier and TypeMethodDescriptiondefault RouterLinkTester<RouterLink> TesterWrappers.test(RouterLink routerLink) Methods in com.vaadin.browserless with parameters of type RouterLinkModifier and TypeMethodDescriptiondefault RouterLinkTester<RouterLink> TesterWrappers.test(RouterLink routerLink) -
Uses of RouterLink in com.vaadin.browserless.locator
Methods in com.vaadin.browserless.locator with parameters of type RouterLinkModifier and TypeMethodDescriptiondefault RouterLinkLocatorGeneratedLocators.use(RouterLink component) Returns a locator seeded with the givenRouterLinkinstance. -
Uses of RouterLink in com.vaadin.flow.component.routerlink
Classes in com.vaadin.flow.component.routerlink with type parameters of type RouterLinkModifier and TypeClassDescriptionclassRouterLinkTester<T extends RouterLink>Tester for RouterLink components.Methods in com.vaadin.flow.component.routerlink that return RouterLinkConstructors in com.vaadin.flow.component.routerlink with parameters of type 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 theHighlightActionof this link.RouterLink.getHighlightCondition()Gets theHighlightConditionof this link.static HighlightCondition<RouterLink> HighlightConditions.locationPrefix()Highlight if the navigation path starts with the targetRouterLinkpath.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 RouterLinkModifier and TypeMethodDescriptionvoidRouterLink.setHighlightAction(HighlightAction<RouterLink> highlightAction) Sets theHighlightActionof this link, which will be performed with the evaluation of this link'sHighlightCondition.voidRouterLink.setHighlightCondition(HighlightCondition<RouterLink> highlightCondition) Sets theHighlightConditionof this link, which determines if the link should be highlighted when aAfterNavigationEventoccurs.