Deprecated API
Contents
-
Deprecated Classes Class and Description com.vaadin.server.BootstrapHandler As of 7.0. Will likely change or be removed in a future version
com.vaadin.client.ui.dd.DDEventHandleStrategy Replaced in 8.1 with
DropTargetExtensionConnector
com.vaadin.event.dd.DragAndDropEvent Replaced in 8.1 by
DropEvent
com.vaadin.server.DragAndDropService Since 8.1, no direct replacement, see
DragSourceExtension
andDropTargetExtension
.com.vaadin.ui.DragAndDropWrapper Replaced in 8.1 with
DragSourceExtension
andDropTargetExtension
.com.vaadin.ui.DragAndDropWrapper.WrapperTransferable Since 8.1, will be replaced by FileDropTargetExtension and FileDropEvent, https://github.com/vaadin/framework/issues/8891
com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector Replaced in 8.1 with
DragSourceExtensionConnector
andDropTargetExtensionConnector
.com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants com.vaadin.ui.Flash No modern browsers support Flash content anymore.
com.vaadin.client.ui.flash.FlashConnector No modern browsers support Flash content anymore.
com.vaadin.server.LegacyApplication As of 7.0. This class is only intended to ease migration and should not be used for new projects.
com.vaadin.server.LegacyApplicationUIProvider As of 7.0. Used only to support LegacyApplication - will be removed when LegacyApplication support is removed.
com.vaadin.server.LegacyCommunicationManager As of 7.0. Will likely change or be removed in a future version
com.vaadin.server.LegacyCommunicationManager.ClientCache As of 7.1. See #11410.
com.vaadin.client.ui.LegacyConnector This class is only intended to ease migration and should not be used for new projects.
com.vaadin.ui.LegacyWindow com.vaadin.client.ui.menubar.MenuBar com.vaadin.shared.ui.menubar.MenuBarConstants com.vaadin.client.ui.menubar.MenuItem com.vaadin.osgi.resources.OsgiVaadinResources use OSGi DS services to bind a instance of
VaadinResourceService
com.vaadin.server.ServletPortletHelper As of 7.1. Will be removed or refactored in the future.
com.vaadin.client.SimpleTree as of 7.1. This class was mainly used by the old debug console but is retained for now for backwards compatibility.
com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants com.vaadin.shared.ui.tabsheet.TabsheetConstants com.vaadin.event.dd.TargetDetailsImpl Replaced in 8.1 by
DropEvent#getTransferData(String)
com.vaadin.client.UIDL.XML should not be used anymore
com.vaadin.client.ui.dd.VAbstractDropHandler Replaced in 8.1 with
DropTargetExtensionConnector
com.vaadin.client.ui.dd.VAcceptAll Replaced in 8.1 with
DragSourceExtension.setEffectAllowed(com.vaadin.shared.ui.dnd.EffectAllowed)
andDropTargetExtension.setDropEffect(com.vaadin.shared.ui.dnd.DropEffect)
com.vaadin.client.ui.dd.VAcceptCriteria Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VAcceptCriterion Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VAcceptCriterionFactory Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VAnd Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String)
com.vaadin.client.VConsole as of 7.1, use
Logger
from java.util.logging instead.com.vaadin.client.ui.dd.VContainsDataFlavor Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VDragAndDropManager Replaced in 8.1 with
DropTargetExtensionConnector
andDragSourceExtensionConnector
com.vaadin.client.ui.dd.VDragEvent Since 8.1, no direct replacement, see
DropTargetExtensionConnector
com.vaadin.client.ui.dd.VDragSourceIs Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.VFlash No modern browsers support Flash content anymore.
com.vaadin.client.ui.dd.VHtml5DragEvent Since 8.1, no direct replacement currently, see
DropTargetExtensionConnector
com.vaadin.client.ui.dd.VHtml5File Since 8.1, will be replaced by FileDropTargetExtensionConnector and FileDropTargetExtension, https://github.com/vaadin/framework/issues/8891
com.vaadin.client.ui.dd.VLazyInitItemIdentifiers Replaced in 8.1 with
DropTargetExtension#setDragOverCriteria(String)
andDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VNot Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VOr Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.VOverlay as this is specifically for Vaadin only, it should not be used directly.
com.vaadin.client.ui.dd.VOverTreeNode Since 8.1, no direct replacement, see
DropTargetExtension
and extending classescom.vaadin.client.ui.dd.VServerAccept Replaced in 8.1 with
DropTargetExtension
com.vaadin.client.ui.dd.VSourceIsTarget Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.VTabsheet.PlaceHolder as of 7.1, VTabsheet only keeps the active tab in the DOM without any place holders.
com.vaadin.client.ui.dd.VTargetDetailIs Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VTransferable Replaced in 8.1 with
DragSourceExtensionConnector
com.vaadin.client.VUIDLBrowser as of 7.1. This class was mainly used by the old debug console but is retained for now for backwards compatibility.
-
Deprecated Enums Enum and Description com.vaadin.server.FontAwesome Since 8.0 replaced with included Vaadin Icons https://vaadin.com/icons (#7979). Will not be updated to include new icons.
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.ui.Transport.STREAMING Use the more reliable
Transport.LONG_POLLING
instead.