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.
-
Deprecated Fields Field and Description 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 Methods Method and Description com.vaadin.flow.dom.Element.addEventListener(String, DomEventListener, String...) Instead, use the returned registration instance for adding event data expressions
com.vaadin.flow.server.VaadinServlet.getApplicationUrl(HttpServletRequest) As of 7.0. Will likely change or be removed in a future version
com.vaadin.flow.server.WebBrowser.isIPad() isIPad will return the wrong value for iOS 13 and later
com.vaadin.flow.shared.BrowserDetails.isIPad() isIPad will return the wrong value for iOS 13 and later
com.vaadin.flow.data.provider.HasDataGenerators.removeDataGenerator(DataGenerator<T>) Use the registration returned from
HasDataGenerators.addDataGenerator(DataGenerator)
instead.com.vaadin.flow.server.VaadinServlet.safeEscapeForHtml(String) As of 7.0. Will likely change or be removed in a future version
-
Deprecated Constructors Constructor and Description com.vaadin.flow.dom.Element(String, boolean) The
autoCreate
parameter no longer has any effect. UseElement.Element(String)
instead.