HighlightAction<RouterLink> |
RouterLink.getHighlightAction() |
|
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's attribute based on its
highlight state.
|
static <C extends HasStyle> HighlightAction<C> |
HighlightActions.toggleClassName(String className) |
An action which toggles className class on the target based on
its highlight state.
|
static <C extends HasElement> HighlightAction<C> |
HighlightActions.toggleTheme(String theme) |
An action which toggles theme on the target based on its
highlight state.
|