On 7/9/07, Francis De Brabandere <[EMAIL PROTECTED]> wrote:

Hi all,

I'm working on a web interface for our internal data management
application. We connect to our server via RMI with a Swing client.

Our server currently provides the client with a swing tablemodel. I
would like to reuse that code for our wicket web application but I'm
having a hard time thinking about how to implement this.

The core question is how to show a sortable (and later filterable)
datatable for a 2-dimensional array (+some metadata), this in a
reusable generic way. The demo's on the wicket example site are all
using actual objects with predefined properties or predefined table
columns in the html.

Any thoughts on how to build a tablemodel to datatable wrapper or some
other similar system?



you can write any kind of model you want instead of using propertycolumn
that uses propertymodel underneath create your own subclass, like
indexedcolumn that will create a model that pulls an index out of array.

-igor



Thanks in advance,

Francis

--
http://www.somatik.be
Microsoft gives you windows, Linux gives you the whole house.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to