Deprecated API


Contents
Deprecated Fields
org.ujoframework.extensions.UjoAction.ACTION_XML_ELEMENT
           
org.ujoframework.extensions.UjoAction.ACTION_ZERO_REPLACE
          use the UjoProperty.getDefault() value instead of. 
 

Deprecated Methods
org.ujoframework.core.UjoManager.findProperty(Ujo, String, boolean)
          Use UjoPropertyList.findPropety(...) 
org.ujoframework.swing.UjoTableModel.getColumnClass(int)
          Use a method with column type of UjoProperty instead of. 
org.ujoframework.swing.UjoTableModel.getValueAt(int, int)
          Use a method with column type of UjoProperty instead of. 
org.ujoframework.swing.UjoTableModel.isCellEditable(int, int)
          Use a method with column type of UjoProperty instead of. 
org.ujoframework.implementation.array.ArrayUjo.newPropertyList_(String, Class, int)
          Use method newListProperty 
org.ujoframework.implementation.map.MapUjoExt.newPropertyList(String, Class)
          Use newListProperty(...) instead of. 
org.ujoframework.implementation.map.MapUjo.newPropertyList(String, Class)
          Use newListProperty(...) instead of. 
org.ujoframework.orm.SqlDialect.printDefaultSchema(String, Appendable)
           
org.ujoframework.core.UjoIterator.remove()
          The method is not implemented. 
org.ujoframework.swing.UjoTableModel.setValueAt(Object, int, int)
          Use a method with column type of UjoProperty instead of. 
 

Deprecated Annotation Type Elements
org.ujoframework.orm.annot.Column.unique
          not implemented yet 
 



Copyright © 2009. All Rights Reserved.