JDataGrid Database Edition 2.5.0 New Features
May 6,2008
1. Support the Large ResultSet
We refactor the ResultSetTableModel and start to support the large ResultSet since 2.5.0, set the
“tableName” or “countCommand” property is very important for this feature, the ResultSetTableModel will rely on these method to fetch the ResultSet count, if these property is not set, it will fetch the ResultSet as needed.
2. JDataTableBean polish print features.
JDataTableBean adds the new API to control the print properties.
JDataTableBean.getPrintProperties();
JDataTableBean.setPrintProperties(Map);
JDataTableBean.createPrintProperties();
3. New system property to hide the splash screen.
JDataGridBean and JDataTableBean adds new system property to control the splash screen behavior.
System.setProperty(JDataTableBean.class.getName() + ".hideSplash", "true");
For details, please view the article “How to disable the splash screen in JDataGridBean?”