- Downloads: 0
-
- Developer: QuickTable Admin
View more software from QuickTable Admin
-
- License: Freeware
-
- Price: $ 0
-
- OS: Win95, Win98, WinME, WinXP, WinNT 3.x, WinNT 4.x, Windows2000, Windows2003, Unix, Linux, Mac OS X, Java
-
- Size: 0.15 Mb
-
-
- Last Updated: 2006-04-21 17:22:01
-
- Category: Web Development / Java & JavaScript
A Java Grid - QuickTable 2.0.5 Description:
QuickTable can be used as
Database Grid
EJBs/DataObjects Grid
Delimited/Fixed length data file Grid
Array/Vector/Collection Grid
QuickTable is built on top of JTable, so you don't have to learn any new API. QuickTable is bundled with lots of features including Print Preview, Printing, Find & Replace, Sorting, Skin, copy/paste to Excel, Image cells, Calendar cell editor,Customizer etc.
Database data can be loaded into QuickTable in just one statement
dBTable1.refresh(yourResultSet);
EJB data can be loaded in few statements
Collection c = home.findCustomerByLastName("smith");
dBTable1.refreshDataObject(c,null);