gabrial11392 / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
0 stars 0 forks source link

Support nested tab presenters #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TabPresenter within TabPresenter will work differently that named 
TabPresenter. In particular, they will have a slightly different generated 
proxy.

Most of the tools are there to allow this, but it hasn't been tested yet. 
Test and make the necessary adjustments.

Original Issue:
http://code.google.com/p/puzzlebazar/issues/detail?id=81

Original issue reported on code.google.com by philippe.beaudoin on 27 Mar 2010 at 5:59

GoogleCodeExporter commented 9 years ago
Bumped to V0.2. We'll document this limitation in the first release.

Original comment by philippe.beaudoin on 1 Apr 2010 at 6:37

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 7 Apr 2010 at 5:18

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 9 Apr 2010 at 6:08

GoogleCodeExporter commented 9 years ago
Working on a sample app using tab presenters and nested tab presenters, to test 
and 
develop the feature.

Original comment by philippe.beaudoin on 4 May 2010 at 6:21

GoogleCodeExporter commented 9 years ago
This now works. If you want to create tab content that is not a Place, then its 
proxy has to implement TabContentProxy. Also, its @TabInfo annotation must have 
a 
field nameToken that indicates the name token to use when the tab is clicked.

This is demonstrated in the gwtptabsample example.

Original comment by philippe.beaudoin on 5 May 2010 at 11:58