Uses of Interface
com.vaadin.flow.component.shared.HasOverlayClassName
-
Uses of HasOverlayClassName in com.vaadin.collaborationengine
Classes in com.vaadin.collaborationengine that implement HasOverlayClassNameModifier and TypeClassDescriptionclass
Extension of the
AvatarGroup
component which integrates with theCollaborationEngine
. -
Uses of HasOverlayClassName in com.vaadin.flow.component.avatar
Classes in com.vaadin.flow.component.avatar that implement HasOverlayClassNameModifier and TypeClassDescriptionclass
Avatar Group is used to group multiple Avatars together.
-
Uses of HasOverlayClassName in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox that implement HasOverlayClassNameModifier 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 HasOverlayClassName in com.vaadin.flow.component.datepicker
Classes in com.vaadin.flow.component.datepicker that implement HasOverlayClassNameModifier 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 HasOverlayClassName in com.vaadin.flow.component.datetimepicker
Classes in com.vaadin.flow.component.datetimepicker that implement HasOverlayClassNameModifier and TypeClassDescriptionclass
Date Time Picker is an input field for selecting both a date and a time.
-
Uses of HasOverlayClassName in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select that implement HasOverlayClassNameModifier and TypeClassDescriptionclass
Select<T>
Select allows users to choose a single value from a list of options presented in an overlay.
-
Uses of HasOverlayClassName in com.vaadin.flow.component.timepicker
Classes in com.vaadin.flow.component.timepicker that implement HasOverlayClassNameModifier and TypeClassDescriptionclass
Time Picker is an input field for entering or selecting a specific time.