We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
An internal controller for automatically adding a component to the UI when it's opened. Not intended to be used publicly.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOverlayAutoAddController
(C component) OverlayAutoAddController
(C component, SerializableSupplier<Boolean> isModalSupplier) -
Method Summary
-
Constructor Details
-
OverlayAutoAddController
-
OverlayAutoAddController
-