Uses of Interface
com.vaadin.flow.component.HasText
-
-
Uses of HasText in com.vaadin.flow.component
Classes in com.vaadin.flow.component that implement HasText Modifier and Type Class Description class
HtmlContainer
Base class for aComponent
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. -
Uses of HasText in com.vaadin.flow.component.applayout
Classes in com.vaadin.flow.component.applayout that implement HasText Modifier and Type Class Description class
DrawerToggle
Server-side component for the<vaadin-drawer-toggle>
element. -
Uses of HasText in com.vaadin.flow.component.button
Classes in com.vaadin.flow.component.button that implement HasText Modifier and Type Class Description class
Button
The Button component allows users to perform actions.class
GeneratedVaadinButton<R extends GeneratedVaadinButton<R>>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of HasText in com.vaadin.flow.component.contextmenu
Classes in com.vaadin.flow.component.contextmenu that implement HasText Modifier and Type Class Description class
MenuItem
Item component used insideContextMenu
andSubMenu
.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 insideContextMenu
s. -
Uses of HasText in com.vaadin.flow.component.grid.contextmenu
Classes in com.vaadin.flow.component.grid.contextmenu that implement HasText Modifier and Type Class Description class
GridMenuItem<T>
Item component used insideGridContextMenu
andGridSubMenu
. -
Uses of HasText in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html that implement HasText Modifier and Type Class 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
HtmlObject
Component representing a<object>
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. -
Uses of HasText in com.vaadin.flow.data.binder
Methods in com.vaadin.flow.data.binder that return types with arguments of type HasText Modifier and Type Method Description Optional<HasText>
Binder. getStatusLabel()
Gets the status label or an empty optional if none has been set.Methods in com.vaadin.flow.data.binder with parameters of type HasText Modifier and Type Method 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 givenlabel
to show an error message if validation fails. -
Uses of HasText in com.vaadin.flow.router
Classes in com.vaadin.flow.router that implement HasText Modifier and Type Class Description class
RouterLink
A link that handles navigation internally usingRouter
instead of loading a new page in the browser.
-