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 classHtmlContainerBase class for aComponentthat represents a single built-in HTML element that can contain child components or text.classTextA 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 classDrawerToggleServer-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 classButtonThe Button component allows users to perform actions.classGeneratedVaadinButton<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 classMenuItemItem component used insideContextMenuandSubMenu.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 HasText in com.vaadin.flow.component.grid.contextmenu
Classes in com.vaadin.flow.component.grid.contextmenu that implement HasText Modifier and Type Class Description classGridMenuItem<T>Item component used insideGridContextMenuandGridSubMenu. -
Uses of HasText in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html that implement HasText 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.classHtmlObjectComponent representing a<object>element.classImageComponent representing a<img>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.static classNativeDetails.SummaryComponent representing a<summary>element.classNavComponent representing a<nav>element.classOrderedListComponent representing a<ol>element.classParagraphComponent representing a<p>element.classPreComponent representing a<pre>element.classSectionComponent representing a<section>element.classSpanComponent representing a<span>element.classUnorderedListComponent 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 voidBinder. 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 givenlabelto 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 classRouterLinkA link that handles navigation internally usingRouterinstead of loading a new page in the browser.
-