google-code-export / mgwt

Automatically exported from code.google.com/p/mgwt
Other
1 stars 0 forks source link

Adding this LazyTabPanel to mgwt #273

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For my project, il needed to load TabPanel views at demand, so i get your code 
and added a generator(LazyGenerator) to create view when it needed.

Then you can use it that way:

@MayCreate
public class LazyLoadedView extends DetailViewGwtImpl{
...
}

tabPanel.add(new HistoryTabBarButton(), LazyLoadedView.class.getName());

Original issue reported on code.google.com by ryarn...@gmail.com on 1 Dec 2012 at 3:02

Attachments:

GoogleCodeExporter commented 9 years ago
PS: This is not a defect ;)

Original comment by ryarn...@gmail.com on 1 Dec 2012 at 3:03

GoogleCodeExporter commented 9 years ago

Original comment by kurka.da...@gmail.com on 13 Jul 2014 at 9:15