Deprecated API


Contents
Deprecated Classes
com.itmill.toolkit.terminal.gwt.client.ui.MenuBar
            
com.itmill.toolkit.terminal.gwt.client.ui.MenuItem
            
 

Deprecated Methods
com.itmill.toolkit.Application.consumeFocus()
          This method will be replaced with focus listener in the future releases. 
com.itmill.toolkit.ui.Select.getColumns()
          see setter function 
com.itmill.toolkit.ui.TextField.getFormattedValue()
            
com.itmill.toolkit.ui.Window.Notification.getMessage()
          Use Window.Notification.getDescription() 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.ui.Select.setColumns(int)
            
com.itmill.toolkit.Application.setFocusedComponent(Component.Focusable)
          Call component's focus method instead. 
com.itmill.toolkit.ui.AbstractComponent.setHeight(int)
          Error-prone; consider using {link AbstractComponent.setHeight(String) or {link AbstractComponent.setHeight(int, int) instead. 
com.itmill.toolkit.ui.Window.Notification.setMessage(String)
          Use Window.Notification.setDescription(String) instead. 
com.itmill.toolkit.ui.Table.setPageBufferingEnabled(boolean)
          functionality is not needed in ajax rendering model 
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.ui.AbstractComponent.setWidth(int)
          Error-prone; consider using {link AbstractComponent.setWidth(String) or {link AbstractComponent.setWidth(int, int) instead. 
 



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