Deprecated API
Contents
-
Deprecated Interfaces Interface and Description com.vaadin.flow.server.BootstrapListener Since 3.0, this API is deprecated in favor of
IndexHtmlRequestListener
when using client-side bootstrappingcom.vaadin.flow.component.page.Page.ExecutionCanceler superseded by
PendingJavaScriptResult
com.vaadin.flow.server.PageConfigurator since 3.0 use
AppShellConfigurator
-
Deprecated Classes Class and Description com.vaadin.flow.server.BootstrapPageResponse Since 3.0, this API is deprecated in favor of
IndexHtmlResponse
when using client-side bootstrappingcom.vaadin.flow.server.InitialPageSettings since 3.0 use
AppShellSettings
-
Deprecated Enums Enum and Description com.vaadin.flow.component.orderedlayout.FlexLayout.WrapMode Use
FlexLayout.FlexWrap
instead Possible values for theflex-wrap
CSS property, which determines how the elements inside the layout should behave when they don't fit inside the layout.
-
Deprecated Annotation Types Annotation Type and Description com.vaadin.flow.server.VaadinServletConfiguration Leftover from Vaadin Framework 8 where the developer typically defines their own servlet class. Starting from Flow 1.0, a servlet is automatically registered and this annotation serves very little purpose.