Uses of Interface
com.vaadin.flow.component.HasElement
Packages that use HasElement
Package
Description
-
Uses of HasElement in com.vaadin.collaborationengine
Classes in com.vaadin.collaborationengine that implement HasElementModifier and TypeClassDescriptionclass
Extension of theAvatarGroup
component which integrates with theCollaborationEngine
.class
Extension of theMessageInput
component which integrates with theCollaborationMessageList
.class
Extension of theMessageList
component which integrates with theCollaborationEngine
. -
Uses of HasElement in com.vaadin.flow.component
Subinterfaces of HasElement in com.vaadin.flow.componentModifier and TypeInterfaceDescriptioninterface
Represents a component that can gain and lose focus.interface
A generic interface for components and other user interface objects that may have an aria-label and an aria-labelledby DOM attributes to set the accessible name of the component.interface
A component to which the user can add and remove child components.interface
A generic interface for components and other user interface objects that may be enabled or disabled.interface
Mixin interface for field components that have helper text as property and slots for inserting components.interface
A component that supports label definition.interface
A component which the children components are ordered, so the index of each child matters for the layout.interface
A component which supports a placeholder.interface
Any component implementing this interface supports setting the size of the component usingHasSize.setWidth(String)
,HasSize.setHeight(String)
,HasSize.setMaxWidth(String)
,HasSize.setMaxHeight(String)
,HasSize.setMinWidth(String)
, andHasSize.setMinHeight(String)
.interface
RepresentsComponent
which has class attribute and inline styles.interface
A component that supports text content.interface
RepresentsComponent
which has theme attribute.interface
HasValueAndElement<E extends HasValue.ValueChangeEvent<V>,
V> A component that has a value.Classes in com.vaadin.flow.component that implement HasElementModifier and TypeClassDescriptionclass
AbstractCompositeField<C extends Component,
S extends AbstractCompositeField<C, S, T>, T> An abstract field class that is backed by a composite component.class
AbstractField<C extends AbstractField<C,
T>, T> An abstract implementation of a field, or aComponent
allowing user input.class
AbstractSinglePropertyField<C extends AbstractField<C,
T>, T> Abstract field that is based on a single element property.class
class
A composite encapsulates aComponent
tree to allow creation of new components by composing existing components.class
A component which encapsulates a given HTML fragment with a single root element.class
Base class for aComponent
that represents a single built-in HTML element.class
Base class for aComponent
that represents a single built-in HTML element that can contain child components or text.class
A component that displays a given SVG image.class
A component which encapsulates the given text in a text node.class
The topmost component in any component hierarchy.static class
Placeholder view when navigating from server-side views to client-side views.Methods in com.vaadin.flow.component that return types with arguments of type HasElementModifier and TypeMethodDescriptionGets the currently active router target and parent layouts.Methods in com.vaadin.flow.component with parameters of type HasElementModifier and TypeMethodDescriptiondefault G
PropertyDescriptor.get
(HasElement hasElement) Gets the property value for the given component.static Router
ComponentUtil.getRouter
(HasElement component) Gets the router instance for the given component.default void
PropertyDescriptor.set
(HasElement hasElement, S value) Sets the property value for the given component. -
Uses of HasElement in com.vaadin.flow.component.accordion
Classes in com.vaadin.flow.component.accordion that implement HasElementModifier and TypeClassDescriptionclass
Accordion is a vertically stacked set of expandable panels.class
An accordion panel which could be opened or closed. -
Uses of HasElement in com.vaadin.flow.component.applayout
Classes in com.vaadin.flow.component.applayout that implement HasElementModifier and TypeClassDescriptionclass
App Layout is a component for building common application layouts.class
Server-side component for the<vaadin-drawer-toggle>
element.Methods in com.vaadin.flow.component.applayout with parameters of type HasElementModifier and TypeMethodDescriptionvoid
AppLayout.showRouterLayoutContent
(HasElement content) Shows the content of the layout which is the router target component annotated with a@Route
. -
Uses of HasElement in com.vaadin.flow.component.avatar
Classes in com.vaadin.flow.component.avatar that implement HasElementModifier and TypeClassDescriptionclass
Avatar is a graphical representation of an object or entity, for example a person or an organisation.class
Avatar Group is used to group multiple Avatars together. -
Uses of HasElement in com.vaadin.flow.component.board
Classes in com.vaadin.flow.component.board that implement HasElement -
Uses of HasElement in com.vaadin.flow.component.button
Classes in com.vaadin.flow.component.button that implement HasElementModifier and TypeClassDescriptionclass
The Button component allows users to perform actions. -
Uses of HasElement in com.vaadin.flow.component.charts
Classes in com.vaadin.flow.component.charts that implement HasElementModifier and TypeClassDescriptionclass
Vaadin Charts is a feature-rich interactive charting library for Vaadin. -
Uses of HasElement in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox that implement HasElementModifier and TypeClassDescriptionclass
Checkbox is an input field representing a binary choice.class
CheckBoxGroup is a multi-selection component where items are displayed as check boxes. -
Uses of HasElement in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox that implement HasElementModifier and TypeClassDescriptionclass
ComboBox<T>
Combo Box allows the user to choose a value from a filterable list of options presented in an overlay.class
ComboBoxBase<TComponent extends ComboBoxBase<TComponent,
TItem, TValue>, TItem, TValue> Provides base functionality for combo box related components, such asComboBox
class
MultiSelectComboBox<TItem>
MultiSelectComboBox allows the user to select one or more values from a filterable list of options presented in an overlay. -
Uses of HasElement in com.vaadin.flow.component.confirmdialog
Classes in com.vaadin.flow.component.confirmdialog that implement HasElementModifier and TypeClassDescriptionclass
Confirm Dialog is a modal Dialog used to confirm user actions. -
Uses of HasElement in com.vaadin.flow.component.cookieconsent
Classes in com.vaadin.flow.component.cookieconsent that implement HasElementModifier and TypeClassDescriptionclass
Cookie 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 HasElement in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud that implement HasElement -
Uses of HasElement in com.vaadin.flow.component.customfield
Classes in com.vaadin.flow.component.customfield that implement HasElementModifier and TypeClassDescriptionclass
CustomField<T>
AHasValue
whose UI content can be constructed by the user, enabling the creation of e.g. -
Uses of HasElement in com.vaadin.flow.component.dashboard
Classes in com.vaadin.flow.component.dashboard that implement HasElementModifier and TypeClassDescriptionclass
Dashboard is a responsive layout component that allows users to organize widgets either directly within the dashboard or optionally group them into sections.class
DashboardSection is a container for organizing multipleDashboardWidget
instances within aDashboard
.class
DashboardWidget represents a customizable widget that can be placed within aDashboard
. -
Uses of HasElement in com.vaadin.flow.component.datepicker
Classes in com.vaadin.flow.component.datepicker that implement HasElementModifier and TypeClassDescriptionclass
Date Picker is an input field that allows the user to enter a date by typing or by selecting from a calendar overlay. -
Uses of HasElement in com.vaadin.flow.component.datetimepicker
Classes in com.vaadin.flow.component.datetimepicker that implement HasElementModifier and TypeClassDescriptionclass
Date Time Picker is an input field for selecting both a date and a time. -
Uses of HasElement in com.vaadin.flow.component.details
Classes in com.vaadin.flow.component.details that implement HasElementModifier and TypeClassDescriptionclass
Details is an expandable panel for showing and hiding content from the user to make the UI less crowded. -
Uses of HasElement in com.vaadin.flow.component.dialog
Classes in com.vaadin.flow.component.dialog that implement HasElementModifier and TypeClassDescriptionclass
A Dialog is a small window that can be used to present information and user interface elements in an overlay.static final class
Class for adding and removing components to the footer part of a dialog.static final class
Class for adding and removing components to the header part of a dialog. -
Uses of HasElement in com.vaadin.flow.component.dnd
Subinterfaces of HasElement in com.vaadin.flow.component.dndModifier and TypeInterfaceDescriptioninterface
DragSource<T extends Component>
Mixin interface that provides basic drag source API for any component.interface
DropTarget<T extends Component>
Mixin interface that provides basic drop target API for any component. -
Uses of HasElement in com.vaadin.flow.component.formlayout
Classes in com.vaadin.flow.component.formlayout that implement HasElementModifier and TypeClassDescriptionclass
Form 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 class
Server-side component for the<vaadin-form-item>
element. -
Uses of HasElement in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid that implement HasElementModifier and TypeClassDescriptionclass
Grid<T>
Grid is a component for showing tabular data.static class
Grid.Column<T>
Server-side component for the<vaadin-grid-column>
element.class
Server side implementation for the flow specific grid selection column. -
Uses of HasElement in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro that implement HasElementModifier and TypeClassDescriptionclass
GridPro<E>
static class
Server-side component for the<vaadin-grid-edit-column>
element. -
Uses of HasElement in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html that implement HasElementModifier and TypeClassDescriptionclass
Component representing an<a>
element.class
Component representing a<article>
element.class
Component representing a<aside>
element.class
Component representing a<dl>
element.static class
Component representing a<dd>
element.static class
Component representing a<dt>
element.class
Component representing a<div>
element.class
Component representing a<em>
element.class
Represents an HTML<fieldset>
element.static class
Represents an HTML<legend>
element.class
Component representing a<footer>
element.class
Component representing a<h1>
element.class
Component representing a<h2>
element.class
Component representing a<h3>
element.class
Component representing a<h4>
element.class
Component representing a<h5>
element.class
Component representing a<h6>
element.class
Component representing a<header>
element.class
Component representing a<hr>
element.class
Component representing a<object>
element.class
Component representing a<iframe>
element.class
Component representing a<img>
element.class
Component representing an<input>
element.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Component representing a<li>
element.class
Component representing a<main>
element.class
Component representing a<button>
element.class
Component representing a<details>
element.static class
Component representing a<summary>
element.class
Component for a<label>
element, which represents a caption for an input field in a user interface.class
Component representing a<table>
element.class
Component representing a<tbody>
element.class
Represents the table caption element (<caption>
).class
Component representing a<td>
element.class
Component representing a<tfoot>
element.class
Component representing a<thead>
element.class
Component representing a<th>
element.class
Component representing a<tr>
element.class
Component representing a<nav>
element.class
Component representing a<ol>
element.class
Component representing a<p>
element.class
Component representing a<param>
element for<param>
element.class
Component representing a<pre>
element.class
Creates a new input element with type "range".class
Component representing a<section>
element.class
Component representing a<span>
element.class
Component representing a<ul>
element. -
Uses of HasElement in com.vaadin.flow.component.html.testbench
Methods in com.vaadin.flow.component.html.testbench that return HasElementModifier and TypeMethodDescriptionAnchorTester.click()
Click the anchor for navigation if target is a registered route in the application. -
Uses of HasElement in com.vaadin.flow.component.icon
Classes in com.vaadin.flow.component.icon that implement HasElementModifier and TypeClassDescriptionclass
AbstractIcon<T extends AbstractIcon<T>>
Abstract base class for icon componentsclass
Component for displaying an icon from a font icon collection.class
Component for displaying an icon from the Vaadin Icons collection.class
Component for displaying an icon from a SVG file. -
Uses of HasElement in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return types with arguments of type HasElementModifier and TypeMethodDescriptionUIInternals.getActiveRouterTargetsChain()
Gets the currently active router target and parent layouts.Methods in com.vaadin.flow.component.internal with parameters of type HasElementModifier and TypeMethodDescriptiondefault void
UIInternalUpdater.updateRoot
(UI ui, HasElement oldRoot, HasElement newRoot) Update root element of the given UI. -
Uses of HasElement in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox that implement HasElementModifier and TypeClassDescriptionclass
ListBox<T>
List Box allows the user to select one or more values from a scrollable list of items.class
ListBoxBase<C extends ListBoxBase<C,
ITEM, VALUE>, ITEM, VALUE> Base class for theListBox
andMultiSelectListBox
.class
Server-side component for thevaadin-list-box
element with multi-selection. -
Uses of HasElement in com.vaadin.flow.component.littemplate
Classes in com.vaadin.flow.component.littemplate that implement HasElementModifier and TypeClassDescriptionclass
Component which renders a LitElement template. -
Uses of HasElement in com.vaadin.flow.component.login
Classes in com.vaadin.flow.component.login that implement HasElementModifier and TypeClassDescriptionclass
Abstract component for the<vaadin-login-overlay>
and<vaadin-login-form>
components.class
Login is a component that contains a login form.class
Server-side component for the<vaadin-login-overlay>
component. -
Uses of HasElement in com.vaadin.flow.component.map
Classes in com.vaadin.flow.component.map that implement HasElement -
Uses of HasElement in com.vaadin.flow.component.messages
Classes in com.vaadin.flow.component.messages that implement HasElementModifier and TypeClassDescriptionclass
Message Input allows users to author and send messages.class
Message List allows you to show a list of messages, for example, a chat log. -
Uses of HasElement in com.vaadin.flow.component.notification
Classes in com.vaadin.flow.component.notification that implement HasElementModifier and TypeClassDescriptionclass
Notifications are used to provide feedback to the user. -
Uses of HasElement in com.vaadin.flow.component.orderedlayout
Subinterfaces of HasElement in com.vaadin.flow.component.orderedlayoutModifier and TypeInterfaceDescriptioninterface
A component which implements Flexbox.interface
Common logic forVerticalLayout
andHorizontalLayout
related to dynamic theme adjustment.Classes in com.vaadin.flow.component.orderedlayout that implement HasElementModifier and TypeClassDescriptionclass
A layout component that implements Flexbox.class
Horizontal Layout places components side-by-side in a row.class
Scroller is a component container which enables scrolling overflowing content.class
Vertical Layout places components top-to-bottom in a column.Methods in com.vaadin.flow.component.orderedlayout with parameters of type HasElementModifier and TypeMethodDescriptiondefault FlexComponent.Alignment
FlexComponent.getAlignSelf
(HasElement component) Gets the individual alignment of a given component.HorizontalLayout.getAlignSelf
(HasElement component) This is the same asHorizontalLayout.getVerticalComponentAlignment(Component)
.VerticalLayout.getAlignSelf
(HasElement component) This is the same asVerticalLayout.getHorizontalComponentAlignment(Component)
.FlexLayout.getFlexBasis
(HasElement component) Gets the flex basis property of a given component.default double
FlexComponent.getFlexGrow
(HasElement component) Gets the flex grow property of a given component.default double
FlexComponent.getFlexShrink
(HasElement component) Gets the flex shrink property of a given component.int
FlexLayout.getOrder
(HasElement component) Gets the order property of a given component.default void
FlexComponent.setAlignSelf
(FlexComponent.Alignment alignment, HasElement... components) Sets an alignment for individual components inside the layout.void
HorizontalLayout.setAlignSelf
(FlexComponent.Alignment alignment, HasElement... components) This is the same asHorizontalLayout.setVerticalComponentAlignment(Alignment, Component...)
.void
VerticalLayout.setAlignSelf
(FlexComponent.Alignment alignment, HasElement... components) This is the same asVerticalLayout.setHorizontalComponentAlignment(Alignment, Component...)
.void
FlexLayout.setFlexBasis
(String width, HasElement... components) Sets the flex basis property of the components inside the layout.default void
FlexComponent.setFlexGrow
(double flexGrow, HasElement... components) Sets the flex grow property of the components inside the layout.default void
FlexComponent.setFlexShrink
(double flexShrink, HasElement... components) Sets the flex shrink property of the components inside the layout.void
FlexLayout.setOrder
(int order, HasElement component) Sets the order property of the component inside the layout. -
Uses of HasElement in com.vaadin.flow.component.popover
Classes in com.vaadin.flow.component.popover that implement HasElementModifier and TypeClassDescriptionclass
Popover is a component for creating overlays that are positioned next to specified component (target). -
Uses of HasElement in com.vaadin.flow.component.progressbar
Classes in com.vaadin.flow.component.progressbar that implement HasElementModifier and TypeClassDescriptionclass
Progress Bar shows the completion status of a task or process. -
Uses of HasElement in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton that implement HasElementModifier and TypeClassDescriptionclass
Radio Button Group allows the user to select exactly one value from a list of related but mutually exclusive options. -
Uses of HasElement in com.vaadin.flow.component.react
Classes in com.vaadin.flow.component.react that implement HasElementModifier and TypeClassDescriptionclass
An abstract implementation of an adapter for integrating with React components.class
Component used to create a ReactOutlet
element for binding a Hilla React view inside a Flow view. -
Uses of HasElement in com.vaadin.flow.component.richtexteditor
Classes in com.vaadin.flow.component.richtexteditor that implement HasElementModifier and TypeClassDescriptionclass
Rich Text Editor is an input field for entering rich text. -
Uses of HasElement in com.vaadin.flow.component.routerlink
Methods in com.vaadin.flow.component.routerlink that return HasElement -
Uses of HasElement in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select that implement HasElementModifier and TypeClassDescriptionclass
Select<T>
Select allows users to choose a single value from a list of options presented in an overlay. -
Uses of HasElement in com.vaadin.flow.component.splitlayout
Classes in com.vaadin.flow.component.splitlayout that implement HasElementModifier and TypeClassDescriptionclass
Split Layout is a component with two content areas and a draggable split handle between them. -
Uses of HasElement in com.vaadin.flow.component.tabs
Classes in com.vaadin.flow.component.tabs that implement HasElementModifier and TypeClassDescriptionclass
This component provides an accessible and customizable tab to be used insideTabs
component.class
Tabs are used to organize and group content into sections that the user can navigate between.class
TabSheet consists of a set of tabs and the content area. -
Uses of HasElement in com.vaadin.flow.component.textfield
Subinterfaces of HasElement in com.vaadin.flow.component.textfieldModifier and TypeInterfaceDescriptioninterface
Mixin interface for fields withautocapitalize
attribute.interface
Mixin interface for fields withautocomplete
attribute.interface
Mixin interface for fields withautocorrect
attribute.interface
Classes in com.vaadin.flow.component.textfield that implement HasElementModifier and TypeClassDescriptionclass
AbstractNumberField<C extends AbstractNumberField<C,
T>, T extends Number> Abstract base class for components based onvaadin-number-field
element and its subclasses.class
BigDecimalField is an input field for handling decimal numbers with high precision.class
Email Field is an extension of Text Field that only accepts email addresses as input.class
IntegerField is an extension of Text Field that only accepts integer numbers.class
Number Field sports many of the same features as Text Field but only accepts numeric input.class
Password Field is an input field for entering passwords.class
Text Area is an input field component for multi-line text input.class
Text Field allows the user to input and edit text.class
TextFieldBase<TComponent extends TextFieldBase<TComponent,
TValue>, TValue> Internal class that provides base functionality for input field components, such asTextField
. -
Uses of HasElement in com.vaadin.flow.component.timepicker
Classes in com.vaadin.flow.component.timepicker that implement HasElementModifier and TypeClassDescriptionclass
Time Picker is an input field for entering or selecting a specific time. -
Uses of HasElement in com.vaadin.flow.component.treegrid
Classes in com.vaadin.flow.component.treegrid that implement HasElementModifier and TypeClassDescriptionclass
TreeGrid<T>
Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes. -
Uses of HasElement in com.vaadin.flow.component.upload
Classes in com.vaadin.flow.component.upload that implement HasElementModifier and TypeClassDescriptionclass
Upload is a component for uploading one or more files. -
Uses of HasElement in com.vaadin.flow.component.virtuallist
Classes in com.vaadin.flow.component.virtuallist that implement HasElementModifier and TypeClassDescriptionclass
VirtualList<T>
Virtual List allows you to render a long list of items inside a scrollable container without sacrificing performance. -
Uses of HasElement in com.vaadin.flow.component.webcomponent
Classes in com.vaadin.flow.component.webcomponent that implement HasElementModifier and TypeClassDescriptionclass
Custom UI for use with WebComponents served from the server.class
Wrapper component for a web component that exposesClientCallable
methods that the client-side components expect to be available. -
Uses of HasElement in com.vaadin.flow.data.binder
Subinterfaces of HasElement in com.vaadin.flow.data.binderModifier and TypeInterfaceDescriptioninterface
Represents a component that can have additional components between the items.static interface
Represents a single item component that is used inside aHasItemComponents
.interface
Represents a component that display a collection of items and can have additional components between the items. -
Uses of HasElement in com.vaadin.flow.data.selection
Subinterfaces of HasElement in com.vaadin.flow.data.selectionModifier and TypeInterfaceDescriptioninterface
MultiSelect<C extends Component,
T> Multi selection component which allows to select and deselect multiple items.interface
SingleSelect<C extends Component,
T> Single selection component whose selection is treated as a value. -
Uses of HasElement in com.vaadin.flow.di
Methods in com.vaadin.flow.di with type parameters of type HasElementModifier and TypeMethodDescriptiondefault <T extends HasElement>
TInstantiator.createRouteTarget
(Class<T> routeTargetType, NavigationEvent event) Creates an instance of a navigation target or router layout. -
Uses of HasElement in com.vaadin.flow.router
Subinterfaces of HasElement in com.vaadin.flow.routerModifier and TypeInterfaceDescriptioninterface
Implementations of this interface represent a parent for a navigation target components via theRoute.layout()
parameter.Classes in com.vaadin.flow.router that implement HasElementModifier and TypeClassDescriptionclass
This is abstract error view for routing exceptions.class
This is a basic default error view shown on exceptions during navigation.class
This is a default error view shown on access denied routing exceptions.class
This is a basic default error view shown on routing exceptions.class
A link that handles navigation internally usingRouter
instead of loading a new page in the browser.Methods in com.vaadin.flow.router with type parameters of type HasElementModifier and TypeMethodDescriptionstatic <C extends HasElement>
HighlightCondition<C>HighlightConditions.always()
Always highlight.static <C extends HasElement>
HighlightCondition<C>HighlightConditions.locationPrefix
(String prefix) Highlight if the navigation path starts withprefix
.static <C extends HasElement>
HighlightCondition<C>HighlightConditions.never()
Never highlight.static <C extends HasElement>
HighlightAction<C>HighlightActions.none()
An action which does nothing, regardless of the highlight state.static <C extends HasElement>
HighlightAction<C>HighlightActions.toggleAttribute
(String attribute) An action which toggles the target'sattribute
based on its highlight state.static <C extends HasElement>
HighlightAction<C>HighlightActions.toggleTheme
(String theme) An action which togglestheme
on the target based on its highlight state.Methods in com.vaadin.flow.router that return types with arguments of type HasElementModifier and TypeMethodDescriptionAfterNavigationEvent.getActiveChain()
Get the active chain that we have after navigation.LocationChangeEvent.getRouteTargetChain()
Gets the chain of route targets that will be nested inside the UI, starting from the most deeply nested component.Methods in com.vaadin.flow.router with parameters of type HasElementModifier and TypeMethodDescriptionstatic List<BeforeEnterObserver>
EventUtil.collectBeforeEnterObserversFromChainElement
(HasElement element, Collection<? extends HasElement> childrenExclusions) Collect before enter observer instances in theelement
's hierarchy.default void
RouterLayout.removeRouterLayoutContent
(HasElement oldContent) Removes content that should no longer be shown in this router layout.default void
RouterLayout.showRouterLayoutContent
(HasElement content) Shows the content of the layout which is the router target component annotated with a@Route
.Method parameters in com.vaadin.flow.router with type arguments of type HasElementModifier and TypeMethodDescriptionstatic List<BeforeEnterObserver>
EventUtil.collectBeforeEnterObservers
(Collection<? extends HasElement> oldChain, Collection<? extends HasElement> newChain) Collect before enter observer instances based on what will be attached when a new view chain is applied.static List<BeforeEnterObserver>
EventUtil.collectBeforeEnterObserversFromChain
(Collection<? extends HasElement> chain, Collection<? extends HasElement> childrenExclusions) Collect before enter observer instances based on what will be attached when a new view chain is applied.static List<BeforeEnterObserver>
EventUtil.collectBeforeEnterObserversFromChainElement
(HasElement element, Collection<? extends HasElement> childrenExclusions) Collect before enter observer instances in theelement
's hierarchy.static List<LocaleChangeObserver>
EventUtil.collectLocaleChangeObservers
(List<HasElement> components) Collect all Components implementingLocaleChangeObserver
connected to the tree of all given Components in list.static void
EventUtil.informLocaleChangeObservers
(UI ui, List<HasElement> components) Inform components implementingLocaleChangeObserver
about locale change.Constructor parameters in com.vaadin.flow.router with type arguments of type HasElementModifierConstructorDescriptionLocationChangeEvent
(Router router, UI ui, NavigationTrigger trigger, Location location, List<HasElement> routeTargetChain) Creates a new location change event. -
Uses of HasElement in com.vaadin.testbench.unit
Methods in com.vaadin.testbench.unit that return HasElementModifier and TypeMethodDescriptionBaseUIUnitTest.getCurrentView()
Get the current view instance that is shown on the ui.
NativeLabel
instead, if you need the HTML<label>
element, which is normally not needed within a Vaadin Flow application's high-level components.