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 TypeInterfaceDescriptioninterface
A 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 TypeClassDescriptionclass
Base class for aComponent
that represents a single built-in HTML element that can contain child components or text.class
The topmost component in any component hierarchy. -
Uses of HasComponents in com.vaadin.flow.component.accordion
Classes in com.vaadin.flow.component.accordion that implement HasComponentsModifier and TypeClassDescriptionclass
An accordion panel which could be opened or closed. -
Uses of HasComponents in com.vaadin.flow.component.board
Classes in com.vaadin.flow.component.board that implement HasComponents -
Uses of HasComponents in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox that implement HasComponentsModifier and TypeClassDescriptionclass
CheckBoxGroup is a multi-selection component where items are displayed as check boxes. -
Uses of HasComponents in com.vaadin.flow.component.confirmdialog
Classes in com.vaadin.flow.component.confirmdialog that implement HasComponentsModifier and TypeClassDescriptionclass
Confirm Dialog is a modal Dialog used to confirm user actions. -
Uses of HasComponents in com.vaadin.flow.component.details
Classes in com.vaadin.flow.component.details that implement HasComponentsModifier and TypeClassDescriptionclass
Details is an expandable panel for showing and hiding content from the user to make the UI less crowded. -
Uses of HasComponents in com.vaadin.flow.component.dialog
Classes in com.vaadin.flow.component.dialog that implement HasComponentsModifier and TypeClassDescriptionclass
A Dialog is a small window that can be used to present information and user interface elements in an overlay.static final class
Class for adding and removing components to the footer part of a dialog.static final class
Class for adding and removing components to the header part of a dialog. -
Uses of HasComponents in com.vaadin.flow.component.formlayout
Classes in com.vaadin.flow.component.formlayout that implement HasComponentsModifier and TypeClassDescriptionclass
Form Layout allows you to build responsive forms with multiple columns and to position input labels on top or to the side of the input.static class
Server-side component for the<vaadin-form-item>
element. -
Uses of HasComponents in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html that implement HasComponentsModifier and TypeClassDescriptionclass
Component representing an<a>
element.class
Component representing a<article>
element.class
Component representing a<aside>
element.class
Component representing a<dl>
element.static class
Component representing a<dd>
element.static class
Component representing a<dt>
element.class
Component representing a<div>
element.class
Component representing a<em>
element.class
Represents an HTML<fieldset>
element.static class
Represents an HTML<legend>
element.class
Component representing a<footer>
element.class
Component representing a<h1>
element.class
Component representing a<h2>
element.class
Component representing a<h3>
element.class
Component representing a<h4>
element.class
Component representing a<h5>
element.class
Component representing a<h6>
element.class
Component representing a<header>
element.class
Component representing a<object>
element.class
Component representing a<img>
element.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Component representing a<li>
element.class
Component representing a<main>
element.class
Component representing a<button>
element.static class
Component representing a<summary>
element.class
Component for a<label>
element, which represents a caption for an input field in a user interface.class
Component representing a<table>
element.class
Component representing a<tbody>
element.class
Represents the table caption element (<caption>
).class
Component representing a<td>
element.class
Component representing a<tfoot>
element.class
Component representing a<thead>
element.class
Component representing a<th>
element.class
Component representing a<tr>
element.class
Component representing a<nav>
element.class
Component representing a<ol>
element.class
Component representing a<p>
element.class
Component representing a<pre>
element.class
Component representing a<section>
element.class
Component representing a<span>
element.class
Component representing a<ul>
element. -
Uses of HasComponents in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox that implement HasComponentsModifier and TypeClassDescriptionclass
ListBox<T>
List Box allows the user to select one or more values from a scrollable list of items.class
ListBoxBase<C extends ListBoxBase<C,
ITEM, VALUE>, ITEM, VALUE> Base class for theListBox
andMultiSelectListBox
.class
Server-side component for thevaadin-list-box
element with multi-selection. -
Uses of HasComponents in com.vaadin.flow.component.notification
Classes in com.vaadin.flow.component.notification that implement HasComponentsModifier and TypeClassDescriptionclass
Notifications are used to provide feedback to the user. -
Uses of HasComponents in com.vaadin.flow.component.orderedlayout
Subinterfaces of HasComponents in com.vaadin.flow.component.orderedlayoutModifier and TypeInterfaceDescriptioninterface
A component which implements Flexbox.Classes in com.vaadin.flow.component.orderedlayout that implement HasComponentsModifier 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. -
Uses of HasComponents in com.vaadin.flow.component.popover
Classes in com.vaadin.flow.component.popover that implement HasComponentsModifier and TypeClassDescriptionclass
Popover is a component for creating overlays that are positioned next to specified component (target). -
Uses of HasComponents in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select that implement HasComponentsModifier and TypeClassDescriptionclass
Select<T>
Select allows users to choose a single value from a list of options presented in an overlay. -
Uses of HasComponents in com.vaadin.flow.component.tabs
Classes in com.vaadin.flow.component.tabs that implement HasComponents -
Uses of HasComponents in com.vaadin.flow.component.webcomponent
Classes in com.vaadin.flow.component.webcomponent that implement HasComponentsModifier and TypeClassDescriptionclass
Custom UI for use with WebComponents served from the server. -
Uses of HasComponents in com.vaadin.flow.data.binder
Subinterfaces of HasComponents in com.vaadin.flow.data.binderModifier and TypeInterfaceDescriptioninterface
Represents a component that can have additional components between the items.interface
Represents a component that display a collection of items and can have additional components between the items. -
Uses of HasComponents in com.vaadin.flow.router
Classes in com.vaadin.flow.router that implement HasComponentsModifier and TypeClassDescriptionclass
A link that handles navigation internally usingRouter
instead of loading a new page in the browser.
NativeLabel
instead, if you need the HTML<label>
element, which is normally not needed within a Vaadin Flow application's high-level components.