Uses of Interface
com.vaadin.flow.component.HasComponents
Packages that use HasComponents
Package
Description
-
Uses of HasComponents in com.vaadin.flow.component
Subinterfaces of HasComponents in com.vaadin.flow.componentModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.since 24.10.0, for removal in 26.0.0.Classes in com.vaadin.flow.component that implement HasComponentsModifier and TypeClassDescriptionclassBase class for aComponentthat represents a single built-in HTML element that can contain child components or text.classThe topmost component in any component hierarchy. -
Uses of HasComponents in com.vaadin.flow.component.webcomponent
Classes in com.vaadin.flow.component.webcomponent that implement HasComponentsModifier and TypeClassDescriptionclassCustom UI for use with WebComponents served from the server. -
Uses of HasComponents in com.vaadin.flow.router
Classes in com.vaadin.flow.router that implement HasComponentsModifier and TypeClassDescriptionclassA link that handles navigation internally usingRouterinstead of loading a new page in the browser.