Package com.vaadin.flow.component.shared.internal


package com.vaadin.flow.component.shared.internal
  • Class
    Description
    DisableOnClickController<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 Popover decide 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 support HasStyle, such as Dialog.
    Internal utility for working with signal bindings in components.
    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.