Uses of Interface
com.vaadin.flow.component.HasOrderedComponents
Packages that use HasOrderedComponents
Package
Description
-
Uses of HasOrderedComponents in com.vaadin.flow.component.board
Classes in com.vaadin.flow.component.board that implement HasOrderedComponentsModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Board is deprecated and will be removed in Vaadin 26.classDeprecated, for removal: This API element is subject to removal in a future version.Board Row is deprecated and will be removed in Vaadin 26. -
Uses of HasOrderedComponents in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html that implement HasOrderedComponentsModifier and TypeClassDescriptionclassComponent representing a<article>element.classComponent representing a<aside>element.classComponent representing a<div>element.classComponent representing a<footer>element.classComponent representing a<header>element.classComponent representing a<object>element.classComponent representing a<main>element.classComponent representing a<tbody>element.classComponent representing a<tfoot>element.classComponent representing a<thead>element.classComponent representing a<tr>element.classComponent representing a<nav>element.classComponent representing a<section>element. -
Uses of HasOrderedComponents in com.vaadin.flow.component.orderedlayout
Subinterfaces of HasOrderedComponents in com.vaadin.flow.component.orderedlayoutModifier and TypeInterfaceDescriptioninterfaceA component which implements Flexbox.Classes in com.vaadin.flow.component.orderedlayout that implement HasOrderedComponentsModifier and TypeClassDescriptionclassA layout component that implements Flexbox.classHorizontal Layout places components side-by-side in a row.classVertical Layout places components top-to-bottom in a column.