Deprecated API
Contents
-
Deprecated Interfaces Interface and Description com.vaadin.flow.component.page.Page.ExecutionCanceler superseded by
PendingJavaScriptResult
-
Deprecated Classes Class and Description com.vaadin.flow.component.internal.HtmlDependencyParser Due for removal because of additional cache layer
com.vaadin.flow.router.internal.RouterUtil This is an internal class for Flow and should not be used outside. This is deprecated since 1.3 and will be removed in later versions of Flow.
-
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.
-
Deprecated Fields Field and Description com.vaadin.flow.server.Constants.SERVLET_PARAMETER_BOWER_MODE the parameter is renamed to
Constants.SERVLET_PARAMETER_COMPATIBILITY_MODE
com.vaadin.flow.server.VaadinService.URL_PARAMETER_CLOSE_APPLICATION As of 7.0.
com.vaadin.flow.server.VaadinService.URL_PARAMETER_RESTART_APPLICATION As of 7.0.
-
Deprecated Enum Constants Enum Constant and Description com.vaadin.flow.component.KeyLocation.RIGTH
-
Deprecated Annotation Type Elements Annotation Type Element and Description com.vaadin.flow.component.dependency.JsModule.loadMode LoadMode
does not function with JavaScript modules. If the module is local, it is included into the frontend resource bundle. If the module is external, it is loaded as deferred due totype=module
inscrip
tag.