Deprecated API


Contents
Deprecated Classes
com.itmill.toolkit.ui.ExpandLayout
          Deprecated in favor of the new OrderedLayout 
com.itmill.toolkit.terminal.gwt.client.ui.MenuBar
            
com.itmill.toolkit.terminal.gwt.client.ui.MenuItem
            
com.itmill.toolkit.ui.OrderedLayout
          Replaced by VerticalLayout/HorizontalLayout. For type checking please not that VerticalLayout/HorizontalLayout do not extend OrderedLayout but AbstractOrderedLayout (which also OrderedLayout extends). 
 

Deprecated Fields
com.itmill.toolkit.ui.Layout.AlignmentHandler.ALIGNMENT_BOTTOM
          Use of Alignment class and its constants 
com.itmill.toolkit.ui.Layout.AlignmentHandler.ALIGNMENT_HORIZONTAL_CENTER
          Use of Alignment class and its constants 
com.itmill.toolkit.ui.Layout.AlignmentHandler.ALIGNMENT_LEFT
          Use of Alignment class and its constants 
com.itmill.toolkit.ui.Layout.AlignmentHandler.ALIGNMENT_RIGHT
          Use of Alignment class and its constants 
com.itmill.toolkit.ui.Layout.AlignmentHandler.ALIGNMENT_TOP
          Use of Alignment class and its constants 
com.itmill.toolkit.ui.Layout.AlignmentHandler.ALIGNMENT_VERTICAL_CENTER
          Use of Alignment class and its constants 
com.itmill.toolkit.ui.Label.CONTENT_UIDL
          Use CONTENT_XML instead. 
 

Deprecated Methods
com.itmill.toolkit.ui.Select.getColumns()
          see setter function 
com.itmill.toolkit.ui.TextField.getFormat()
            
com.itmill.toolkit.ui.TextField.getFormattedValue()
            
com.itmill.toolkit.ui.Window.Notification.getMessage()
          Use Window.Notification.getDescription() instead. 
com.itmill.toolkit.ui.PopupView.getPopupVisibility()
          Use PopupView.isPopupVisible() instead. 
com.itmill.toolkit.ui.Upload.getProgressListener()
          Replaced with addListener/removeListener 
com.itmill.toolkit.ui.Panel.getScrollOffsetX()
          use getScrollLeft() instead 
com.itmill.toolkit.ui.Panel.getScrollOffsetY()
          use getScrollTop() instead 
com.itmill.toolkit.ui.Slider.getSize()
          use standard getWidth/getHeight instead 
com.itmill.toolkit.ui.AbstractComponent.getStyle()
          Use getStyleName() instead; renamed for consistency and to indicate that "style" should not be used to switch client side implementation, only to style the component. 
com.itmill.toolkit.ui.GridLayout.Area.getX1()
          Use getColumn1() instead. 
com.itmill.toolkit.ui.GridLayout.Area.getX2()
          Use getColumn2() instead. 
com.itmill.toolkit.ui.GridLayout.Area.getY1()
          Use getRow1() instead. 
com.itmill.toolkit.ui.GridLayout.Area.getY2()
          Use getRow2() instead. 
com.itmill.toolkit.terminal.gwt.client.Util.isFF2()
          use BrowserInfo class instead 
com.itmill.toolkit.terminal.gwt.client.Util.isIE()
          use BrowserInfo class instead 
com.itmill.toolkit.terminal.gwt.client.Util.isIE6()
          use BrowserInfo class instead 
com.itmill.toolkit.terminal.gwt.client.Util.isIE7()
          use BrowserInfo class instead 
com.itmill.toolkit.ui.Table.isPageBufferingEnabled()
          functionality is not needed in ajax rendering model 
com.itmill.toolkit.ui.Table.refreshCurrentPage()
          should not need to be used 
com.itmill.toolkit.terminal.gwt.client.DefaultWidgetSet.resolveWidgetTypeName(UIDL)
          use resolveWidgetType instead 
com.itmill.toolkit.ui.Select.setColumns(int)
            
com.itmill.toolkit.ui.Layout.AlignmentHandler.setComponentAlignment(Component, int, int)
          Use Layout.AlignmentHandler.setComponentAlignment(Component, Alignment) instead 
com.itmill.toolkit.ui.TextField.setFormat(Format)
            
com.itmill.toolkit.terminal.Sizeable.setHeight(float)
          Consider using Sizeable.setHeight(String) or Sizeable.setHeight(float, int) instead. This method works, but is error-prone since the unit must be set separately (and components might have different default unit). 
com.itmill.toolkit.ui.AbstractComponent.setHeight(float)
           
com.itmill.toolkit.terminal.Sizeable.setHeightUnits(int)
          Consider setting height and unit simultaneously using Sizeable.setHeight(String) or Sizeable.setHeight(float, int), which is less error-prone. 
com.itmill.toolkit.ui.AbstractComponent.setHeightUnits(int)
           
com.itmill.toolkit.ui.Window.Notification.setMessage(String)
          Use Window.Notification.setDescription(String) instead. 
com.itmill.toolkit.ui.OrderedLayout.setOrientation(int)
          Use VerticalLayout/HorizontalLayout or define orientation in constructor instead 
com.itmill.toolkit.ui.Table.setPageBufferingEnabled(boolean)
          functionality is not needed in ajax rendering model 
com.itmill.toolkit.ui.PopupView.setPopupVisibility(boolean)
          Use #setPopupVisible() instead. 
com.itmill.toolkit.ui.Upload.setProgressListener(Upload.ProgressListener)
          Use addListener(ProgressListener) instead. 
com.itmill.toolkit.ui.Panel.setScrollOffsetX(int)
          use setScrollLeft() method instead 
com.itmill.toolkit.ui.Panel.setScrollOffsetY(int)
          use setScrollTop() method instead 
com.itmill.toolkit.ui.Slider.setSize(int)
          use standard setWidth/setHeight instead 
com.itmill.toolkit.ui.AbstractComponent.setStyle(String)
          Use setStyleName() instead; renamed for consistency and to indicate that "style" should not be used to switch client side implementation, only to style the component. 
com.itmill.toolkit.terminal.Sizeable.setWidth(float)
          Consider using Sizeable.setWidth(String) instead. This method works, but is error-prone since the unit must be set separately (and components might have different default unit). 
com.itmill.toolkit.ui.AbstractComponent.setWidth(float)
           
com.itmill.toolkit.terminal.Sizeable.setWidthUnits(int)
          Consider setting width and unit simultaneously using Sizeable.setWidth(String) or Sizeable.setWidth(float, int), which is less error-prone. 
com.itmill.toolkit.ui.AbstractComponent.setWidthUnits(int)
           
 

Deprecated Constructors
com.itmill.toolkit.ui.OrderedLayout()
          Use VerticalLayout instead. 
com.itmill.toolkit.ui.OrderedLayout(int)
          Use VerticalLayout/HorizontalLayout instead. 
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.