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

Class OverlayAutoAddController<C extends Component>

java.lang.Object
com.vaadin.flow.component.shared.internal.OverlayAutoAddController<C>

Type Parameters:

C - Type of the component that uses this controller.

All Implemented Interfaces:

Serializable

public class OverlayAutoAddController<C extends Component> extends Object implements Serializable

An internal controller for automatically adding a component to the UI when it's opened. Not intended to be used publicly.

See Also:

  • Constructor Details

    • OverlayAutoAddController

      public OverlayAutoAddController(C component)
    • OverlayAutoAddController

      public OverlayAutoAddController(C component, SerializableSupplier<Boolean> isModalSupplier)