Deprecated API


Contents
Deprecated Classes
org.wings.header.StyleSheetLink
          use StyleSheetHeader instead 
 

Deprecated Methods
org.wings.STree.collapseRow(TreePath)
          This method is deprecated and should not be used because collapsePath(TreePath) is the proper method with the same functionality. 
org.wings.STree.expandRow(TreePath)
          This method is deprecated and should not be used because expandPath(TreePath) is the proper method with the same functionality. 
org.wings.template.parser.SGMLTag.getAttribute(String, String)
          use attributes() and value() instead 
org.wings.template.parser.SGMLTag.getAttributes()
          use attributes() and value() instead 
org.wingx.XCalendar.getClearIcon()
          Returns now the DEFAULT_EDIT_ICON 
org.wings.SFileChooser.getFile()
          use SFileChooser.getSelectedFile() instead. 
org.wingx.XCalendar.getIcon()
          Use editIcon instead 
org.wings.SFrame.headers()
          Use SFrame.getHeaders() instead 
org.wingx.XCalendar.isNullable()
            
org.wings.SScrollPaneLayout.isPaging()
          Use org.wings.SScrollPane#isPaging() 
org.wingx.XCalendar.setClearIcon(SIcon)
            
org.wingx.XCalendar.setIcon(SIcon)
          Use editIcon instead 
org.wingx.XCalendar.setNullable(boolean)
            
org.wings.SScrollPaneLayout.setPaging(boolean)
          Use org.wings.SScrollPane#setPaging(boolean) 
 

Deprecated Constructors
org.wings.SBoxLayout(int)
          This constructor mismatch the swing api. Better use SBoxLayout( SContainer c, int orientation ) 
org.wings.header.Script(String, String, URLResource)
          language is deprecated, use Script(type, urlSource) instead 
 



wingS Swings ;-)