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