-
Terminally Deprecated Elements
-
Deprecated InterfacesInterfaceDescriptionPolymer template support is deprecated - we recommend you to use
LitTemplate
instead. Read more details from the Vaadin blog.Polymer template support is deprecated - we recommend you to useLitTemplate
instead. Read more details from the Vaadin blog.
-
Deprecated ClassesClassDescriptionUse
BrowserLiveReloadAccessor
insteadPolymer template support is deprecated - we recommend you to useLitTemplate
instead. Read more details from the Vaadin blog.for annotation based view security useNavigationAccessControl
withAnnotatedViewAccessChecker
.
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionuse findSourceFileThis component has now multiple owners so this method has been replaced by #getOwners().(forRemoval=true) method is not enabled for client side anymore and connectClient is triggered by DOM event, to be removed in next major 25Use
UI.doInit(VaadinRequest, int, String)
insteadFor internal use only. Will be removed in the future.(forRemoval=true) method is not enabled for client side anymore and leave navigation is triggered by DOM event, to be removed in next major 25UseAbstractConfiguration.getMode()
insteadthis method does not resolve theme assets, useCssBundler.inlineImports(File, File, JsonObject)
instead.to be removed, useOptions.withBuildResultFolders(File, File)
instead.
-
Deprecated ConstructorsConstructorDescriptionuse
FrontendTools(FrontendToolsSettings)
instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.useFrontendTools(FrontendToolsSettings)
instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.useFrontendTools(FrontendToolsSettings)
instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.useFrontendTools(FrontendToolsSettings)
instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.
NavigationAccessControl
withAnnotatedViewAccessChecker
.