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
-
Classes Class Description 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.client.ui.dd.DDEventHandleStrategy Replaced in 8.1 withDropTargetExtensionConnector
com.vaadin.client.ui.dd.VAbstractDropHandler Replaced in 8.1 withDropTargetExtensionConnector
com.vaadin.client.ui.dd.VAcceptAll com.vaadin.client.ui.dd.VAcceptCriteria Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VAcceptCriterion Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VAcceptCriterionFactory Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VAnd Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VContainsDataFlavor Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VDragAndDropManager Replaced in 8.1 withDropTargetExtensionConnector
andDragSourceExtensionConnector
com.vaadin.client.ui.dd.VDragEvent Since 8.1, no direct replacement, seeDropTargetExtensionConnector
com.vaadin.client.ui.dd.VDragSourceIs Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VHtml5DragEvent Since 8.1, no direct replacement currently, seeDropTargetExtensionConnector
com.vaadin.client.ui.dd.VHtml5File Since 8.1, will be replaced by FileDropTargetExtensionConnector and FileDropTargetExtension, https://github.com/vaadin/framework/issues/8891com.vaadin.client.ui.dd.VLazyInitItemIdentifiers Replaced in 8.1 withDropTargetExtension#setDragOverCriteria(String)
andDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VNot Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VOr Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VOverTreeNode Since 8.1, no direct replacement, seeDropTargetExtension
and extending classescom.vaadin.client.ui.dd.VServerAccept Replaced in 8.1 withDropTargetExtension
com.vaadin.client.ui.dd.VSourceIsTarget Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VTargetDetailIs Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
com.vaadin.client.ui.dd.VTransferable Replaced in 8.1 withDragSourceExtensionConnector
com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector Replaced in 8.1 withDragSourceExtensionConnector
andDropTargetExtensionConnector
.com.vaadin.client.ui.LegacyConnector This class is only intended to ease migration and should not be used for new projects.com.vaadin.client.ui.menubar.MenuBar com.vaadin.client.ui.menubar.MenuItem com.vaadin.client.ui.VOverlay as this is specifically for Vaadin only, it should not be used directly.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.UIDL.XML should not be used anymorecom.vaadin.client.VConsole as of 7.1, useLogger
from java.util.logging instead.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.com.vaadin.event.dd.DragAndDropEvent Replaced in 8.1 byDropEvent
com.vaadin.event.dd.TargetDetailsImpl Replaced in 8.1 byDropEvent.getDataTransferData(String)
com.vaadin.osgi.resources.OsgiVaadinResources use OSGi DS services to bind a instance ofVaadinResourceService
com.vaadin.server.BootstrapHandler As of 7.0. Will likely change or be removed in a future versioncom.vaadin.server.DragAndDropService Since 8.1, no direct replacement, seeDragSourceExtension
andDropTargetExtension
.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 versioncom.vaadin.server.LegacyCommunicationManager.ClientCache As of 7.1. See #11410.com.vaadin.server.ServletPortletHelper As of 7.1. Will be removed or refactored in the future.com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants com.vaadin.shared.ui.menubar.MenuBarConstants com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants com.vaadin.shared.ui.tabsheet.TabsheetConstants com.vaadin.ui.DragAndDropWrapper Replaced in 8.1 withDragSourceExtension
andDropTargetExtension
.com.vaadin.ui.DragAndDropWrapper.WrapperTransferable Since 8.1, will be replaced by FileDropTargetExtension and FileDropEvent, https://github.com/vaadin/framework/issues/8891com.vaadin.ui.LegacyWindow
-
Enums Enum Description com.vaadin.server.FontAwesome Since 8.0 replaced with included Vaadin Icons (#7979). Will not be updated to include new icons.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.ui.Transport.STREAMING Use the more reliableTransport.LONG_POLLING
instead.