Uses of Interface
com.vaadin.flow.component.FocusNotifier
-
Packages that use FocusNotifier Package Description com.vaadin.flow.component com.vaadin.flow.router -
-
Uses of FocusNotifier in com.vaadin.flow.component
Subinterfaces of FocusNotifier in com.vaadin.flow.component Modifier and Type Interface Description interfaceFocusable<T extends Component>Represents a component that can gain and lose focus. -
Uses of FocusNotifier in com.vaadin.flow.router
Classes in com.vaadin.flow.router that implement FocusNotifier Modifier and Type Class Description classRouterLinkA link that handles navigation internally usingRouterinstead of loading a new page in the browser.
-