Uses of Interface
com.vaadin.flow.router.HighlightAction
Packages that use HighlightAction
-
Uses of HighlightAction in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return HighlightActionModifier and TypeMethodDescriptionRouterLink.getHighlightAction()Gets theHighlightActionof this link.static <C extends HasElement>
HighlightAction<C>HighlightActions.none()An action which does nothing, regardless of the highlight state.static <C extends HasElement>
HighlightAction<C>HighlightActions.toggleAttribute(String attribute) An action which toggles the target'sattributebased on its highlight state.static <C extends HasStyle>
HighlightAction<C>HighlightActions.toggleClassName(String className) An action which togglesclassNameclass on the target based on its highlight state.static <C extends HasElement>
HighlightAction<C>HighlightActions.toggleTheme(String theme) An action which togglesthemeon the target based on its highlight state.Methods in com.vaadin.flow.router with parameters of type HighlightActionModifier and TypeMethodDescriptionvoidRouterLink.setHighlightAction(HighlightAction<RouterLink> highlightAction) Sets theHighlightActionof this link, which will be performed with the evaluation of this link'sHighlightCondition.