Deprecated API


Contents
Deprecated Interfaces
com.vaadin.server.AbstractCommunicationManager.Callback
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.ui.FormFieldFactory
          As of 7.0, use FieldGroup instead of Form for more flexibility. 
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.server.VariableOwner
          As of 7.0. Only provided to ease porting of Vaadin 6 components. Do not implement this directly, implement LegacyComponent . 
 

Deprecated Classes
com.vaadin.server.AbstractCommunicationManager
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.BootstrapHandler
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.CommunicationManager
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.data.validator.DoubleValidator
          As of 7.0. Use a StringToDoubleConverter converter on the field instead or bind the field to a Property of type Double. 
com.vaadin.ui.Form
          As of 7.0, use FieldGroup instead of Form for more flexibility. 
com.vaadin.data.validator.IntegerValidator
          As of 7.0. Use a StringToIntegerConverter converter on the field instead or bind the field to a Property of type Integer. 
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.ui.LegacyWindow
           
com.vaadin.ui.LoginForm
          As of 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
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.data.util.PropertyFormatter
          As of 7.0, replaced by Converter 
com.vaadin.ui.Select
          As of 7.0. Use ComboBox instead. 
com.vaadin.server.VaadinPortletSession
          As of 7.0. Will likely change or be removed in a future version 
 

Deprecated Enums
com.vaadin.server.VaadinPortlet.RequestType
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinServlet.RequestType
          As of 7.0. Will likely change or be removed in a future version 
 

Deprecated Fields
com.vaadin.ui.Table.ALIGN_CENTER
          As of 7.0, use Table.Align.CENTER instead 
com.vaadin.ui.Table.ALIGN_LEFT
          As of 7.0, use Table.Align.LEFT instead 
com.vaadin.ui.Table.ALIGN_RIGHT
          As of 7.0, use Table.Align.RIGHT instead 
com.vaadin.server.Page.BORDER_DEFAULT
          As of 7.0, use BorderStyle.DEFAULT instead. 
com.vaadin.server.Page.BORDER_MINIMAL
          As of 7.0, use BorderStyle.MINIMAL instead. 
com.vaadin.server.Page.BORDER_NONE
          As of 7.0, use BorderStyle.NONE instead. 
com.vaadin.event.MouseEvents.ClickEvent.BUTTON_LEFT
          As of 7.0, use Button#LEFT instead. 
com.vaadin.event.MouseEvents.ClickEvent.BUTTON_MIDDLE
          As of 7.0, use Button#MIDDLE instead. 
com.vaadin.event.MouseEvents.ClickEvent.BUTTON_RIGHT
          As of 7.0, use Button#RIGHT instead. 
com.vaadin.ui.Table.COLUMN_HEADER_MODE_EXPLICIT
          As of 7.0, use Table.ColumnHeaderMode.EXPLICIT instead 
com.vaadin.ui.Table.COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID
          As of 7.0, use Table.ColumnHeaderMode.EXPLICIT_DEFAULTS_ID instead 
com.vaadin.ui.Table.COLUMN_HEADER_MODE_HIDDEN
          As of 7.0, use Table.ColumnHeaderMode.HIDDEN instead 
com.vaadin.ui.Table.COLUMN_HEADER_MODE_ID
          As of 7.0, use Table.ColumnHeaderMode.ID instead 
com.vaadin.ui.Label.CONTENT_DEFAULT
          As of 7.0, use ContentMode.TEXT instead 
com.vaadin.server.UserError.CONTENT_PREFORMATTED
          As of 7.0, use ContentMode#PREFORMATTED instead     
com.vaadin.ui.Label.CONTENT_PREFORMATTED
          As of 7.0, use ContentMode.PREFORMATTED instead 
com.vaadin.ui.Label.CONTENT_RAW
          As of 7.0, use ContentMode.RAW instead 
com.vaadin.server.UserError.CONTENT_TEXT
          As of 7.0, use ContentMode#TEXT instead     
com.vaadin.ui.Label.CONTENT_TEXT
          As of 7.0, use ContentMode.TEXT instead 
com.vaadin.server.UserError.CONTENT_XHTML
          As of 7.0, use ContentMode#HTML instead     
com.vaadin.ui.Label.CONTENT_XHTML
          As of 7.0, use ContentMode.HTML instead 
com.vaadin.ui.Label.CONTENT_XML
          As of 7.0, use ContentMode.XML instead 
com.vaadin.server.ErrorMessage.CRITICAL
          As of 7.0, use ErrorMessage.ErrorLevel.CRITICAL instead     
com.vaadin.server.ErrorMessage.ERROR
          As of 7.0, use ErrorMessage.ErrorLevel.ERROR instead     
com.vaadin.ui.AbstractSelect.Filtering.FILTERINGMODE_CONTAINS
          As of 7.0, use FilteringMode.CONTAINS instead 
com.vaadin.ui.AbstractSelect.Filtering.FILTERINGMODE_OFF
          As of 7.0, use FilteringMode.OFF instead 
com.vaadin.ui.AbstractSelect.Filtering.FILTERINGMODE_STARTSWITH
          As of 7.0, use FilteringMode.STARTSWITH instead 
com.vaadin.server.ErrorMessage.INFORMATION
          As of 7.0, use ErrorMessage.ErrorLevel.INFORMATION instead     
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_EXPLICIT
          As of 7.0, use AbstractSelect.ItemCaptionMode.EXPLICIT instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_EXPLICIT_DEFAULTS_ID
          As of 7.0, use AbstractSelect.ItemCaptionMode.EXPLICIT_DEFAULTS_ID instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_ICON_ONLY
          As of 7.0, use AbstractSelect.ItemCaptionMode.ICON_ONLY instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_ID
          As of 7.0, use AbstractSelect.ItemCaptionMode.ID instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_INDEX
          As of 7.0, use AbstractSelect.ItemCaptionMode.INDEX instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_ITEM
          As of 7.0, use AbstractSelect.ItemCaptionMode.ITEM instead 
com.vaadin.ui.AbstractSelect.ITEM_CAPTION_MODE_PROPERTY
          As of 7.0, use AbstractSelect.ItemCaptionMode.PROPERTY instead 
com.vaadin.data.validator.CompositeValidator.MODE_AND
          As of 7.0, use CompositeValidator.CombinationMode.AND instead     
com.vaadin.data.validator.CompositeValidator.MODE_OR
          As of 7.0, use CompositeValidator.CombinationMode.OR instead     
com.vaadin.server.VaadinPortlet.PORTAL_PARAMETER_VAADIN_THEME
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinPortlet.PORTLET_PARAMETER_STYLE
          As of 7.0. Will likely change or be removed in a future version 
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
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.ui.Table.ROW_HEADER_MODE_EXPLICIT
          As of 7.0, use Table.RowHeaderMode.EXPLICIT instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID
          As of 7.0, use Table.RowHeaderMode.EXPLICIT_DEFAULTS_ID instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_HIDDEN
          As of 7.0, use Table.RowHeaderMode.HIDDEN instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_ICON_ONLY
          As of 7.0, use Table.RowHeaderMode.ICON_ONLY instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_ID
          As of 7.0, use Table.RowHeaderMode.ID instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_INDEX
          As of 7.0, use Table.RowHeaderMode.INDEX instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_ITEM
          As of 7.0, use Table.RowHeaderMode.ITEM instead 
com.vaadin.ui.Table.ROW_HEADER_MODE_PROPERTY
          As of 7.0, use Table.RowHeaderMode.PROPERTY instead 
com.vaadin.server.ErrorMessage.SYSTEMERROR
          As of 7.0, use ErrorMessage.ErrorLevel.SYSTEMERROR instead     
com.vaadin.ui.Link.TARGET_BORDER_DEFAULT
          As of 7.0, use BorderStyle.DEFAULT instead 
com.vaadin.ui.Link.TARGET_BORDER_MINIMAL
          As of 7.0, use BorderStyle.MINIMAL instead 
com.vaadin.ui.Link.TARGET_BORDER_NONE
          As of 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
          As of 7.0, use Sizeable.Unit.CM instead     
com.vaadin.server.Sizeable.UNITS_EM
          As of 7.0, use Sizeable.Unit.EM instead     
com.vaadin.server.Sizeable.UNITS_EX
          As of 7.0, use Sizeable.Unit.EX instead     
com.vaadin.server.Sizeable.UNITS_INCH
          As of 7.0, use Sizeable.Unit.INCH instead     
com.vaadin.server.Sizeable.UNITS_MM
          As of 7.0, use Sizeable.Unit.MM instead     
com.vaadin.server.Sizeable.UNITS_PERCENTAGE
          As of 7.0, use Sizeable.Unit.PERCENTAGE instead     
com.vaadin.server.Sizeable.UNITS_PICAS
          As of 7.0, use Sizeable.Unit.PICAS instead     
com.vaadin.server.Sizeable.UNITS_PIXELS
          As of 7.0, use Sizeable.Unit.PIXELS instead     
com.vaadin.server.Sizeable.UNITS_POINTS
          As of 7.0, use Sizeable.Unit.POINTS instead     
com.vaadin.server.VaadinService.URL_PARAMETER_CLOSE_APPLICATION
          As of 7.0. Only supported for LegacyApplication. 
com.vaadin.server.VaadinService.URL_PARAMETER_RESTART_APPLICATION
          As of 7.0. Only supported for LegacyApplication. 
com.vaadin.server.ErrorMessage.WARNING
          As of 7.0, use ErrorMessage.ErrorLevel.WARNING instead     
com.vaadin.server.VaadinPortlet.WRITE_AJAX_PAGE_SCRIPT_WIDGETSET_SHOULD_WRITE
          As of 7.0. Will likely change or be removed in a future version 
 

Deprecated Methods
com.vaadin.ui.AbstractSplitPanel.addListener(AbstractSplitPanel.SplitterClickListener)
          As of 7.0, replaced by AbstractSplitPanel.addSplitterClickListener(SplitterClickListener) 
com.vaadin.ui.Button.addListener(Button.ClickListener)
          As of 7.0, replaced by Button.addClickListener(ClickListener) 
com.vaadin.server.AbstractClientConnector.addListener(Class, Object, String)
          As of 7.0. This method should be avoided. Use AbstractClientConnector.addListener(Class, Object, Method) or AbstractClientConnector.addListener(String, Class, Object, Method) instead. 
com.vaadin.data.Container.ItemSetChangeNotifier.addListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by #addItemSetChangeListener(ItemSetChangeListener) 
com.vaadin.data.util.ContainerHierarchicalWrapper.addListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by ContainerHierarchicalWrapper.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.AbstractContainer.addListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by AbstractContainer.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.ContainerOrderedWrapper.addListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by ContainerOrderedWrapper.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.AbstractInMemoryContainer.addListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by AbstractInMemoryContainer.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.sqlcontainer.SQLContainer.addListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by SQLContainer.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.ui.AbstractSelect.addListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by AbstractSelect.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.Container.PropertySetChangeNotifier.addListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by #addPropertySetChangeListener(PropertySetChangeListener) 
com.vaadin.data.util.ContainerHierarchicalWrapper.addListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by ContainerHierarchicalWrapper.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.AbstractBeanContainer.addListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by AbstractBeanContainer.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.AbstractContainer.addListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by AbstractContainer.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.IndexedContainer.addListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by IndexedContainer.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.ContainerOrderedWrapper.addListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by ContainerOrderedWrapper.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.ui.AbstractSelect.addListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by AbstractSelect.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.event.FieldEvents.BlurNotifier.addListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.TabSheet.addListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.AbstractTextField.addListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.CheckBox.addListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.OptionGroup.addListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.Button.addListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.Window.addListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.ComboBox.addListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.ui.DateField.addListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #addBlurListener(BlurListener) 
com.vaadin.event.FieldEvents.FocusNotifier.addListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.TabSheet.addListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.AbstractTextField.addListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.CheckBox.addListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.OptionGroup.addListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.Button.addListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.Window.addListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.ComboBox.addListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.ui.DateField.addListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #addFocusListener(FocusListener) 
com.vaadin.event.FieldEvents.TextChangeNotifier.addListener(FieldEvents.TextChangeListener)
          As of 7.0, replaced by #addTextChangeListener(TextChangeListener) 
com.vaadin.ui.AbstractTextField.addListener(FieldEvents.TextChangeListener)
          As of 7.0, replaced by #addTextChangeListener(TextChangeListener) 
com.vaadin.ui.ComponentContainer.addListener(HasComponents.ComponentAttachListener)
          As of 7.0, replaced by #addComponentAttachListener(ComponentAttachListener) 
com.vaadin.ui.AbstractComponentContainer.addListener(HasComponents.ComponentAttachListener)
          As of 7.0, replaced by #addComponentAttachListener(com.vaadin.ui.ComponentContainer.ComponentAttachListener) 
com.vaadin.ui.ComponentContainer.addListener(HasComponents.ComponentDetachListener)
          As of 7.0, replaced by #addComponentDetachListener(ComponentDetachListener) 
com.vaadin.ui.AbstractComponentContainer.addListener(HasComponents.ComponentDetachListener)
          As of 7.0, replaced by #addComponentDetachListener(com.vaadin.ui.ComponentContainer.ComponentDetachListener) 
com.vaadin.data.Item.PropertySetChangeNotifier.addListener(Item.PropertySetChangeListener)
          As of 7.0, replaced by #addPropertySetChangeListener(PropertySetChangeListener) 
com.vaadin.data.util.PropertysetItem.addListener(Item.PropertySetChangeListener)
          As of 7.0, replaced by PropertysetItem.addPropertySetChangeListener(com.vaadin.data.Item.PropertySetChangeListener) 
com.vaadin.event.ItemClickEvent.ItemClickNotifier.addListener(ItemClickEvent.ItemClickListener)
          As of 7.0, replaced by #addItemClickListener(ItemClickListener) 
com.vaadin.ui.Table.addListener(ItemClickEvent.ItemClickListener)
          As of 7.0, replaced by #addItemClickListener(ItemClickListener) 
com.vaadin.ui.Tree.addListener(ItemClickEvent.ItemClickListener)
          As of 7.0, replaced by #addItemClickListener(ItemClickListener) 
com.vaadin.event.LayoutEvents.LayoutClickNotifier.addListener(LayoutEvents.LayoutClickListener)
          As of 7.0, replaced by #addLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.CssLayout.addListener(LayoutEvents.LayoutClickListener)
          As of 7.0, replaced by #addLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.AbsoluteLayout.addListener(LayoutEvents.LayoutClickListener)
          As of 7.0, replaced by #addLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.AbstractOrderedLayout.addListener(LayoutEvents.LayoutClickListener)
          As of 7.0, replaced by #addLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.GridLayout.addListener(LayoutEvents.LayoutClickListener)
          As of 7.0, replaced by #addLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.LoginForm.addListener(LoginForm.LoginListener)
          As of 7.0, replaced by LoginForm.addLoginListener(LoginListener) 
com.vaadin.ui.Panel.addListener(MouseEvents.ClickListener)
          As of 7.0, replaced by #addClickListener(ClickListener) 
com.vaadin.ui.Image.addListener(MouseEvents.ClickListener)
          As of 7.0, use #addClickListener(ClickListener) instead 
com.vaadin.ui.Embedded.addListener(MouseEvents.ClickListener)
          As of 7.0, replaced by #addClickListener(ClickListener) 
com.vaadin.ui.UI.addListener(MouseEvents.ClickListener)
          As of 7.0, replaced by #addClickListener(ClickListener) 
com.vaadin.server.Page.addListener(Page.BrowserWindowResizeListener)
          As of 7.0, replaced by Page.addBrowserWindowResizeListener(BrowserWindowResizeListener) 
com.vaadin.ui.LegacyWindow.addListener(Page.BrowserWindowResizeListener)
          As of 7.0, use the similarly named api in Page instead 
com.vaadin.server.Page.addListener(Page.UriFragmentChangedListener)
          As of 7.0, replaced by Page.addUriFragmentChangedListener(UriFragmentChangedListener) 
com.vaadin.ui.PopupView.addListener(PopupView.PopupVisibilityListener)
          As of 7.0, replaced by PopupView.addPopupVisibilityListener(PopupVisibilityListener) 
com.vaadin.data.Property.ReadOnlyStatusChangeNotifier.addListener(Property.ReadOnlyStatusChangeListener)
          As of 7.0, replaced by #addReadOnlyStatusChangeListener(ReadOnlyStatusChangeListener) 
com.vaadin.data.util.AbstractProperty.addListener(Property.ReadOnlyStatusChangeListener)
          As of 7.0, replaced by AbstractProperty.addReadOnlyStatusChangeListener(com.vaadin.data.Property.ReadOnlyStatusChangeListener) 
com.vaadin.ui.AbstractField.addListener(Property.ReadOnlyStatusChangeListener)
          As of 7.0, replaced by AbstractField.addReadOnlyStatusChangeListener(com.vaadin.data.Property.ReadOnlyStatusChangeListener) 
com.vaadin.data.Property.ValueChangeNotifier.addListener(Property.ValueChangeListener)
          As of 7.0, replaced by #addValueChangeListener(ValueChangeListener) 
com.vaadin.data.util.IndexedContainer.addListener(Property.ValueChangeListener)
          As of 7.0, replaced by IndexedContainer.addValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.data.util.AbstractProperty.addListener(Property.ValueChangeListener)
          As of 7.0, replaced by AbstractProperty.addValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.ui.AbstractField.addListener(Property.ValueChangeListener)
          As of 7.0, replaced by AbstractField.addValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.ui.Label.addListener(Property.ValueChangeListener)
          As of 7.0, replaced by Label.addValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.data.util.sqlcontainer.SQLContainer.addListener(QueryDelegate.RowIdChangeListener)
          As of 7.0, replaced by #addRowIdChangeListener(RowIdChangeListener) 
com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier.addListener(QueryDelegate.RowIdChangeListener)
          As of 7.0, replaced by #addRowIdChangeListener(RowIdChangeListener) 
com.vaadin.data.util.sqlcontainer.query.TableQuery.addListener(QueryDelegate.RowIdChangeListener)
          As of 7.0, replaced by TableQuery.addRowIdChangeListener(com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeListener) 
com.vaadin.ui.Table.addListener(Table.ColumnReorderListener)
          As of 7.0, replaced by Table.addColumnReorderListener(ColumnReorderListener) 
com.vaadin.ui.Table.addListener(Table.ColumnResizeListener)
          As of 7.0, replaced by Table.addColumnResizeListener(ColumnResizeListener) 
com.vaadin.ui.Table.addListener(Table.FooterClickListener)
          As of 7.0, replaced by Table.addFooterClickListener(FooterClickListener) 
com.vaadin.ui.Table.addListener(Table.HeaderClickListener)
          As of 7.0, replaced by Table.addHeaderClickListener(HeaderClickListener) 
com.vaadin.ui.TabSheet.addListener(TabSheet.SelectedTabChangeListener)
          As of 7.0, replaced by TabSheet.addSelectedTabChangeListener(SelectedTabChangeListener) 
com.vaadin.ui.Tree.addListener(Tree.CollapseListener)
          As of 7.0, replaced by Tree.addCollapseListener(CollapseListener) 
com.vaadin.ui.TreeTable.addListener(Tree.CollapseListener)
          As of 7.0, replaced by #addCollapseListener(CollapseListener) 
com.vaadin.ui.Tree.addListener(Tree.ExpandListener)
          As of 7.0, replaced by Tree.addExpandListener(ExpandListener) 
com.vaadin.ui.TreeTable.addListener(Tree.ExpandListener)
          As of 7.0, replaced by #addExpandListener(ExpandListener) 
com.vaadin.ui.Upload.addListener(Upload.FailedListener)
          As of 7.0, replaced by Upload.addFailedListener(FailedListener) 
com.vaadin.ui.Upload.addListener(Upload.FinishedListener)
          As of 7.0, replaced by Upload.addFinishedListener(FinishedListener) 
com.vaadin.ui.Upload.addListener(Upload.ProgressListener)
          As of 7.0, replaced by Upload.addProgressListener(ProgressListener) 
com.vaadin.ui.Upload.addListener(Upload.StartedListener)
          As of 7.0, replaced by Upload.addStartedListener(StartedListener) 
com.vaadin.ui.Upload.addListener(Upload.SucceededListener)
          As of 7.0, replaced by Upload.addSucceededListener(SucceededListener) 
com.vaadin.ui.Window.addListener(Window.CloseListener)
          As of 7.0, replaced by Window.addCloseListener(CloseListener) 
com.vaadin.ui.Window.addListener(Window.ResizeListener)
          As of 7.0, replaced by Window.addResizeListener(ResizeListener) 
com.vaadin.ui.CheckBox.booleanValue()
          As of 7.0, use AbstractField.getValue() instead and, if needed, handle null values. 
com.vaadin.data.util.IndexedContainer.clone()
          As of 6.6. Cloning support might be removed from IndexedContainer in the future 
com.vaadin.server.AbstractCommunicationManager.createBootstrapHandler()
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinSession.createConnectorId(ClientConnector)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinServlet.criticalNotification(VaadinServletRequest, HttpServletResponse, String, String, String, String)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.ui.LegacyWindow.executeJavaScript(String)
          As of 7.0, use JavaScript.getCurrent().execute(String) instead 
com.vaadin.server.VaadinServlet.getApplicationUrl(HttpServletRequest)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinService.getApplicationUrl(VaadinRequest)
          As of 7.0. Only used to support LegacyApplication. 
com.vaadin.server.VaadinSession.getBrowser()
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.ui.LegacyWindow.getBrowserWindowHeight()
          As of 7.0, use the similarly named api in Page instead 
com.vaadin.ui.LegacyWindow.getBrowserWindowWidth()
          As of 7.0, use the similarly named api in Page instead 
com.vaadin.ui.NativeSelect.getColumns()
          As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field. 
com.vaadin.ui.ListSelect.getColumns()
          As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field. 
com.vaadin.ui.TwinColSelect.getColumns()
          As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field. 
com.vaadin.server.VaadinSession.getCommunicationManager()
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.ui.Table.getComponentIterator()
          As of 7.0, use Table.iterator() instead. 
com.vaadin.ui.ComponentContainer.getComponentIterator()
          As of 7.0, use HasComponents.iterator() instead. 
com.vaadin.ui.Form.getComponentIterator()
          As of 7.0, use Form.iterator() instead. 
com.vaadin.ui.AbstractComponentContainer.getComponentIterator()
          As of 7.0, use HasComponents.iterator() instead. 
com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate.getContainsRowQueryString(Object...)
          As of 6.7. Implement FreeformStatementDelegate instead of FreeformQueryDelegate 
com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate.getCountQuery()
          As of 6.7. Implement FreeformStatementDelegate instead of FreeformQueryDelegate 
com.vaadin.ui.AbstractComponent.getDebugId()
          As of 7.0. Use AbstractComponent.getId() 
com.vaadin.server.VaadinSession.getForSession(VaadinService, WrappedSession)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate.getQueryString(int, int)
          As of 6.7. Implement FreeformStatementDelegate instead of FreeformQueryDelegate 
com.vaadin.server.VaadinPortlet.getRequestType(VaadinPortletRequest)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinServletService.getRequestType(VaadinRequest)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinPortletService.getRequestType(VaadinRequest)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinServlet.getRequestType(VaadinServletRequest)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinServlet.getResourcePath(ServletContext, String)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinPortlet.handleRequest(PortletRequest, PortletResponse)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinServlet.isAllowedVAADINResourceUrl(HttpServletRequest, URL)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.ui.ComboBox.isMultiSelect()
          As of 7.0, 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.VaadinSession.modifyBootstrapResponse(BootstrapResponse)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.ui.LegacyWindow.open(Resource)
          As of 7.0, use getPage().setLocation instead 
com.vaadin.ui.LegacyWindow.open(Resource, String)
          As of 7.0, use getPage().open instead 
com.vaadin.server.Page.open(Resource, String, boolean)
          As of 7.0, only retained to maintain compatibility with LegacyWindow.open methods. See documentation for LegacyWindow.open(Resource, String, boolean) for discussion about replacing API. 
com.vaadin.server.Page.open(Resource, String, int, int, BorderStyle)
          As of 7.0, only retained to maintain compatibility with LegacyWindow.open methods. See documentation for LegacyWindow.open(Resource, String, int, int, BorderStyle) for discussion about replacing API. 
com.vaadin.ui.LegacyWindow.open(Resource, String, int, int, BorderStyle)
          As of 7.0, use getPage().open instead 
com.vaadin.server.VaadinSession.removeFromSession(VaadinService)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.ui.AbstractSplitPanel.removeListener(AbstractSplitPanel.SplitterClickListener)
          As of 7.0, replaced by AbstractSplitPanel.removeSplitterClickListener(SplitterClickListener) 
com.vaadin.ui.Button.removeListener(Button.ClickListener)
          As of 7.0, replaced by Button.removeClickListener(ClickListener) 
com.vaadin.server.AbstractClientConnector.removeListener(Class, Object, String)
          As of 7.0. This method should be avoided. Use AbstractClientConnector.removeListener(Class, Object, Method) instead. 
com.vaadin.data.Container.ItemSetChangeNotifier.removeListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by #removeItemSetChangeListener(ItemSetChangeListener) 
com.vaadin.data.util.ContainerHierarchicalWrapper.removeListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by ContainerHierarchicalWrapper.removeItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.AbstractContainer.removeListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by AbstractContainer.addItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.ContainerOrderedWrapper.removeListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by ContainerOrderedWrapper.removeItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.AbstractInMemoryContainer.removeListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by AbstractInMemoryContainer.removeItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.util.sqlcontainer.SQLContainer.removeListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by SQLContainer.removeItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.ui.AbstractSelect.removeListener(Container.ItemSetChangeListener)
          As of 7.0, replaced by AbstractSelect.removeItemSetChangeListener(com.vaadin.data.Container.ItemSetChangeListener) 
com.vaadin.data.Container.PropertySetChangeNotifier.removeListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by #removePropertySetChangeListener(PropertySetChangeListener) 
com.vaadin.data.util.ContainerHierarchicalWrapper.removeListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by ContainerHierarchicalWrapper.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.AbstractBeanContainer.removeListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by AbstractBeanContainer.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.AbstractContainer.removeListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by AbstractContainer.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.IndexedContainer.removeListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by IndexedContainer.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.data.util.ContainerOrderedWrapper.removeListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by ContainerOrderedWrapper.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.ui.AbstractSelect.removeListener(Container.PropertySetChangeListener)
          As of 7.0, replaced by AbstractSelect.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener) 
com.vaadin.event.FieldEvents.BlurNotifier.removeListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.TabSheet.removeListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.AbstractTextField.removeListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.CheckBox.removeListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.OptionGroup.removeListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.Button.removeListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.Window.removeListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.ComboBox.removeListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.ui.DateField.removeListener(FieldEvents.BlurListener)
          As of 7.0, replaced by #removeBlurListener(BlurListener) 
com.vaadin.event.FieldEvents.FocusNotifier.removeListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.TabSheet.removeListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.AbstractTextField.removeListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.CheckBox.removeListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.OptionGroup.removeListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.Button.removeListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.Window.removeListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.ComboBox.removeListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.ui.DateField.removeListener(FieldEvents.FocusListener)
          As of 7.0, replaced by #removeFocusListener(FocusListener) 
com.vaadin.event.FieldEvents.TextChangeNotifier.removeListener(FieldEvents.TextChangeListener)
          As of 7.0, replaced by #removeTextChangeListener(TextChangeListener) 
com.vaadin.ui.AbstractTextField.removeListener(FieldEvents.TextChangeListener)
          As of 7.0, replaced by #removeTextChangeListener(TextChangeListener) 
com.vaadin.ui.ComponentContainer.removeListener(HasComponents.ComponentAttachListener)
          As of 7.0, replaced by #removeComponentAttachListener(ComponentAttachListener) 
com.vaadin.ui.AbstractComponentContainer.removeListener(HasComponents.ComponentAttachListener)
          As of 7.0, replaced by #removeComponentAttachListener(com.vaadin.ui.ComponentContainer.ComponentAttachListener) 
com.vaadin.ui.ComponentContainer.removeListener(HasComponents.ComponentDetachListener)
          As of 7.0, replaced by #removeComponentDetachListener(ComponentDetachListener) 
com.vaadin.ui.AbstractComponentContainer.removeListener(HasComponents.ComponentDetachListener)
          As of 7.0, replaced by #removeComponentDetachListener(com.vaadin.ui.ComponentContainer.ComponentDetachListener) 
com.vaadin.data.Item.PropertySetChangeNotifier.removeListener(Item.PropertySetChangeListener)
          As of 7.0, replaced by #removePropertySetChangeListener(PropertySetChangeListener) 
com.vaadin.data.util.PropertysetItem.removeListener(Item.PropertySetChangeListener)
          As of 7.0, replaced by PropertysetItem.removePropertySetChangeListener(com.vaadin.data.Item.PropertySetChangeListener) 
com.vaadin.event.ItemClickEvent.ItemClickNotifier.removeListener(ItemClickEvent.ItemClickListener)
          As of 7.0, replaced by #removeItemClickListener(ItemClickListener) 
com.vaadin.ui.Table.removeListener(ItemClickEvent.ItemClickListener)
          As of 7.0, replaced by #removeItemClickListener(ItemClickListener) 
com.vaadin.ui.Tree.removeListener(ItemClickEvent.ItemClickListener)
          As of 7.0, replaced by #removeItemClickListener(ItemClickListener) 
com.vaadin.event.LayoutEvents.LayoutClickNotifier.removeListener(LayoutEvents.LayoutClickListener)
          As of 7.0, replaced by #removeLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.CssLayout.removeListener(LayoutEvents.LayoutClickListener)
          As of 7.0, replaced by #removeLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.AbsoluteLayout.removeListener(LayoutEvents.LayoutClickListener)
          As of 7.0, replaced by #removeLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.AbstractOrderedLayout.removeListener(LayoutEvents.LayoutClickListener)
          As of 7.0, replaced by #removeLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.GridLayout.removeListener(LayoutEvents.LayoutClickListener)
          As of 7.0, replaced by #removeLayoutClickListener(LayoutClickListener) 
com.vaadin.ui.LoginForm.removeListener(LoginForm.LoginListener)
          As of 7.0, replaced by LoginForm.removeLoginListener(LoginListener) 
com.vaadin.ui.Panel.removeListener(MouseEvents.ClickListener)
          As of 7.0, replaced by #removeClickListener(ClickListener) 
com.vaadin.ui.Image.removeListener(MouseEvents.ClickListener)
          As of 7.0, use #removeClickListener(ClickListener) instead 
com.vaadin.ui.Embedded.removeListener(MouseEvents.ClickListener)
          As of 7.0, replaced by #removeClickListener(ClickListener) 
com.vaadin.ui.UI.removeListener(MouseEvents.ClickListener)
          As of 7.0, replaced by #removeClickListener(ClickListener) 
com.vaadin.server.Page.removeListener(Page.BrowserWindowResizeListener)
          As of 7.0, replaced by Page.removeBrowserWindowResizeListener(BrowserWindowResizeListener) 
com.vaadin.ui.LegacyWindow.removeListener(Page.BrowserWindowResizeListener)
          As of 7.0, use the similarly named api in Page instead 
com.vaadin.server.Page.removeListener(Page.UriFragmentChangedListener)
          As of 7.0, replaced by Page.removeUriFragmentChangedListener(UriFragmentChangedListener) 
com.vaadin.ui.PopupView.removeListener(PopupView.PopupVisibilityListener)
          As of 7.0, replaced by PopupView.removePopupVisibilityListener(PopupVisibilityListener) 
com.vaadin.data.Property.ReadOnlyStatusChangeNotifier.removeListener(Property.ReadOnlyStatusChangeListener)
          As of 7.0, replaced by #removeReadOnlyStatusChangeListener(ReadOnlyStatusChangeListener) 
com.vaadin.data.util.AbstractProperty.removeListener(Property.ReadOnlyStatusChangeListener)
          As of 7.0, replaced by AbstractProperty.removeReadOnlyStatusChangeListener(com.vaadin.data.Property.ReadOnlyStatusChangeListener) 
com.vaadin.ui.AbstractField.removeListener(Property.ReadOnlyStatusChangeListener)
          As of 7.0, replaced by AbstractField.removeReadOnlyStatusChangeListener(com.vaadin.data.Property.ReadOnlyStatusChangeListener) 
com.vaadin.data.Property.ValueChangeNotifier.removeListener(Property.ValueChangeListener)
          As of 7.0, replaced by #removeValueChangeListener(ValueChangeListener) 
com.vaadin.data.util.IndexedContainer.removeListener(Property.ValueChangeListener)
          As of 7.0, replaced by IndexedContainer.removeValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.data.util.AbstractProperty.removeListener(Property.ValueChangeListener)
          As of 7.0, replaced by AbstractProperty.removeValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.ui.AbstractField.removeListener(Property.ValueChangeListener)
          As of 7.0, replaced by AbstractField.removeValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.ui.Label.removeListener(Property.ValueChangeListener)
          As of 7.0, replaced by Label.removeValueChangeListener(com.vaadin.data.Property.ValueChangeListener) 
com.vaadin.data.util.sqlcontainer.SQLContainer.removeListener(QueryDelegate.RowIdChangeListener)
          As of 7.0, replaced by #removeRowIdChangeListener(RowIdChangeListener) 
com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier.removeListener(QueryDelegate.RowIdChangeListener)
          As of 7.0, replaced by #removeRowIdChangeListener(RowIdChangeListener) 
com.vaadin.data.util.sqlcontainer.query.TableQuery.removeListener(QueryDelegate.RowIdChangeListener)
          As of 7.0, replaced by TableQuery.removeRowIdChangeListener(com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeListener) 
com.vaadin.ui.Table.removeListener(Table.ColumnReorderListener)
          As of 7.0, replaced by Table.removeColumnReorderListener(ColumnReorderListener) 
com.vaadin.ui.Table.removeListener(Table.ColumnResizeListener)
          As of 7.0, replaced by Table.removeColumnResizeListener(ColumnResizeListener) 
com.vaadin.ui.Table.removeListener(Table.FooterClickListener)
          As of 7.0, replaced by Table.removeFooterClickListener(FooterClickListener) 
com.vaadin.ui.Table.removeListener(Table.HeaderClickListener)
          As of 7.0, replaced by Table.removeHeaderClickListener(HeaderClickListener) 
com.vaadin.ui.TabSheet.removeListener(TabSheet.SelectedTabChangeListener)
          As of 7.0, replaced by TabSheet.removeSelectedTabChangeListener(SelectedTabChangeListener) 
com.vaadin.ui.Tree.removeListener(Tree.CollapseListener)
          As of 7.0, replaced by Tree.removeCollapseListener(CollapseListener) 
com.vaadin.ui.TreeTable.removeListener(Tree.CollapseListener)
          As of 7.0, replaced by #removeCollapseListener(CollapseListener) 
com.vaadin.ui.Tree.removeListener(Tree.ExpandListener)
          As of 7.0, replaced by Tree.removeExpandListener(ExpandListener) 
com.vaadin.ui.TreeTable.removeListener(Tree.ExpandListener)
          As of 7.0, replaced by #removeExpandListener(ExpandListener) 
com.vaadin.ui.Upload.removeListener(Upload.FailedListener)
          As of 7.0, replaced by Upload.removeFailedListener(FailedListener) 
com.vaadin.ui.Upload.removeListener(Upload.FinishedListener)
          As of 7.0, replaced by Upload.removeFinishedListener(FinishedListener) 
com.vaadin.ui.Upload.removeListener(Upload.ProgressListener)
          As of 7.0, replaced by Upload.removeProgressListener(ProgressListener) 
com.vaadin.ui.Upload.removeListener(Upload.StartedListener)
          As of 7.0, replaced by Upload.removeStartedListener(StartedListener) 
com.vaadin.ui.Upload.removeListener(Upload.SucceededListener)
          As of 7.0, replaced by Upload.removeSucceededListener(SucceededListener) 
com.vaadin.ui.Window.removeListener(Window.CloseListener)
          As of 7.0, replaced by Window.removeCloseListener(CloseListener) 
com.vaadin.ui.Window.removeListener(Window.ResizeListener)
          As of 7.0, replaced by Window.removeResizeListener(ResizeListener) 
com.vaadin.server.AbstractClientConnector.requestRepaint()
          As of 7.0, use AbstractClientConnector.markAsDirty() instead. Note that you typically do not need to call AbstractClientConnector.markAsDirty() as AbstractClientConnector.getState() will mark the connector dirty and the framework will then check what, if anything, needs to be sent to the client. LegacyComponents which rely on paint might still need to call this or AbstractClientConnector.markAsDirty() . 
com.vaadin.server.DragAndDropService.requestRepaint()
           
com.vaadin.server.ClientConnector.requestRepaint()
          As of 7.0, use ClientConnector.markAsDirty() instead 
com.vaadin.ui.Table.requestRepaint()
          As of 7.0, use Table.markAsDirty() instead 
com.vaadin.server.AbstractClientConnector.requestRepaintAll()
          As of 7.0, use AbstractClientConnector.markAsDirtyRecursive() instead 
com.vaadin.server.DragAndDropService.requestRepaintAll()
           
com.vaadin.server.ClientConnector.requestRepaintAll()
          As of 7.0, use ClientConnector.markAsDirtyRecursive() instead 
com.vaadin.server.VaadinServlet.safeEscapeForHtml(String)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.data.util.AbstractInMemoryContainer.setAllItemIds(List)
           
com.vaadin.ui.UI.setCaption(String)
          As of 7.0, use Page.setTitle(String) 
com.vaadin.ui.NativeSelect.setColumns(int)
          As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field. 
com.vaadin.ui.ListSelect.setColumns(int)
          As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field. 
com.vaadin.ui.TwinColSelect.setColumns(int)
          As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field. 
com.vaadin.ui.AbstractComponent.setDebugId(String)
          As of 7.0. Use AbstractComponent.setId(String) 
com.vaadin.data.util.AbstractInMemoryContainer.setFilteredItemIds(List)
           
com.vaadin.ui.ComboBox.setMultiSelect(boolean)
          As of 7.0, 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)
          As of 7.0, 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.VaadinSession.storeInSession(VaadinService, WrappedSession)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.server.VaadinServlet.stripSpecialChars(String)
          As of 7.0. Will likely change or be removed in a future version 
com.vaadin.data.util.AbstractProperty.toString()
          As of 7.0, use Property.getValue() instead and possibly toString on that 
com.vaadin.data.util.sqlcontainer.ColumnProperty.toString()
          As of 7.0, use ColumnProperty.getValue() instead and possibly toString on that 
com.vaadin.ui.AbstractField.toString()
          As of 7.0, 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. 
com.vaadin.ui.Label.toString()
          As of 7.0, use Label.getValue() to get the value of the label or Label.getPropertyDataSource() .getValue() to get the value of the data source. 
 

Deprecated Constructors
com.vaadin.data.util.BeanItemContainer(Collection)
          As of 6.5, 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)
          As of 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)
          As of 6.7, @see FreeformQuery.FreeformQuery(String, JDBCConnectionPool, String...) 
com.vaadin.data.validator.IntegerValidator(String)
          As of 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.