Hi,
If you have existing legacy Swing tables model code  that you want to test
on the web without re-writing all the TableModel logic, try this wicket
component.

WebTable myTable = new WebTable("tableTest", new SimpleTableModel());

add(myTable);

class SimpleTableModel extends javax.swing.table.AbstractTableModel


<div wicket:id="tableTest"></div>

javadoc at http://www.dabarobjects.com/wicketx-tables/javadoc/
binaries at http://www.dabarobjects.com/wicketx-tables/wicketx-tables.jar



or is there any published wicket component in existence like this?

i wont mind contributing to wicket-stuff

Attachment: wicketx-tables.jar
Description: application/java-archive

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to