We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 HasOrderedComponents -
Uses of HasOrderedComponents in com.vaadin.flow.component.confirmdialog
Classes in com.vaadin.flow.component.confirmdialog that implement HasOrderedComponentsModifier and TypeClassDescriptionclass
Confirm Dialog is a modal Dialog used to confirm user actions.
-
Uses of HasOrderedComponents in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html that implement HasOrderedComponentsModifier and TypeClassDescriptionclass
Component representing a
<article>
element.class
Component representing a
<aside>
element.class
Component representing a
<div>
element.class
Component representing a
<footer>
element.class
Component representing a
<header>
element.class
Component representing a
<object>
element.class
Component representing a
<main>
element.class
Component representing a
<nav>
element.class
Component representing a
<section>
element. -
Uses of HasOrderedComponents in com.vaadin.flow.component.orderedlayout
Subinterfaces of HasOrderedComponents in com.vaadin.flow.component.orderedlayoutModifier and TypeInterfaceDescriptioninterface
A component which implements Flexbox.
Classes in com.vaadin.flow.component.orderedlayout that implement HasOrderedComponentsModifier and TypeClassDescriptionclass
A layout component that implements Flexbox.
class
Horizontal Layout places components side-by-side in a row.
class
Vertical Layout places components top-to-bottom in a column.