Deprecated API


Contents
Deprecated Interfaces
com.vaadin.server.AbstractCommunicationManager.Callback
          might be refactored or removed before 7.0.0 
com.vaadin.server.Terminal
          Currently only a container for ErrorEvent and ErrorListener 
com.vaadin.server.VaadinRequest.BrowserDetails
          might be refactored or removed before 7.0.0 
com.vaadin.server.VariableOwner
          in 7.0. Only provided to ease porting of Vaadin 6 components. Do not implement this directly, implement LegacyComponent. 
 

Deprecated Classes
com.vaadin.server.AbstractCommunicationManager
          might be refactored or removed before 7.0.0 
com.vaadin.server.BootstrapHandler
          might be refactored or removed before 7.0.0 
com.vaadin.server.CommunicationManager
          might be refactored or removed before 7.0.0 
com.vaadin.data.validator.DoubleValidator
          in Vaadin 7.0. Use an Double converter on the field instead. 
com.vaadin.event.EventRouter
          The EventRouter will be replaced by an EventRouter which does not use reflection in Vaadin 7.0.0. See #8640. 
com.vaadin.ui.Form
          Use FieldGroup instead of Form for more flexibility. 
com.vaadin.data.validator.IntegerValidator
          in Vaadin 7.0. Use an Integer converter on the field instead. 
com.vaadin.LegacyApplication
          This class is only intended to ease migration and should not be used for new projects. 
com.vaadin.server.LegacyApplicationUIProvider
          Used only to support LegacyApplication - will be removed when LegacyApplication support is removed. 
com.vaadin.event.ListenerMethod
          The EventRouter will be replaced by an EventRouter which does not use reflection in Vaadin 7.0.0. See #8640. 
com.vaadin.ui.LoginForm
          as of Vaadin 7.0. This component no longer fulfills its duty reliably in the supported browsers and a VerticalLayout with two TextFields can be used instead. 
com.vaadin.server.PortletCommunicationManager
          might be refactored or removed before 7.0.0 
com.vaadin.data.util.PropertyFormatter
          Since 7.0 replaced by Converter 
com.vaadin.ui.Select
          as of 7.0. Use ComboBox instead. 
com.vaadin.ui.UI.LegacyWindow
           
com.vaadin.server.VaadinPortletSession
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServiceSession.SessionStartEvent
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServiceSession.WindowAttachEvent
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServiceSession.WindowDetachEvent
          might be refactored or removed before 7.0.0 
 

Deprecated Enums
com.vaadin.server.VaadinPortlet.RequestType
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServlet.RequestType
          might be refactored or removed before 7.0.0 
 

Deprecated Fields
com.vaadin.ui.Table.ALIGN_CENTER
          from 7.0, use Table.Align.CENTER instead 
com.vaadin.ui.Table.ALIGN_LEFT
          from 7.0, use Table.Align.LEFT instead 
com.vaadin.ui.Table.ALIGN_RIGHT
          from 7.0, use Table.Align.RIGHT instead 
com.vaadin.server.Page.BORDER_DEFAULT
          from 7.0, use BorderStyle.DEFAULT instead. 
com.vaadin.server.Page.BORDER_MINIMAL
          from 7.0, use BorderStyle.MINIMAL instead. 
com.vaadin.server.Page.BORDER_NONE
          from 7.0, use BorderStyle.NONE instead. 
com.vaadin.event.MouseEvents.ClickEvent.BUTTON_LEFT
          use Button#LEFT instead. 
com.vaadin.event.MouseEvents.ClickEvent.BUTTON_MIDDLE
          use Button#MIDDLE instead. 
com.vaadin.event.MouseEvents.ClickEvent.BUTTON_RIGHT
          use Button#RIGHT instead. 
com.vaadin.ui.Table.COLUMN_HEADER_MODE_EXPLICIT
          from 7.0, use Table.ColumnHeaderMode.EXPLICIT instead 
com.vaadin.ui.Table.COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID
          from 7.0, use Table.ColumnHeaderMode.EXPLICIT_DEFAULTS_ID instead 
com.vaadin.ui.Table.COLUMN_HEADER_MODE_HIDDEN
          from 7.0, use Table.ColumnHeaderMode.HIDDEN instead 
com.vaadin.ui.Table.COLUMN_HEADER_MODE_ID
          from 7.0, use Table.ColumnHeaderMode.ID instead 
com.vaadin.ui.Label.CONTENT_DEFAULT
          From 7.0, use ContentMode.TEXT instead 
com.vaadin.server.UserError.CONTENT_PREFORMATTED
          from 7.0, use ContentMode#PREFORMATTED instead     
com.vaadin.ui.Label.CONTENT_PREFORMATTED
          From 7.0, use ContentMode.PREFORMATTED instead 
com.vaadin.ui.Label.CONTENT_RAW
          From 7.0, use ContentMode.RAW instead 
com.vaadin.server.UserError.CONTENT_TEXT
          from 7.0, use ContentMode#TEXT instead     
com.vaadin.ui.Label.CONTENT_TEXT
          From 7.0, use ContentMode.TEXT instead 
com.vaadin.server.UserError.CONTENT_XHTML
          from 7.0, use ContentMode#HTML instead     
com.vaadin.ui.Label.CONTENT_XHTML
          From 7.0, use ContentMode.HTML instead 
com.vaadin.ui.Label.CONTENT_XML
          From 7.0, use ContentMode.XML instead 
com.vaadin.server.ErrorMessage.CRITICAL
          from 7.0, use ErrorMessage.ErrorLevel.CRITICAL instead     
com.vaadin.server.ErrorMessage.ERROR
          from 7.0, use ErrorMessage.ErrorLevel.ERROR instead     
com.vaadin.ui.AbstractSelect.Filtering.FILTERINGMODE_CONTAINS
          from 7.0, use FilteringMode.CONTAINS instead 
com.vaadin.ui.AbstractSelect.Filtering.FILTERINGMODE_OFF
          from 7.0, use FilteringMode.OFF instead 
com.vaadin.ui.AbstractSelect.Filtering.FILTERINGMODE_STARTSWITH
          from 7.0, use FilteringMode.STARTSWITH instead 
com.vaadin.server.ErrorMessage.INFORMATION
          from 7.0, use ErrorMessage.ErrorLevel.INFORMATION instead     
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_EXPLICIT
          from 7.0, use AbstractSelect.ItemCaptionMode.EXPLICIT instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_EXPLICIT_DEFAULTS_ID
          from 7.0, use AbstractSelect.ItemCaptionMode.EXPLICIT_DEFAULTS_ID instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_ICON_ONLY
          from 7.0, use AbstractSelect.ItemCaptionMode.ICON_ONLY instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_ID
          from 7.0, use AbstractSelect.ItemCaptionMode.ID instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_INDEX
          from 7.0, use AbstractSelect.ItemCaptionMode.INDEX instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_ITEM
          from 7.0, use AbstractSelect.ItemCaptionMode.ITEM instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_PROPERTY
          from 7.0, use AbstractSelect.ItemCaptionMode.PROPERTY instead 
com.vaadin.data.validator.CompositeValidator.MODE_AND
          from 7.0, use CompositeValidator.CombinationMode.AND instead     
com.vaadin.data.validator.CompositeValidator.MODE_OR
          from 7.0, use CompositeValidator.CombinationMode.OR instead     
com.vaadin.server.VaadinPortlet.PORTAL_PARAMETER_VAADIN_THEME
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinPortlet.PORTLET_PARAMETER_STYLE
          might be refactored or removed before 7.0.0 
com.vaadin.ui.Notification.POSITION_BOTTOM_LEFT
           
com.vaadin.ui.Notification.POSITION_BOTTOM_RIGHT
           
com.vaadin.ui.Notification.POSITION_CENTERED
           
com.vaadin.ui.Notification.POSITION_CENTERED_BOTTOM
           
com.vaadin.ui.Notification.POSITION_CENTERED_TOP
           
com.vaadin.ui.Notification.POSITION_TOP_LEFT
           
com.vaadin.ui.Notification.POSITION_TOP_RIGHT
           
com.vaadin.ui.DateField.RESOLUTION_DAY
          As of 7.0, use Resolution.DAY 
com.vaadin.ui.DateField.RESOLUTION_HOUR
          As of 7.0, use Resolution.HOUR 
com.vaadin.ui.DateField.RESOLUTION_MIN
          As of 7.0, use Resolution.MINUTE 
com.vaadin.ui.DateField.RESOLUTION_MONTH
          As of 7.0, use Resolution.MONTH 
com.vaadin.ui.DateField.RESOLUTION_SEC
          As of 7.0, use Resolution.SECOND 
com.vaadin.ui.DateField.RESOLUTION_YEAR
          As of 7.0, use Resolution.YEAR 
com.vaadin.server.VaadinPortlet.RESOURCE_URL_ID
          might be refactored or removed before 7.0.0 
com.vaadin.ui.Table.ROW_HEADER_MODE_EXPLICIT
          from 7.0, use Table.RowHeaderMode.EXPLICIT instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID
          from 7.0, use Table.RowHeaderMode.EXPLICIT_DEFAULTS_ID instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_HIDDEN
          from 7.0, use Table.RowHeaderMode.HIDDEN instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_ICON_ONLY
          from 7.0, use Table.RowHeaderMode.ICON_ONLY instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_ID
          from 7.0, use Table.RowHeaderMode.ID instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_INDEX
          from 7.0, use Table.RowHeaderMode.INDEX instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_ITEM
          from 7.0, use Table.RowHeaderMode.ITEM instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_PROPERTY
          from 7.0, use Table.RowHeaderMode.PROPERTY instead 
com.vaadin.server.ErrorMessage.SYSTEMERROR
          from 7.0, use ErrorMessage.ErrorLevel.SYSTEMERROR instead     
com.vaadin.ui.Link.TARGET_BORDER_DEFAULT
          from 7.0, use BorderStyle.DEFAULT instead 
com.vaadin.ui.Link.TARGET_BORDER_MINIMAL
          from 7.0, use BorderStyle.MINIMAL instead 
com.vaadin.ui.Link.TARGET_BORDER_NONE
          from 7.0, use BorderStyle.NONE instead 
com.vaadin.ui.Embedded.TYPE_BROWSER
          As of 7.0, use the BrowserFrame component instead. 
com.vaadin.ui.Notification.TYPE_ERROR_MESSAGE
           
com.vaadin.ui.Notification.TYPE_HUMANIZED_MESSAGE
           
com.vaadin.ui.Embedded.TYPE_IMAGE
          As of 7.0, use the Image component instead. 
com.vaadin.ui.Notification.TYPE_TRAY_NOTIFICATION
           
com.vaadin.ui.Notification.TYPE_WARNING_MESSAGE
           
com.vaadin.server.Sizeable.UNITS_CM
          from 7.0, use Sizeable.Unit.CM instead     
com.vaadin.server.Sizeable.UNITS_EM
          from 7.0, use Sizeable.Unit.EM instead     
com.vaadin.server.Sizeable.UNITS_EX
          from 7.0, use Sizeable.Unit.EX instead     
com.vaadin.server.Sizeable.UNITS_INCH
          from 7.0, use Sizeable.Unit.INCH instead     
com.vaadin.server.Sizeable.UNITS_MM
          from 7.0, use Sizeable.Unit.MM instead     
com.vaadin.server.Sizeable.UNITS_PERCENTAGE
          from 7.0, use Sizeable.Unit.PERCENTAGE instead     
com.vaadin.server.Sizeable.UNITS_PICAS
          from 7.0, use Sizeable.Unit.PICAS instead     
com.vaadin.server.Sizeable.UNITS_PIXELS
          from 7.0, use Sizeable.Unit.PIXELS instead     
com.vaadin.server.Sizeable.UNITS_POINTS
          from 7.0, use Sizeable.Unit.POINTS instead     
com.vaadin.server.VaadinService.URL_PARAMETER_CLOSE_APPLICATION
          Only supported for LegacyApplication. 
com.vaadin.server.VaadinService.URL_PARAMETER_RESTART_APPLICATION
          Only supported for LegacyApplication. 
com.vaadin.server.ErrorMessage.WARNING
          from 7.0, use ErrorMessage.ErrorLevel.WARNING instead     
com.vaadin.server.VaadinPortlet.WRITE_AJAX_PAGE_SCRIPT_WIDGETSET_SHOULD_WRITE
          might be refactored or removed before 7.0.0 
 

Deprecated Methods
com.vaadin.ui.AbstractSplitPanel.addListener(AbstractSplitPanel.SplitterClickListener)
          Since 7.0, replaced by AbstractSplitPanel.addSplitterClickListener(SplitterClickListener) 
com.vaadin.ui.Button.addListener(Button.ClickListener)
          Since 7.0, replaced by Button.addClickListener(ClickListener) 
com.vaadin.ui.AbstractComponent.addListener(Class, Object, Method)
          The EventRouter will be replaced by an EventRouter which does not use reflection in Vaadin 7.0.0. See #8640. 
com.vaadin.ui.AbstractComponent.addListener(Class, Object, String)
          The EventRouter will be replaced by an EventRouter which does not use reflection in Vaadin 7.0.0. See #8640. 
com.vaadin.ui.AbstractComponentContainer.addListener(ComponentContainer.ComponentAttachListener)
          Since 7.0, replaced by AbstractComponentContainer.addComponentAttachListener(com.vaadin.ui.ComponentContainer.ComponentAttachListener) 
com.vaadin.ui.ComponentContainer.addListener(ComponentContainer.ComponentAttachListener)
          Since 7.0, replaced by ComponentContainer.addComponentAttachListener(ComponentAttachListener) 
com.vaadin.ui.CustomField.addListener(ComponentContainer.ComponentAttachListener)
          Since 7.0, replaced by CustomField.addComponentAttachListener(com.vaadin.ui.ComponentContainer.ComponentAttachListener) 
com.vaadin.ui.AbstractComponentContainer.addListener(ComponentContainer.ComponentDetachListener)
          Since 7.0, replaced by AbstractComponentContainer.addComponentDetachListener(com.vaadin.ui.ComponentContainer.ComponentDetachListener) 
com.vaadin.ui.ComponentContainer.addListener(ComponentContainer.ComponentDetachListener)
          Since 7.0, replaced by ComponentContainer.addComponentDetachListener(ComponentDetachListener) 
com.vaadin.ui.CustomField.addListener(ComponentContainer.ComponentDetachListener)
          Since 7.0, replaced by CustomField.addComponentDetachListener(com.vaadin.ui.ComponentContainer.ComponentDetachListener) 
com.vaadin.data.Container.ItemSetChangeNotifier.addListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by #addItemSetChangeListener(ItemSetChangeListener) 
com.vaadin.data.util.AbstractInMemoryContainer.addListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by AbstractInMemoryContainer.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.ContainerHierarchicalWrapper.addListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by ContainerHierarchicalWrapper.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.ContainerOrderedWrapper.addListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by ContainerOrderedWrapper.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.AbstractContainer.addListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by AbstractContainer.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.sqlcontainer.SQLContainer.addListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by SQLContainer.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.ui.AbstractSelect.addListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by AbstractSelect.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.Container.PropertySetChangeNotifier.addListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by #addPropertySetChangeListener(PropertySetChangeListener) 
com.vaadin.data.util.AbstractBeanContainer.addListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by AbstractBeanContainer.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.ContainerHierarchicalWrapper.addListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by ContainerHierarchicalWrapper.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.IndexedContainer.addListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by IndexedContainer.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.ContainerOrderedWrapper.addListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by ContainerOrderedWrapper.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.AbstractContainer.addListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by AbstractContainer.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.ui.AbstractSelect.addListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by AbstractSelect.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.event.FieldEvents.BlurNotifier.addListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.DateField.addListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.Window.addListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.OptionGroup.addListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.ComboBox.addListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.AbstractTextField.addListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.CheckBox.addListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.Button.addListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.TabSheet.addListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.event.FieldEvents.FocusNotifier.addListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.DateField.addListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.Window.addListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.OptionGroup.addListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.ComboBox.addListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.AbstractTextField.addListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.CheckBox.addListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.Button.addListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.TabSheet.addListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.event.FieldEvents.TextChangeNotifier.addListener(FieldEvents.TextChangeListener)
          Since 7.0, replaced by #addTextChangeListener(TextChangeListener) 
com.vaadin.ui.AbstractTextField.addListener(FieldEvents.TextChangeListener)
          Since 7.0, replaced by #addTextChangeListener(TextChangeListener) 
com.vaadin.data.Item.PropertySetChangeNotifier.addListener(Item.PropertySetChangeListener)
          Since 7.0, replaced by #addPropertySetChangeListener(PropertySetChangeListener) 
com.vaadin.data.util.PropertysetItem.addListener(Item.PropertySetChangeListener)
          Since 7.0, replaced by PropertysetItem.addPropertySetChangeListener(com.vaadin.data.Item.PropertySetChangeListener) 
com.vaadin.event.ItemClickEvent.ItemClickNotifier.addListener(ItemClickEvent.ItemClickListener)
          Since 7.0, replaced by #addItemClickListener(ItemClickListener) 
com.vaadin.ui.Tree.addListener(ItemClickEvent.ItemClickListener)
          Since 7.0, replaced by #addItemClickListener(ItemClickListener) 
com.vaadin.ui.Table.addListener(ItemClickEvent.ItemClickListener)
          Since 7.0, replaced by #addItemClickListener(ItemClickListener) 
com.vaadin.event.LayoutEvents.LayoutClickNotifier.addListener(LayoutEvents.LayoutClickListener)
          Since 7.0, replaced by #addLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.CssLayout.addListener(LayoutEvents.LayoutClickListener)
          Since 7.0, replaced by #addLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.GridLayout.addListener(LayoutEvents.LayoutClickListener)
          Since 7.0, replaced by #addLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.AbsoluteLayout.addListener(LayoutEvents.LayoutClickListener)
          Since 7.0, replaced by #addLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.AbstractOrderedLayout.addListener(LayoutEvents.LayoutClickListener)
          Since 7.0, replaced by #addLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.LoginForm.addListener(LoginForm.LoginListener)
          Since 7.0, replaced by LoginForm.addLoginListener(LoginListener) 
com.vaadin.ui.Panel.addListener(MouseEvents.ClickListener)
          Since 7.0, replaced by #addClickListener(ClickListener) 
com.vaadin.ui.Image.addListener(MouseEvents.ClickListener)
          As of 7.0.0, use #addClickListener(ClickListener) instead 
com.vaadin.ui.Embedded.addListener(MouseEvents.ClickListener)
          Since 7.0, replaced by #addClickListener(ClickListener) 
com.vaadin.ui.UI.addListener(MouseEvents.ClickListener)
          Since 7.0, replaced by #addClickListener(ClickListener) 
com.vaadin.server.Page.addListener(Page.BrowserWindowResizeListener)
          Since 7.0, replaced by Page.addBrowserWindowResizeListener(BrowserWindowResizeListener) 
com.vaadin.ui.UI.LegacyWindow.addListener(Page.BrowserWindowResizeListener)
          As of 7.0, use the similarly named api in Page instead 
com.vaadin.server.Page.addListener(Page.FragmentChangedListener)
          Since 7.0, replaced by Page.addFragmentChangedListener(FragmentChangedListener) 
com.vaadin.ui.PopupView.addListener(PopupView.PopupVisibilityListener)
          Since 7.0, replaced by PopupView.addPopupVisibilityListener(PopupVisibilityListener) 
com.vaadin.data.Property.ReadOnlyStatusChangeNotifier.addListener(Property.ReadOnlyStatusChangeListener)
          Since 7.0, replaced by #addReadOnlyStatusChangeListener(ReadOnlyStatusChangeListener) 
com.vaadin.data.util.AbstractProperty.addListener(Property.ReadOnlyStatusChangeListener)
          Since 7.0, replaced by AbstractProperty.addReadOnlyStatusChangeListener(com.vaadin.data.Property.ReadOnlyStatusChangeListener) 
com.vaadin.ui.AbstractField.addListener(Property.ReadOnlyStatusChangeListener)
          Since 7.0, replaced by AbstractField.addReadOnlyStatusChangeListener(com.vaadin.data.Property.ReadOnlyStatusChangeListener) 
com.vaadin.data.Property.ValueChangeNotifier.addListener(Property.ValueChangeListener)
          Since 7.0, replaced by #addValueChangeListener(ValueChangeListener) 
com.vaadin.data.util.AbstractProperty.addListener(Property.ValueChangeListener)
          Since 7.0, replaced by AbstractProperty.addValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.data.util.IndexedContainer.addListener(Property.ValueChangeListener)
          Since 7.0, replaced by IndexedContainer.addValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.ui.Label.addListener(Property.ValueChangeListener)
          Since 7.0, replaced by Label.addValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.ui.AbstractField.addListener(Property.ValueChangeListener)
          Since 7.0, replaced by AbstractField.addValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.data.util.sqlcontainer.SQLContainer.addListener(QueryDelegate.RowIdChangeListener)
          Since 7.0, replaced by #addRowIdChangeListener(RowIdChangeListener) 
com.vaadin.data.util.sqlcontainer.query.TableQuery.addListener(QueryDelegate.RowIdChangeListener)
          Since 7.0, replaced by TableQuery.addRowIdChangeListener(com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeListener) 
com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier.addListener(QueryDelegate.RowIdChangeListener)
          Since 7.0, replaced by #addRowIdChangeListener(RowIdChangeListener) 
com.vaadin.ui.AbstractComponent.addListener(String, Class, Object, Method)
          The EventRouter will be replaced by an EventRouter which does not use reflection in Vaadin 7.0.0. See #8640. 
com.vaadin.ui.Table.addListener(Table.ColumnReorderListener)
          Since 7.0, replaced by Table.addColumnReorderListener(ColumnReorderListener) 
com.vaadin.ui.Table.addListener(Table.ColumnResizeListener)
          Since 7.0, replaced by Table.addColumnResizeListener(ColumnResizeListener) 
com.vaadin.ui.Table.addListener(Table.FooterClickListener)
          Since 7.0, replaced by Table.addFooterClickListener(FooterClickListener) 
com.vaadin.ui.Table.addListener(Table.HeaderClickListener)
          Since 7.0, replaced by Table.addHeaderClickListener(HeaderClickListener) 
com.vaadin.ui.TabSheet.addListener(TabSheet.SelectedTabChangeListener)
          Since 7.0, replaced by TabSheet.addSelectedTabChangeListener(SelectedTabChangeListener) 
com.vaadin.ui.Tree.addListener(Tree.CollapseListener)
          Since 7.0, replaced by Tree.addCollapseListener(CollapseListener) 
com.vaadin.ui.TreeTable.addListener(Tree.CollapseListener)
          Since 7.0, replaced by #addCollapseListener(CollapseListener) 
com.vaadin.ui.Tree.addListener(Tree.ExpandListener)
          Since 7.0, replaced by Tree.addExpandListener(ExpandListener) 
com.vaadin.ui.TreeTable.addListener(Tree.ExpandListener)
          Since 7.0, replaced by #addExpandListener(ExpandListener) 
com.vaadin.ui.Upload.addListener(Upload.FailedListener)
          Since 7.0, replaced by Upload.addFailedListener(FailedListener) 
com.vaadin.ui.Upload.addListener(Upload.FinishedListener)
          Since 7.0, replaced by Upload.addFinishedListener(FinishedListener) 
com.vaadin.ui.Upload.addListener(Upload.ProgressListener)
          Since 7.0, replaced by Upload.addProgressListener(ProgressListener) 
com.vaadin.ui.Upload.addListener(Upload.StartedListener)
          Since 7.0, replaced by Upload.addStartedListener(StartedListener) 
com.vaadin.ui.Upload.addListener(Upload.SucceededListener)
          Since 7.0, replaced by Upload.addSucceededListener(SucceededListener) 
com.vaadin.ui.Window.addListener(Window.CloseListener)
          Since 7.0, replaced by Window.addCloseListener(CloseListener) 
com.vaadin.ui.Window.addListener(Window.ResizeListener)
          Since 7.0, replaced by Window.addResizeListener(ResizeListener) 
com.vaadin.ui.CheckBox.booleanValue()
          Use AbstractField.getValue() instead and, if needed, handle null values. 
com.vaadin.server.VaadinServiceSession.cleanupInactiveUIs()
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServiceSession.cleanupUI(UI)
          Method is declared as public only to support LegacyApplication.close() and will be removed when LegacyApplciation support is removed. 
com.vaadin.data.util.IndexedContainer.clone()
          cloning support might be removed from IndexedContainer in the future 
com.vaadin.server.AbstractCommunicationManager.createBootstrapHandler()
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServiceSession.createConnectorId(ClientConnector)
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServlet.criticalNotification(VaadinServletRequest, HttpServletResponse, String, String, String, String)
          might be refactored or removed before 7.0.0 
com.vaadin.ui.UI.LegacyWindow.executeJavaScript(String)
          as of 7.0, use JavaScript.getCurrent().execute(String) instead 
com.vaadin.server.VaadinServlet.getApplicationUrl(HttpServletRequest)
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinService.getApplicationUrl(VaadinRequest)
          Only used to support LegacyApplication. 
com.vaadin.server.VaadinServiceSession.getBrowser()
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinRequest.getBrowserDetails()
          might be refactored or removed before 7.0.0 
com.vaadin.ui.UI.LegacyWindow.getBrowserWindowHeight()
          As of 7.0, use the similarly named api in Page instead 
com.vaadin.ui.UI.LegacyWindow.getBrowserWindowWidth()
          As of 7.0, use the similarly named api in Page instead 
com.vaadin.server.VaadinServiceSession.getCommunicationManager()
          might be refactored or removed before 7.0.0 
com.vaadin.ui.HasComponents.getComponentIterator()
          Use Iterable.iterator() instead. 
com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate.getContainsRowQueryString(Object...)
          Implement FreeformStatementDelegate instead of FreeformQueryDelegate 
com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate.getCountQuery()
          Implement FreeformStatementDelegate instead of FreeformQueryDelegate 
com.vaadin.ui.AbstractComponent.getDebugId()
          as of 7.0. Use AbstractComponent.getId() 
com.vaadin.server.VaadinServiceSession.getForSession(VaadinService, WrappedSession)
          might be refactored or removed before 7.0.0 
com.vaadin.LegacyApplication.getLogoutURL()
          might be refactored or removed before 7.0.0 
com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate.getQueryString(int, int)
          Implement FreeformStatementDelegate instead of FreeformQueryDelegate 
com.vaadin.server.VaadinServlet.getRequestPathInfo(HttpServletRequest)
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinPortlet.getRequestType(VaadinPortletRequest)
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinPortletService.getRequestType(VaadinRequest)
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServletService.getRequestType(VaadinRequest)
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServlet.getRequestType(VaadinServletRequest)
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServlet.getResourcePath(ServletContext, String)
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServiceSession.getURL()
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinPortlet.handleRequest(PortletRequest, PortletResponse)
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServlet.isAllowedVAADINResourceUrl(HttpServletRequest, URL)
          might be refactored or removed before 7.0.0 
com.vaadin.ui.ComboBox.isMultiSelect()
          use ListSelect, OptionGroup or TwinColSelect instead 
com.vaadin.data.validator.StringLengthValidator.isNullAllowed()
           
com.vaadin.ui.Table.isSortDisabled()
          As of 7.0, use Table.isSortEnabled() instead 
com.vaadin.server.VaadinServiceSession.isUIAlive(UI)
          Might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServiceSession.modifyBootstrapResponse(BootstrapResponse)
          might be refactored or removed before 7.0.0 
com.vaadin.ui.UI.LegacyWindow.open(Resource)
          As of 7.0, use getPage().setLocation instead 
com.vaadin.ui.UI.LegacyWindow.open(Resource, String)
          As of 7.0, use getPage().open instead 
com.vaadin.server.Page.open(Resource, String, int, int, BorderStyle)
          only retained to maintain compatibility with LegacyWindow.open methods. See documentation for UI.LegacyWindow.open(Resource, String, int, int, BorderStyle) for discussion about replacing API. 
com.vaadin.ui.UI.LegacyWindow.open(Resource, String, int, int, BorderStyle)
          As of 7.0, use getPage().open instead 
com.vaadin.server.VaadinServiceSession.removeFromSession(VaadinService)
          might be refactored or removed before 7.0.0 
com.vaadin.ui.AbstractSplitPanel.removeListener(AbstractSplitPanel.SplitterClickListener)
          Since 7.0, replaced by AbstractSplitPanel.removeSplitterClickListener(SplitterClickListener) 
com.vaadin.ui.Button.removeListener(Button.ClickListener)
          Since 7.0, replaced by Button.removeClickListener(ClickListener) 
com.vaadin.ui.AbstractComponent.removeListener(Class, Object, Method)
          The EventRouter will be replaced by an EventRouter which does not use reflection in Vaadin 7.0.0. See #8640. 
com.vaadin.ui.AbstractComponentContainer.removeListener(ComponentContainer.ComponentAttachListener)
          Since 7.0, replaced by AbstractComponentContainer.removeComponentAttachListener(com.vaadin.ui.ComponentContainer.ComponentAttachListener) 
com.vaadin.ui.ComponentContainer.removeListener(ComponentContainer.ComponentAttachListener)
          Since 7.0, replaced by ComponentContainer.removeComponentAttachListener(ComponentAttachListener) 
com.vaadin.ui.CustomField.removeListener(ComponentContainer.ComponentAttachListener)
          Since 7.0, replaced by CustomField.removeComponentAttachListener(com.vaadin.ui.ComponentContainer.ComponentAttachListener) 
com.vaadin.ui.AbstractComponentContainer.removeListener(ComponentContainer.ComponentDetachListener)
          Since 7.0, replaced by AbstractComponentContainer.removeComponentDetachListener(com.vaadin.ui.ComponentContainer.ComponentDetachListener) 
com.vaadin.ui.ComponentContainer.removeListener(ComponentContainer.ComponentDetachListener)
          Since 7.0, replaced by ComponentContainer.removeComponentDetachListener(ComponentDetachListener) 
com.vaadin.ui.CustomField.removeListener(ComponentContainer.ComponentDetachListener)
          Since 7.0, replaced by CustomField.removeComponentDetachListener(com.vaadin.ui.ComponentContainer.ComponentDetachListener) 
com.vaadin.data.Container.ItemSetChangeNotifier.removeListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by #removeItemSetChangeListener(ItemSetChangeListener) 
com.vaadin.data.util.AbstractInMemoryContainer.removeListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by AbstractInMemoryContainer.removeItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.ContainerHierarchicalWrapper.removeListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by ContainerHierarchicalWrapper.removeItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.ContainerOrderedWrapper.removeListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by ContainerOrderedWrapper.removeItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.AbstractContainer.removeListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by AbstractContainer.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.sqlcontainer.SQLContainer.removeListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by SQLContainer.removeItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.ui.AbstractSelect.removeListener(Container.ItemSetChangeListener)
          Since 7.0, replaced by AbstractSelect.removeItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.Container.PropertySetChangeNotifier.removeListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by #removePropertySetChangeListener(PropertySetChangeListener) 
com.vaadin.data.util.AbstractBeanContainer.removeListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by AbstractBeanContainer.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.ContainerHierarchicalWrapper.removeListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by ContainerHierarchicalWrapper.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.IndexedContainer.removeListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by IndexedContainer.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.ContainerOrderedWrapper.removeListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by ContainerOrderedWrapper.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.AbstractContainer.removeListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by AbstractContainer.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.ui.AbstractSelect.removeListener(Container.PropertySetChangeListener)
          Since 7.0, replaced by AbstractSelect.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.event.FieldEvents.BlurNotifier.removeListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.DateField.removeListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.Window.removeListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.OptionGroup.removeListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.ComboBox.removeListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.AbstractTextField.removeListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.CheckBox.removeListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.Button.removeListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.TabSheet.removeListener(FieldEvents.BlurListener)
          Since 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.event.FieldEvents.FocusNotifier.removeListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.DateField.removeListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.Window.removeListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.OptionGroup.removeListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.ComboBox.removeListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.AbstractTextField.removeListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.CheckBox.removeListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.Button.removeListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.TabSheet.removeListener(FieldEvents.FocusListener)
          Since 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.event.FieldEvents.TextChangeNotifier.removeListener(FieldEvents.TextChangeListener)
          Since 7.0, replaced by #removeTextChangeListener(TextChangeListener) 
com.vaadin.ui.AbstractTextField.removeListener(FieldEvents.TextChangeListener)
          Since 7.0, replaced by #removeTextChangeListener(TextChangeListener) 
com.vaadin.data.Item.PropertySetChangeNotifier.removeListener(Item.PropertySetChangeListener)
          Since 7.0, replaced by #removePropertySetChangeListener(PropertySetChangeListener) 
com.vaadin.data.util.PropertysetItem.removeListener(Item.PropertySetChangeListener)
          Since 7.0, replaced by PropertysetItem.removePropertySetChangeListener(com.vaadin.data.Item.PropertySetChangeListener) 
com.vaadin.event.ItemClickEvent.ItemClickNotifier.removeListener(ItemClickEvent.ItemClickListener)
          Since 7.0, replaced by #removeItemClickListener(ItemClickListener) 
com.vaadin.ui.Tree.removeListener(ItemClickEvent.ItemClickListener)
          Since 7.0, replaced by #removeItemClickListener(ItemClickListener) 
com.vaadin.ui.Table.removeListener(ItemClickEvent.ItemClickListener)
          Since 7.0, replaced by #removeItemClickListener(ItemClickListener) 
com.vaadin.event.LayoutEvents.LayoutClickNotifier.removeListener(LayoutEvents.LayoutClickListener)
          Since 7.0, replaced by #removeLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.CssLayout.removeListener(LayoutEvents.LayoutClickListener)
          Since 7.0, replaced by #removeLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.GridLayout.removeListener(LayoutEvents.LayoutClickListener)
          Since 7.0, replaced by #removeLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.AbsoluteLayout.removeListener(LayoutEvents.LayoutClickListener)
          Since 7.0, replaced by #removeLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.AbstractOrderedLayout.removeListener(LayoutEvents.LayoutClickListener)
          Since 7.0, replaced by #removeLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.LoginForm.removeListener(LoginForm.LoginListener)
          Since 7.0, replaced by LoginForm.removeLoginListener(LoginListener) 
com.vaadin.ui.Panel.removeListener(MouseEvents.ClickListener)
          Since 7.0, replaced by #removeClickListener(ClickListener) 
com.vaadin.ui.Image.removeListener(MouseEvents.ClickListener)
          As of 7.0.0, use #removeClickListener(ClickListener) instead 
com.vaadin.ui.Embedded.removeListener(MouseEvents.ClickListener)
          Since 7.0, replaced by #removeClickListener(ClickListener) 
com.vaadin.ui.UI.removeListener(MouseEvents.ClickListener)
          Since 7.0, replaced by #removeClickListener(ClickListener) 
com.vaadin.server.Page.removeListener(Page.BrowserWindowResizeListener)
          Since 7.0, replaced by Page.removeBrowserWindowResizeListener(BrowserWindowResizeListener) 
com.vaadin.ui.UI.LegacyWindow.removeListener(Page.BrowserWindowResizeListener)
          As of 7.0, use the similarly named api in Page instead 
com.vaadin.server.Page.removeListener(Page.FragmentChangedListener)
          Since 7.0, replaced by Page.removeFragmentChangedListener(FragmentChangedListener) 
com.vaadin.ui.PopupView.removeListener(PopupView.PopupVisibilityListener)
          Since 7.0, replaced by PopupView.removePopupVisibilityListener(PopupVisibilityListener) 
com.vaadin.data.Property.ReadOnlyStatusChangeNotifier.removeListener(Property.ReadOnlyStatusChangeListener)
          Since 7.0, replaced by #removeReadOnlyStatusChangeListener(ReadOnlyStatusChangeListener) 
com.vaadin.data.util.AbstractProperty.removeListener(Property.ReadOnlyStatusChangeListener)
          Since 7.0, replaced by AbstractProperty.removeReadOnlyStatusChangeListener(com.vaadin.data.Property.ReadOnlyStatusChangeListener) 
com.vaadin.ui.AbstractField.removeListener(Property.ReadOnlyStatusChangeListener)
          Since 7.0, replaced by AbstractField.removeReadOnlyStatusChangeListener(com.vaadin.data.Property.ReadOnlyStatusChangeListener) 
com.vaadin.data.Property.ValueChangeNotifier.removeListener(Property.ValueChangeListener)
          Since 7.0, replaced by #removeValueChangeListener(ValueChangeListener) 
com.vaadin.data.util.AbstractProperty.removeListener(Property.ValueChangeListener)
          Since 7.0, replaced by AbstractProperty.removeValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.data.util.IndexedContainer.removeListener(Property.ValueChangeListener)
          Since 7.0, replaced by IndexedContainer.removeValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.ui.Label.removeListener(Property.ValueChangeListener)
          Since 7.0, replaced by Label.removeValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.ui.AbstractField.removeListener(Property.ValueChangeListener)
          Since 7.0, replaced by AbstractField.removeValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.data.util.sqlcontainer.SQLContainer.removeListener(QueryDelegate.RowIdChangeListener)
          Since 7.0, replaced by #removeRowIdChangeListener(RowIdChangeListener) 
com.vaadin.data.util.sqlcontainer.query.TableQuery.removeListener(QueryDelegate.RowIdChangeListener)
          Since 7.0, replaced by TableQuery.removeRowIdChangeListener(com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeListener) 
com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier.removeListener(QueryDelegate.RowIdChangeListener)
          Since 7.0, replaced by #removeRowIdChangeListener(RowIdChangeListener) 
com.vaadin.ui.Table.removeListener(Table.ColumnReorderListener)
          Since 7.0, replaced by Table.removeColumnReorderListener(ColumnReorderListener) 
com.vaadin.ui.Table.removeListener(Table.ColumnResizeListener)
          Since 7.0, replaced by Table.removeColumnResizeListener(ColumnResizeListener) 
com.vaadin.ui.Table.removeListener(Table.FooterClickListener)
          Since 7.0, replaced by Table.removeFooterClickListener(FooterClickListener) 
com.vaadin.ui.Table.removeListener(Table.HeaderClickListener)
          Since 7.0, replaced by Table.removeHeaderClickListener(HeaderClickListener) 
com.vaadin.ui.TabSheet.removeListener(TabSheet.SelectedTabChangeListener)
          Since 7.0, replaced by TabSheet.removeSelectedTabChangeListener(SelectedTabChangeListener) 
com.vaadin.ui.Tree.removeListener(Tree.CollapseListener)
          Since 7.0, replaced by Tree.removeCollapseListener(CollapseListener) 
com.vaadin.ui.TreeTable.removeListener(Tree.CollapseListener)
          Since 7.0, replaced by #removeCollapseListener(CollapseListener) 
com.vaadin.ui.Tree.removeListener(Tree.ExpandListener)
          Since 7.0, replaced by Tree.removeExpandListener(ExpandListener) 
com.vaadin.ui.TreeTable.removeListener(Tree.ExpandListener)
          Since 7.0, replaced by #removeExpandListener(ExpandListener) 
com.vaadin.ui.Upload.removeListener(Upload.FailedListener)
          Since 7.0, replaced by Upload.removeFailedListener(FailedListener) 
com.vaadin.ui.Upload.removeListener(Upload.FinishedListener)
          Since 7.0, replaced by Upload.removeFinishedListener(FinishedListener) 
com.vaadin.ui.Upload.removeListener(Upload.ProgressListener)
          Since 7.0, replaced by Upload.removeProgressListener(ProgressListener) 
com.vaadin.ui.Upload.removeListener(Upload.StartedListener)
          Since 7.0, replaced by Upload.removeStartedListener(StartedListener) 
com.vaadin.ui.Upload.removeListener(Upload.SucceededListener)
          Since 7.0, replaced by Upload.removeSucceededListener(SucceededListener) 
com.vaadin.ui.Window.removeListener(Window.CloseListener)
          Since 7.0, replaced by Window.removeCloseListener(CloseListener) 
com.vaadin.ui.Window.removeListener(Window.ResizeListener)
          Since 7.0, replaced by Window.removeResizeListener(ResizeListener) 
com.vaadin.server.AbstractClientConnector.requestRepaint()
          As of 7.0.0, use AbstractClientConnector.markAsDirty() instead 
com.vaadin.server.DragAndDropService.requestRepaint()
           
com.vaadin.server.ClientConnector.requestRepaint()
          As of 7.0.0, use ClientConnector.markAsDirty() instead 
com.vaadin.ui.Table.requestRepaint()
          As of 7.0.0, use Table.markAsDirty() instead 
com.vaadin.server.AbstractClientConnector.requestRepaintAll()
          As of 7.0.0, use AbstractClientConnector.markAsDirtyRecursive() instead 
com.vaadin.server.DragAndDropService.requestRepaintAll()
           
com.vaadin.server.ClientConnector.requestRepaintAll()
          As of 7.0.0, use ClientConnector.markAsDirtyRecursive() instead 
com.vaadin.server.VaadinServlet.safeEscapeForHtml(String)
          might be refactored or removed before 7.0.0 
com.vaadin.data.util.AbstractInMemoryContainer.setAllItemIds(List)
           
com.vaadin.ui.UI.setCaption(String)
          as of 7.0.0, use Page.setTitle(String) 
com.vaadin.ui.AbstractComponent.setDebugId(String)
          as of 7.0. Use AbstractComponent.setId(String) 
com.vaadin.data.util.AbstractInMemoryContainer.setFilteredItemIds(List)
           
com.vaadin.LegacyApplication.setLogoutURL(String)
          might be refactored or removed before 7.0.0 
com.vaadin.ui.ComboBox.setMultiSelect(boolean)
          use ListSelect, OptionGroup or TwinColSelect instead 
com.vaadin.data.validator.StringLengthValidator.setNullAllowed(boolean)
           
com.vaadin.ui.Table.setSortDisabled(boolean)
          As of 7.0, use Table.setSortEnabled(boolean) instead 
com.vaadin.server.Page.showNotification(Notification)
          Use Notification.show(Page) instead. 
com.vaadin.ui.UI.showNotification(Notification)
          As of 7.0, use Notification.show instead 
com.vaadin.ui.UI.showNotification(String)
          As of 7.0, use Notification.show instead but be aware that Notification.show does not allow HTML. 
com.vaadin.ui.UI.showNotification(String, Notification.Type)
          As of 7.0, use Notification.show instead but be aware that Notification.show does not allow HTML. 
com.vaadin.ui.UI.showNotification(String, String)
          As of 7.0, use new Notification(...).show(Page) instead but be aware that HTML by default not allowed. 
com.vaadin.ui.UI.showNotification(String, String, Notification.Type)
          As of 7.0, use new Notification(...).show(Page) instead but be aware that HTML by default not allowed. 
com.vaadin.ui.UI.showNotification(String, String, Notification.Type, boolean)
          As of 7.0, use new Notification(...).show(Page). 
com.vaadin.server.VaadinServiceSession.start(VaadinServiceSession.SessionStartEvent)
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServiceSession.storeInSession(VaadinService, WrappedSession)
          might be refactored or removed before 7.0.0 
com.vaadin.server.VaadinServlet.stripSpecialChars(String)
          might be refactored or removed before 7.0.0 
com.vaadin.data.util.AbstractProperty.toString()
          use Property.getValue() instead and possibly toString on that 
com.vaadin.data.util.sqlcontainer.ColumnProperty.toString()
          get the string representation from the value 
com.vaadin.ui.Label.toString()
          As of 7.0.0, use Label.getValue() to get the value of the label or Label.getPropertyDataSource() .getValue() to get the value of the data source. 
com.vaadin.ui.AbstractField.toString()
          Instead use AbstractField.getValue() to get the value of the field, AbstractField.getConvertedValue() to get the field value converted to the data model type or AbstractField.getPropertyDataSource() .getValue() to get the value of the data source. 
 

Deprecated Constructors
com.vaadin.data.util.BeanItemContainer(Collection)
          use BeanItemContainer.BeanItemContainer(Class, Collection) instead 
com.vaadin.data.util.sqlcontainer.ColumnProperty(String, boolean, boolean, boolean, Object, Class)
          as of 7.0. Use {@link #ColumnProperty(String, boolean, boolean, boolean, boolean, Object, Class) instead 
com.vaadin.data.validator.DoubleValidator(String)
          in Vaadin 7.0. Use a Double converter on the field instead and/or use a DoubleRangeValidator for validating that the value is inside a given range. 
com.vaadin.data.util.sqlcontainer.query.FreeformQuery(String, List, JDBCConnectionPool)
          @see FreeformQuery.FreeformQuery(String, JDBCConnectionPool, String...) 
com.vaadin.data.validator.IntegerValidator(String)
          in Vaadin 7.0. Use an Integer converter on the field instead and/or use an IntegerRangeValidator for validating that the value is inside a given range. 
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.