Modifier and Type | Class and Description |
---|---|
class |
HtmlContainer
Base class for a
Component that represents a single built-in HTML
element that can contain child components or text. |
class |
Text
A component which encapsulates the given text in a text node.
|
Modifier and Type | Class and Description |
---|---|
class |
DrawerToggle
Server-side component for the
<vaadin-drawer-toggle> element. |
Modifier and Type | Class and Description |
---|---|
class |
Button
Server-side component for the
vaadin-button element. |
class |
GeneratedVaadinButton<R extends GeneratedVaadinButton<R>>
Description copied from corresponding location in WebComponent:
|
Modifier and Type | Class and Description |
---|---|
class |
MenuItem
Item component used inside
ContextMenu and SubMenu . |
class |
MenuItemBase<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>>
Base class for item component used inside
ContextMenu s. |
Modifier and Type | Class and Description |
---|---|
class |
GridMenuItem<T>
Item component used inside
GridContextMenu and GridSubMenu . |
Modifier and Type | Class and Description |
---|---|
class |
Anchor
Component representing an
<a> element. |
class |
Article
Component representing a
<article> element. |
class |
Aside
Component representing a
<aside> element. |
class |
DescriptionList
Component representing a
<dl> element. |
static class |
DescriptionList.Description
Component representing a
<dd> element. |
static class |
DescriptionList.Term
Component representing a
<dt> element. |
class |
Div
Component representing a
<div> element. |
class |
Emphasis
Component representing a
<em> element. |
class |
Footer
Component representing a
<footer> element. |
class |
H1
Component representing a
<h1> element. |
class |
H2
Component representing a
<h2> element. |
class |
H3
Component representing a
<h3> element. |
class |
H4
Component representing a
<h4> element. |
class |
H5
Component representing a
<h5> element. |
class |
H6
Component representing a
<h6> element. |
class |
Header
Component representing a
<header> element. |
class |
Image
Component representing a
<img> element. |
class |
Label
Component for a
<label> element, which represents a
caption for an item in a user interface. |
class |
ListItem
Component representing a
<li> element. |
class |
Main
Component representing a
<main> element. |
class |
NativeButton
Component representing a
<button> element. |
static class |
NativeDetails.Summary
Component representing a
<summary> element. |
class |
Nav
Component representing a
<nav> element. |
class |
OrderedList
Component representing a
<ol> element. |
class |
Paragraph
Component representing a
<p> element. |
class |
Pre
Component representing a
<pre> element. |
class |
Section
Component representing a
<section> element. |
class |
Span
Component representing a
<span> element. |
class |
UnorderedList
Component representing a
<ul> element. |
Modifier and Type | Method and Description |
---|---|
Optional<HasText> |
Binder.getStatusLabel()
Gets the status label or an empty optional if none has been set.
|
Modifier and Type | Method and Description |
---|---|
void |
Binder.setStatusLabel(HasText statusLabel)
Sets the label to show the binder level validation errors not related to
any specific field.
|
default Binder.BindingBuilder<BEAN,TARGET> |
Binder.BindingBuilder.withStatusLabel(HasText label)
Sets the given
label to show an error message if validation
fails. |
Modifier and Type | Class and Description |
---|---|
class |
RouterLink
A link that handles navigation internally using
Router instead of
loading a new page in the browser. |
Copyright © 2025. All rights reserved.