Package com.vaadin.flow.component.shared
-
Interface Summary Interface Description HasAllowedCharPattern Mixin interface for field components that support setting allowed char pattern to prevent user from entering invalid characters when typing or pasting text.HasClearButton Mixin interface for components that support a clear button.HasClientValidation Mixin interface for subscribing to the client-side `validated` event from a component.HasThemeVariant<TVariantEnum extends ThemeVariant> Mixin interface that allows adding and removing typed theme variants to / from a componentHasTooltip Mixin interface for components that have special handling for tooltips on the Web Component level.ThemeVariant Base definition for a typed theme variant enum of a component -
Class Summary Class Description ClientValidationUtil A utility class that allows preventing the web component from setting itself to valid as a result of client-side validation.HasClientValidation.ClientValidatedEvent An event fired by the web component whenever it is validated on the client-side.SlotUtils Util methods for handling child elements inside slots.Tooltip A handle that can be used to configure and control tooltips.TooltipConfiguration A configuration class for a tooltips default behavior.ValidationUtil Util methods for component validation -
Enum Summary Enum Description Tooltip.TooltipPosition Tooltip position in relation to the target element.