Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Table with colspan
Table with colspan [message #72973] Wed, 06 February 2008 10:04 Go to next message
Emmanuel Marchal is currently offline Emmanuel MarchalFriend
Messages: 59
Registered: July 2009
Member
Hi,
I was wondering if it exists an implementation of a table allowing colspan.
We've developped a web application using W4T and we are currently
migrating it to RAP. The main aim of our application is to display tables
! And we were very disapointed to not found a class similar to CTable of
W4T...
I can obviously use GridLayout to reproduce such a table but it was more
convenient to have Table and Cell objects !
I found some implementations in SWT of tables like KTable but I'm not sure
if they are available for RAP...

Any suggestions ?

Emmanuel
RE: Table with colspan [message #73022 is a reply to message #72973] Wed, 06 February 2008 14:18 Go to previous message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

with RWT (the widget library of RAP) we are bound to the API of SWT (RWT
is a subset of SWT). Currently there is no layout available that works
like the gridlayout in w4t. To find the available layouts you may lookup
the classhierarchy of Layout (e.g. press F4 on
org.eclipse.swt.widgets.Layout). Maybe TableLayout will work better for
you.

We've been asked for the KTable many times lately, but unfortunately
it's not that easy to port it to RAP. It uses GC for drawing a lot,
which is not possible with RAP (at least at the time beeing).


Ciao
Frank


-----Ursprüngliche Nachricht-----
Von: Emmanuel [mailto:emmanuel.marchal@n-side.be]
Bereitgestellt: Mittwoch, 6. Februar 2008 11:05
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: Table with colspan
Betreff: Table with colspan


Hi,
I was wondering if it exists an implementation of a table allowing
colspan.
We've developped a web application using W4T and we are currently
migrating it to RAP. The main aim of our application is to display
tables ! And we were very disapointed to not found a class similar to
CTable of W4T...
I can obviously use GridLayout to reproduce such a table but it was more
convenient to have Table and Cell objects !
I found some implementations in SWT of tables like KTable but I'm not
sure if they are available for RAP...

Any suggestions ?

Emmanuel
Previous Topic:RAP_RCP
Next Topic:Rebuilding the GUI on a browser reload
Goto Forum:
  


Current Time: Thu Apr 25 19:58:33 GMT 2024

Powered by FUDForum. Page generated in 0.02859 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top