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


package com.vaadin.flow.component.shared.internal
  • Classes
    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.
    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.
    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.