Extreme Component Documentation

The JComponentPack 3.1 has been Released! - September 21,2009

Release Notes:


1.Adds font panel in cell attributes panel.

2.Adds new BooleanConverter, support the following values:
string types: CHAR or VARCHAR
true values: "TRUE", "YES", "T", "Y", "true", "yes", "t", "y",
false values: "FALSE", "NO", "F", "N", "false", "no", "f", "n"
number types, includes SQL types: BIT, TINYINT, SMALLINT, INTEGER or BIGINT

3.AbstractDataGridModel has been add the following methods:
AbstractDataGridModel .isColumnClassSet(int);
The DefaultDataGridModel and LargeDataGridModel has been implemented
this methods.

4.DataGridModelAdapter and it's subclass ResultSetDataGridModelAdapter now
supports set the column type to override the column type of the ResultSet,
the following methods in these classes has been modified:
DataGridModelAdapter.getColumnClass(int);
DataGridModelAdapter.setColumnClass(Class, int)

5.The new listener SyncListener has been added into the com.zfqjava.sql package:
com.zfqjava.sql.SyncListener
com.zfqjava.sql.SyncEvent

6.ResultSetTableModel and RowSetTableModel adds the followings methods.
ResultSetTableModel.addSyncListener(SyncListener);
ResultSetTableModel.removeSyncListener(SyncListener);
ResultSetTableModel.getSyncListeners();
RowSetTableModel.addSyncListener(SyncListener);
RowSetTableModel.removeSyncListener(SyncListener);
RowSetTableModel.getSyncListeners();

7.Hyperlink for cell

8.Text Rotate support

9.Disable the default browse button inside the hyper link popup
dataGridBean.getAppMap().put(JCommonPane.LOCATION_BROWSE_BUTTON_HIDDEN, true)

10.New API in JDataGridBean to get the popup menu:
JDataGridBean.getPopupMenu(String);

11.JDataGrid component support read and write new file format: Excel 2007 OOXML (.xlsx)

The JComponentPack 3.0 has been Released! - April 6,2009

New Features:

 

Adds new JDataGrid Spreadsheet Server Components, the JDataGrid Spreadsheet Server Components is a new innovation in JComponentPack 3.0, it's different with the traditional Applet-Servlet communication components, all configuration can be completed on the server, the JDataGrid spreadsheet clients includes JDataGrid spreadsheet Applet only need specify the servlet URI, then the license will setup automatically, open and save the spreadsheet file will work magically.

 

JDataGridApplet and JDataGridBeanApplet start to support the new server components.

 

Adds new JavaFX component "DataGrid" and "DataGridBean", you can use these components in your JavaFX script directly, these JavaFX component also support the new server components.