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 TypeInterfaceDescriptioninterfaceA component which the children components are ordered, so the index of each child matters for the layout.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.