Uses of Interface
com.vaadin.flow.component.HasStyle
-
Packages that use HasStyle Package Description com.vaadin.flow.component com.vaadin.flow.router -
-
Uses of HasStyle in com.vaadin.flow.component
Classes in com.vaadin.flow.component that implement HasStyle Modifier and Type Class Description classHtmlComponentBase class for aComponentthat represents a single built-in HTML element.classHtmlContainerBase class for aComponentthat represents a single built-in HTML element that can contain child components or text. -
Uses of HasStyle in com.vaadin.flow.router
Classes in com.vaadin.flow.router that implement HasStyle Modifier and Type Class Description classRouterLinkA link that handles navigation internally usingRouterinstead of loading a new page in the browser.Methods in com.vaadin.flow.router with type parameters of type HasStyle Modifier and Type Method Description static <C extends HasStyle>
HighlightAction<C>HighlightActions. toggleClassName(String className)An action which togglesclassNameclass on the target based on its highlight state.
-