Package com.vaadin.flow.component.shared.internal
package com.vaadin.flow.component.shared.internal
-
ClassDescriptionDisableOnClickController<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasEnabled>An internal controller for handling disabling a component when it is clicked.The purpose of this annotation is to help
Popoverdecide where to auto-attach itself based on the target component.OverlayAutoAddController<C extends com.vaadin.flow.component.Component>An internal controller for automatically adding a component to the UI when it's opened.Internal class that provides shared functionality for setting CSS class names to overlay only components that supportHasStyle, such asDialog.ValidationController<C extends com.vaadin.flow.component.Component & com.vaadin.flow.data.binder.HasValidator<V> & com.vaadin.flow.component.HasValidation,V> An internal controller for managing the validation state of a component.