Deprecated API


Contents
Deprecated Classes
com.extjs.gxt.ui.client.util.WidgetHelper
          use ComponentHelper 
 

Deprecated Methods
com.extjs.gxt.ui.client.widget.toolbar.ToolBar.getButtonAlign()
          use a FillToolItem as the first item to right align the toolbar 
com.extjs.gxt.ui.client.widget.Component.getData()
          Use Component.getData(String) 
com.extjs.gxt.ui.client.widget.tree.Tree.getItemIconStyle()
          see TreeStyle.getLeafIconStyle() 
com.extjs.gxt.ui.client.widget.tree.Tree.getNodeIconStyle()
          see TreeStyle.getNodeCloseIconStyle() 
com.extjs.gxt.ui.client.widget.tree.Tree.getOpenNodeIconStyle()
          see TreeStyle.getNodeOpenIconStyle() 
com.extjs.gxt.ui.client.widget.ContentPanel.getTitleText()
          use ContentPanel.getHeading() 
com.extjs.gxt.ui.client.widget.MessageBox.hide()
          use MessageBox.close() 
com.extjs.gxt.ui.client.widget.form.Field.markInvalid(String)
          to directly set an error message see Field.forceInvalid(String). Visibility of markInvalid will be changed to protected in a future release. 
com.extjs.gxt.ui.client.widget.toolbar.ToolBar.setButtonAlign(Style.HorizontalAlignment)
          use a FillToolItem as the first item to right align the toolbar 
com.extjs.gxt.ui.client.widget.Component.setData(Object)
          use Component.setData(String, Object) 
com.extjs.gxt.ui.client.widget.ContentPanel.setInsetBorder(boolean)
          behavior not implemented 
com.extjs.gxt.ui.client.widget.tree.Tree.setItemIconStyle(String)
          see TreeStyle.setLeafIconStyle(String) 
com.extjs.gxt.ui.client.widget.tree.Tree.setNodeIconStyle(String)
          see TreeStyle.setNodeCloseIconStyle(String) 
com.extjs.gxt.ui.client.widget.tree.Tree.setOpenNodeIconStyle(String)
          see TreeStyle.setNodeOpenIconStyle(String)