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.accordion
Classes in com.vaadin.flow.component.accordion that implement HasComponentsModifier and TypeClassDescriptionclassAn 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.card
Classes in com.vaadin.flow.component.card that implement HasComponentsModifier and TypeClassDescriptionclassCard is a visual content container for creating a card-based layout. -
Uses of HasComponents in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox that implement HasComponentsModifier and TypeClassDescriptionclassCheckBoxGroup 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 TypeClassDescriptionclassConfirm 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 TypeClassDescriptionclassDetails 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 TypeClassDescriptionclassA Dialog is a small window that can be used to present information and user interface elements in an overlay.static final classClass for adding and removing components to the footer part of a dialog.static final classClass 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 TypeClassDescriptionclassForm 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 classServer-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 TypeClassDescriptionclassComponent representing an<a>element.classComponent representing a<article>element.classComponent representing a<aside>element.classComponent representing a<dl>element.static classComponent representing a<dd>element.static classComponent representing a<dt>element.classComponent representing a<div>element.classComponent representing a<em>element.classRepresents an HTML<fieldset>element.static classRepresents an HTML<legend>element.classComponent representing a<footer>element.classComponent representing a<h1>element.classComponent representing a<h2>element.classComponent representing a<h3>element.classComponent representing a<h4>element.classComponent representing a<h5>element.classComponent representing a<h6>element.classComponent representing a<header>element.classComponent representing a<object>element.classComponent representing a<img>element.classDeprecated, for removal: This API element is subject to removal in a future version.classComponent representing a<li>element.classComponent representing a<main>element.classComponent representing a<button>element.static classComponent representing a<summary>element.classComponent for a<label>element, which represents a caption for an input field in a user interface.classComponent representing a<table>element.classComponent representing a<tbody>element.classRepresents the table caption element (<caption>).classComponent representing a<td>element.classComponent representing a<tfoot>element.classComponent representing a<thead>element.classComponent representing a<th>element.classComponent representing a<tr>element.classComponent representing a<nav>element.classComponent representing a<ol>element.classComponent representing a<p>element.classComponent representing a<pre>element.classComponent representing a<section>element.classComponent representing a<span>element.classComponent representing a<ul>element. -
Uses of HasComponents in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox that implement HasComponentsModifier and TypeClassDescriptionclassListBox<T>List Box allows the user to select one or more values from a scrollable list of items.classListBoxBase<C extends ListBoxBase<C,ITEM, VALUE>, ITEM, VALUE> Base class for theListBoxandMultiSelectListBox.classServer-side component for thevaadin-list-boxelement with multi-selection. -
Uses of HasComponents in com.vaadin.flow.component.notification
Classes in com.vaadin.flow.component.notification that implement HasComponentsModifier and TypeClassDescriptionclassNotifications 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 TypeInterfaceDescriptioninterfaceA component which implements Flexbox.Classes in com.vaadin.flow.component.orderedlayout that implement HasComponentsModifier 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. -
Uses of HasComponents in com.vaadin.flow.component.popover
Classes in com.vaadin.flow.component.popover that implement HasComponentsModifier and TypeClassDescriptionclassPopover 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 TypeClassDescriptionclassSelect<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 TypeClassDescriptionclassCustom 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 TypeInterfaceDescriptioninterfaceRepresents a component that can have additional components between the items.interfaceRepresents 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 TypeClassDescriptionclassA link that handles navigation internally usingRouterinstead of loading a new page in the browser.
NativeLabelinstead, if you need the HTML<label>element, which is normally not needed within a Vaadin Flow application's high-level components.