Uses of Interface
com.vaadin.flow.component.HasOrderedComponents
-
-
Uses of HasOrderedComponents in com.vaadin.flow.component.board
Classes in com.vaadin.flow.component.board that implement HasOrderedComponents Modifier and Type Class Description class
Board
Vaadin Board allows creating responsive layouts in an easy way.class
Row
Row class to define rows used in aBoard
instance. -
Uses of HasOrderedComponents in com.vaadin.flow.component.confirmdialog
Classes in com.vaadin.flow.component.confirmdialog that implement HasOrderedComponents Modifier and Type Class Description class
ConfirmDialog
Server-side component for the<vaadin-confirm-dialog>
element. -
Uses of HasOrderedComponents in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html that implement HasOrderedComponents Modifier and Type Class Description class
Article
Component representing a<article>
element.class
Aside
Component representing a<aside>
element.class
Div
Component representing a<div>
element.class
Footer
Component representing a<footer>
element.class
Header
Component representing a<header>
element.class
HtmlObject
Component representing a<object>
element.class
Main
Component representing a<main>
element.class
Nav
Component representing a<nav>
element.class
Section
Component representing a<section>
element. -
Uses of HasOrderedComponents in com.vaadin.flow.component.orderedlayout
Subinterfaces of HasOrderedComponents in com.vaadin.flow.component.orderedlayout Modifier and Type Interface Description interface
FlexComponent
A component which implements Flexbox.Classes in com.vaadin.flow.component.orderedlayout that implement HasOrderedComponents Modifier and Type Class Description class
FlexLayout
A layout component that implements Flexbox.class
HorizontalLayout
HorizontalLayout is a component container, which shows the subcomponents in the order of their addition (horizontally).class
VerticalLayout
VerticalLayout is a component container, which shows the subcomponents in the order of their addition (vertically). -
Uses of HasOrderedComponents in com.vaadin.flow.component.tabs
Classes in com.vaadin.flow.component.tabs that implement HasOrderedComponents Modifier and Type Class Description class
Tabs
Server-side component for thevaadin-tabs
element.
-