| Class and Description |
|---|
| com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants |
| com.vaadin.shared.ui.menubar.MenuBarConstants |
| com.vaadin.osgi.resources.OsgiVaadinResources
use OSGi DS services to bind a instance of
VaadinResourceService |
| com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants |
| com.vaadin.shared.ui.tabsheet.TabsheetConstants |
| Method and Description |
|---|
| com.vaadin.shared.ui.MarginInfo.getBitMask() |
| com.vaadin.osgi.resources.VaadinResourceService.publishResource(String, HttpService)
use OSGi DS services and register a
OsgiVaadinResource |
| com.vaadin.osgi.resources.VaadinResourceService.publishTheme(String, HttpService)
use OSGi DS services and register a
OsgiVaadinTheme |
| com.vaadin.osgi.resources.VaadinResourceService.publishWidgetset(String, HttpService)
use OSGi DS services and register a
OsgiVaadinWidgetset |
| com.vaadin.shared.ui.ComponentStateUtil.removeRegisteredEventListener(SharedState, String)
Use a
Registration object returned by
ComponentStateUtil.addRegisteredEventListener(SharedState, String) to
remove a listener |
| Constructor and Description |
|---|
| com.vaadin.shared.ui.MarginInfo(int)
use other constructors instead of this one
|
| Enum Constant and Description |
|---|
| com.vaadin.shared.ui.ui.Transport.STREAMING
Use the more reliable
Transport.LONG_POLLING instead. |
Copyright © 2021 Vaadin Ltd. All rights reserved.