Uses of Interface
com.vaadin.flow.component.HasValueAndElement
-
Uses of HasValueAndElement in com.vaadin.flow.component
Classes in com.vaadin.flow.component that implement HasValueAndElementModifier 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 a
Component
allowing user input.class
AbstractSinglePropertyField<C extends AbstractField<C,
T>, T> Abstract field that is based on a single element property.
-
Uses of HasValueAndElement in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox that implement HasValueAndElementModifier 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 HasValueAndElement in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox that implement HasValueAndElementModifier 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 as
ComboBox
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 HasValueAndElement in com.vaadin.flow.component.customfield
Classes in com.vaadin.flow.component.customfield that implement HasValueAndElementModifier and TypeClassDescriptionclass
CustomField<T>
A
HasValue
whose UI content can be constructed by the user, enabling the creation of e.g. -
Uses of HasValueAndElement in com.vaadin.flow.component.datepicker
Classes in com.vaadin.flow.component.datepicker that implement HasValueAndElementModifier 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 HasValueAndElement in com.vaadin.flow.component.datetimepicker
Classes in com.vaadin.flow.component.datetimepicker that implement HasValueAndElementModifier and TypeClassDescriptionclass
Date Time Picker is an input field for selecting both a date and a time.
-
Uses of HasValueAndElement in com.vaadin.flow.component.gridpro
Methods in com.vaadin.flow.component.gridpro that return HasValueAndElementModifier and TypeMethodDescriptionprotected HasValueAndElement
GridPro.EditColumn.getEditorField()
Methods in com.vaadin.flow.component.gridpro with parameters of type HasValueAndElementModifier and TypeMethodDescription<V> Grid.Column<T>
EditColumnConfigurator.custom
(HasValueAndElement<?, V> component, ItemUpdater<T, V> itemUpdater) Configures the column to have a custom editor component.
<V> Grid.Column<T>
EditColumnConfigurator.custom
(HasValueAndElement<?, V> component, ValueProvider<T, V> valueProvider, ItemUpdater<T, V> itemUpdater) Configures the column to have a custom editor component, using a custom value provider.
protected void
GridPro.EditColumn.setEditorField
(HasValueAndElement editorField) -
Uses of HasValueAndElement in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html that implement HasValueAndElementModifier and TypeClassDescriptionclass
Component representing an
<input>
element.class
Creates a new input element with type "range".
-
Uses of HasValueAndElement in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox that implement HasValueAndElementModifier 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 the
ListBox
andMultiSelectListBox
.class
Server-side component for the
vaadin-list-box
element with multi-selection. -
Uses of HasValueAndElement in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton that implement HasValueAndElementModifier and TypeClassDescriptionclass
Radio Button Group allows the user to select exactly one value from a list of related but mutually exclusive options.
-
Uses of HasValueAndElement in com.vaadin.flow.component.richtexteditor
Classes in com.vaadin.flow.component.richtexteditor that implement HasValueAndElementModifier and TypeClassDescriptionclass
Rich Text Editor is an input field for entering rich text.
-
Uses of HasValueAndElement in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select that implement HasValueAndElementModifier and TypeClassDescriptionclass
Select<T>
Select allows users to choose a single value from a list of options presented in an overlay.
-
Uses of HasValueAndElement in com.vaadin.flow.component.textfield
Classes in com.vaadin.flow.component.textfield that implement HasValueAndElementModifier and TypeClassDescriptionclass
AbstractNumberField<C extends AbstractNumberField<C,
T>, T extends Number> Abstract base class for components based on
vaadin-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 as
TextField
. -
Uses of HasValueAndElement in com.vaadin.flow.component.timepicker
Classes in com.vaadin.flow.component.timepicker that implement HasValueAndElementModifier and TypeClassDescriptionclass
Time Picker is an input field for entering or selecting a specific time.
-
Uses of HasValueAndElement in com.vaadin.flow.data.selection
Subinterfaces of HasValueAndElement 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.