|
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. |