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 API
Contents
-
Interfaces Interface Description com.vaadin.client.ContainerResizedListener As of 7.0, serves no purpose. UseLayoutManager
and its methods instead.com.vaadin.client.Paintable com.vaadin.client.widget.grid.HeightAwareDetailsGenerator com.vaadin.server.VariableOwner As of 7.0. Only provided to ease porting of Vaadin 6 components. Do not implement this directly, implementLegacyComponent
.com.vaadin.ui.FormFieldFactory As of 7.0, useFieldGroup
instead ofForm
for more flexibility.com.vaadin.ui.LegacyComponent As of 7.0. This class is only intended to ease migration and should not be used for new projects.
-
Enums Enum Description com.vaadin.server.DeploymentConfiguration.LegacyProperyToStringMode com.vaadin.server.VaadinServlet.RequestType As of 7.0. This is no longer used and only provided for backwards compatibility. EachRequestHandler
can individually decide whether it wants to handle a request or not.
-
Exceptions Exceptions Description com.vaadin.server.LegacyCommunicationManager.InvalidUIDLSecurityKeyException As of 7.1. Will be removed in the future.
-
Enum Constants Enum Constant Description com.vaadin.shared.ui.label.ContentMode.RAW UseContentMode.HTML
insteadcom.vaadin.shared.ui.label.ContentMode.XML UseContentMode.HTML
insteadcom.vaadin.shared.ui.ui.Transport.STREAMING Use the more reliableTransport.LONG_POLLING
instead.
-
Annotation Type Elements Annotation Type Element Description com.vaadin.annotations.VaadinServletConfiguration.legacyPropertyToStringMode() as of 7.1, should only be used to ease migration