Uses of Class
com.vaadin.flow.component.Tag
-
-
Uses of Tag in com.vaadin.flow.component.accordion
Classes in com.vaadin.flow.component.accordion with annotations of type Tag Modifier and Type Class Description classAccordionAccordion is a vertically stacked set of expandable panels.classAccordionPanelAn accordion panel which could be opened or closed. -
Uses of Tag in com.vaadin.flow.component.applayout
Classes in com.vaadin.flow.component.applayout with annotations of type Tag Modifier and Type Class Description classAppLayoutApp Layout is a component for building common application layouts.classDrawerToggleServer-side component for the<vaadin-drawer-toggle>element. -
Uses of Tag in com.vaadin.flow.component.avatar
Classes in com.vaadin.flow.component.avatar with annotations of type Tag Modifier and Type Class Description classAvatarAvatar is a graphical representation of an object or entity, for example a person or an organisation.classAvatarGroupAvatar Group is used to group multiple Avatars together. -
Uses of Tag in com.vaadin.flow.component.board
Classes in com.vaadin.flow.component.board with annotations of type Tag Modifier and Type Class Description classBoardVaadin Board allows creating responsive layouts in an easy way.classRowRow class to define rows used in aBoardinstance. -
Uses of Tag in com.vaadin.flow.component.button
Classes in com.vaadin.flow.component.button with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinButton<R extends GeneratedVaadinButton<R>>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.charts
Classes in com.vaadin.flow.component.charts with annotations of type Tag Modifier and Type Class Description classChartVaadin Charts is a feature-rich interactive charting library for Vaadin. -
Uses of Tag in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinCheckbox<R extends GeneratedVaadinCheckbox<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24.classGeneratedVaadinCheckboxGroup<R extends GeneratedVaadinCheckboxGroup<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox with annotations of type Tag Modifier and Type Class Description classComboBox<T>Combo Box allows the user to choose a value from a filterable list of options presented in an overlay.classMultiSelectComboBox<TItem>MultiSelectComboBox allows the user to select one or more values from a filterable list of options presented in an overlay. -
Uses of Tag in com.vaadin.flow.component.confirmdialog
Classes in com.vaadin.flow.component.confirmdialog with annotations of type Tag Modifier and Type Class Description classConfirmDialogConfirm Dialog is a modal Dialog used to confirm user actions. -
Uses of Tag in com.vaadin.flow.component.contextmenu
Classes in com.vaadin.flow.component.contextmenu with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinContextMenu<R extends ContextMenuBase<R,?,?>>Deprecated.since v23.3, generated classes will be removed in v24.classMenuItemBase<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>>Base class for item component used insideContextMenus. -
Uses of Tag in com.vaadin.flow.component.cookieconsent
Classes in com.vaadin.flow.component.cookieconsent with annotations of type Tag Modifier and Type Class Description classCookieConsentCookie Consent is a component for showing a cookie consent banner the first time a user visits the application, until the banner is dismissed. -
Uses of Tag in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud with annotations of type Tag Modifier and Type Class Description classCrud<E>A component for performing CRUD operations on a data backend (e.g entities from a database). -
Uses of Tag in com.vaadin.flow.component.customfield
Classes in com.vaadin.flow.component.customfield with annotations of type Tag Modifier and Type Class Description classCustomField<T>AHasValuewhose UI content can be constructed by the user, enabling the creation of e.g. -
Uses of Tag in com.vaadin.flow.component.datepicker
Classes in com.vaadin.flow.component.datepicker with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinDatePicker<R extends GeneratedVaadinDatePicker<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.datetimepicker
Classes in com.vaadin.flow.component.datetimepicker with annotations of type Tag Modifier and Type Class Description classDateTimePickerDate Time Picker is an input field for selecting both a date and a time. -
Uses of Tag in com.vaadin.flow.component.details
Classes in com.vaadin.flow.component.details with annotations of type Tag Modifier and Type Class Description classDetailsDetails is an expandable panel for showing and hiding content from the user to make the UI less crowded. -
Uses of Tag in com.vaadin.flow.component.dialog
Classes in com.vaadin.flow.component.dialog with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinDialog<R extends GeneratedVaadinDialog<R>>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.formlayout
Classes in com.vaadin.flow.component.formlayout with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinFormItem<R extends GeneratedVaadinFormItem<R>>Deprecated.since v23.3, generated classes will be removed in v24.classGeneratedVaadinFormLayout<R extends GeneratedVaadinFormLayout<R>>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid with annotations of type Tag Modifier and Type Class Description classGrid<T>Grid is a component for showing tabular data.static classGrid.Column<T>Server-side component for the<vaadin-grid-column>element.classGridSelectionColumnServer side implementation for the flow specific grid selection column. -
Uses of Tag in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro with annotations of type Tag Modifier and Type Class Description classGridPro<E>static classGridPro.EditColumn<T>Server-side component for the<vaadin-grid-edit-column>element. -
Uses of Tag in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html with annotations of type Tag Modifier and Type Class Description classAnchorComponent representing an<a>element.classArticleComponent representing a<article>element.classAsideComponent representing a<aside>element.classDescriptionListComponent representing a<dl>element.static classDescriptionList.DescriptionComponent representing a<dd>element.static classDescriptionList.TermComponent representing a<dt>element.classDivComponent representing a<div>element.classEmphasisComponent representing a<em>element.classFooterComponent representing a<footer>element.classH1Component representing a<h1>element.classH2Component representing a<h2>element.classH3Component representing a<h3>element.classH4Component representing a<h4>element.classH5Component representing a<h5>element.classH6Component representing a<h6>element.classHeaderComponent representing a<header>element.classHrComponent representing a<hr>element.classHtmlObjectComponent representing a<object>element.classIFrameComponent representing a<iframe>element.classImageComponent representing a<img>element.classInputComponent representing an<input>element.classLabelComponent for a<label>element, which represents a caption for an item in a user interface.classListItemComponent representing a<li>element.classMainComponent representing a<main>element.classNativeButtonComponent representing a<button>element.classNativeDetailsComponent representing a<details>element.static classNativeDetails.SummaryComponent representing a<summary>element.classNavComponent representing a<nav>element.classOrderedListComponent representing a<ol>element.classParagraphComponent representing a<p>element.classParamComponent representing a<param>element for<param>element.classPreComponent representing a<pre>element.classSectionComponent representing a<section>element.classSpanComponent representing a<span>element.classUnorderedListComponent representing a<ul>element. -
Uses of Tag in com.vaadin.flow.component.icon
Classes in com.vaadin.flow.component.icon with annotations of type Tag Modifier and Type Class Description classIconComponent for displaying an icon from the Vaadin Icons collection.classIronIconDeprecated.since Vaadin 21,IronIconis deprecated in favor ofIcon -
Uses of Tag in com.vaadin.flow.component.internal
Classes in com.vaadin.flow.component.internal with annotations of type Tag Modifier and Type Class Description static classJavaScriptBootstrapUI.ClientViewPlaceholderPlaceholder view when navigating from server-side views to client-side views. -
Uses of Tag in com.vaadin.flow.component.ironlist
Classes in com.vaadin.flow.component.ironlist with annotations of type Tag Modifier and Type Class Description classIronList<T>Deprecated.since Vaadin 21,IronListis deprecated in favor ofVirtualList -
Uses of Tag in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox with annotations of type Tag Modifier and Type Class Description classListBoxBase<C extends ListBoxBase<C,ITEM,VALUE>,ITEM,VALUE>Base class for theListBoxandMultiSelectListBox. -
Uses of Tag in com.vaadin.flow.component.login
Classes in com.vaadin.flow.component.login with annotations of type Tag Modifier and Type Class Description classLoginFormLogin is a component that contains a login form.classLoginOverlayServer-side component for the<vaadin-login-overlay>component. -
Uses of Tag in com.vaadin.flow.component.map
Classes in com.vaadin.flow.component.map with annotations of type Tag Modifier and Type Class Description classMapMap is a component for displaying geographic maps from various sources. -
Uses of Tag in com.vaadin.flow.component.menubar
Classes in com.vaadin.flow.component.menubar with annotations of type Tag Modifier and Type Class Description classMenuBarMenu Bar is a horizontal button bar with hierarchical drop-down menus. -
Uses of Tag in com.vaadin.flow.component.messages
Classes in com.vaadin.flow.component.messages with annotations of type Tag Modifier and Type Class Description classMessageInputMessage Input allows users to author and send messages.classMessageListMessage List allows you to show a list of messages, for example, a chat log. -
Uses of Tag in com.vaadin.flow.component.notification
Classes in com.vaadin.flow.component.notification with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinNotification<R extends GeneratedVaadinNotification<R>>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.orderedlayout
Classes in com.vaadin.flow.component.orderedlayout with annotations of type Tag Modifier and Type Class Description classFlexLayoutA layout component that implements Flexbox.classHorizontalLayoutHorizontal Layout places components side-by-side in a row.classScrollerScroller is a component container which enables scrolling overflowing content.classVerticalLayoutVertical Layout places components top-to-bottom in a column. -
Uses of Tag in com.vaadin.flow.component.progressbar
Classes in com.vaadin.flow.component.progressbar with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinProgressBar<R extends GeneratedVaadinProgressBar<R>>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinRadioButton<R extends GeneratedVaadinRadioButton<R>>Deprecated.since v23.3, generated classes will be removed in v24.classGeneratedVaadinRadioGroup<R extends GeneratedVaadinRadioGroup<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.richtexteditor
Classes in com.vaadin.flow.component.richtexteditor with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinRichTextEditor<R extends GeneratedVaadinRichTextEditor<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24.classRichTextEditorRich Text Editor is an input field for entering rich text. -
Uses of Tag in com.vaadin.flow.component.select.generated
Classes in com.vaadin.flow.component.select.generated with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinSelect<R extends GeneratedVaadinSelect<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.splitlayout
Classes in com.vaadin.flow.component.splitlayout with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinSplitLayout<R extends GeneratedVaadinSplitLayout<R>>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.tabs
Classes in com.vaadin.flow.component.tabs with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinTab<R extends GeneratedVaadinTab<R>>Deprecated.since v23.3, generated classes will be removed in v24.classGeneratedVaadinTabs<R extends GeneratedVaadinTabs<R>>Deprecated.since v23.3, generated classes will be removed in v24.classTabSheetTabSheet consists of a set of tabs and the content area. -
Uses of Tag in com.vaadin.flow.component.textfield
Classes in com.vaadin.flow.component.textfield with annotations of type Tag Modifier and Type Class Description classBigDecimalFieldBigDecimalField is an input field for handling decimal numbers with high precision.classGeneratedVaadinEmailField<R extends GeneratedVaadinEmailField<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24.classGeneratedVaadinNumberField<R extends GeneratedVaadinNumberField<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24.classGeneratedVaadinPasswordField<R extends GeneratedVaadinPasswordField<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24.classGeneratedVaadinTextArea<R extends GeneratedVaadinTextArea<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24.classGeneratedVaadinTextField<R extends GeneratedVaadinTextField<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24.classIntegerFieldIntegerField is an extension of Text Field that only accepts integer numbers. -
Uses of Tag in com.vaadin.flow.component.timepicker
Classes in com.vaadin.flow.component.timepicker with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinTimePicker<R extends GeneratedVaadinTimePicker<R,T>,T>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.upload
Classes in com.vaadin.flow.component.upload with annotations of type Tag Modifier and Type Class Description classGeneratedVaadinUpload<R extends GeneratedVaadinUpload<R>>Deprecated.since v23.3, generated classes will be removed in v24.classGeneratedVaadinUploadFile<R extends GeneratedVaadinUploadFile<R>>Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of Tag in com.vaadin.flow.component.virtuallist
Classes in com.vaadin.flow.component.virtuallist with annotations of type Tag Modifier and Type Class Description classVirtualList<T>Virtual List allows you to render a long list of items inside a scrollable container without sacrificing performance. -
Uses of Tag in com.vaadin.flow.router
Classes in com.vaadin.flow.router with annotations of type Tag Modifier and Type Class Description classInternalServerErrorThis is a basic default error view shown on exceptions during navigation.classRouteNotFoundErrorThis is a basic default error view shown on routing exceptions.classRouterLinkA link that handles navigation internally usingRouterinstead of loading a new page in the browser.
-