Tabsheet on client side

Hi,
can you show me a direction how to easily serve component on client side?
E.G.:

Tabsheet switched completely on client
.

Is it really needed to write this component as a gwt? Note I just want to know if I’m not missing something - if there is an easier way. :grin:
Thanks.

With the best regards,
Milan.

Hi,

So if I understood you correctly, you would want to push all the contents of a TabSheet to the client in one request, so that switching between them wouldn’t cause a server round-trip.

Could you describe your use-case a bit, why you’d need this? IMO this would only be beneficial if the contents of the tabs are fairly simple, so it doesn’t add too much traffic for the first render.

Anyhow, modifying the Tabsheet to work this way shouldn’t be too hard, it might not even require any GWT coding. Modifying the server-side TabSheet component’s paintContent method might be enough.

Hi Jouni,
sorry for the late answer and thank you for your quick response. :wink:

Well, I was just comparing capabilities of these two technologies little bit. I’m really sure Vaadin has more advantages etc. ;o)

Is it rally that easy? I promise I’ll try that. You know, I’m little bit scared of new widgetsets because of
my troubles with gwt
. =)

Regards,
Milan