vohoanghiep103 / vaadin-appfoundation

Automatically exported from code.google.com/p/vaadin-appfoundation
0 stars 0 forks source link

Allow AbstractView to be initialized as something other than a CustomComponent #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since Vaadin produces an extra layer of HTML wrapper with the CustomComponent, 
it would 
sometimes be good to be able to instantiate a view without the wrapper, for 
optimization.

This really is more a Vaadin issue than App Foundation issue (there really 
should not be any 
additional DOM elements in the client side), but I'm not keeping any high hopes 
of it fixing in the 
Vaadin core...

Original issue reported on code.google.com by jouni.ko...@gmail.com on 17 May 2010 at 8:15

GoogleCodeExporter commented 9 years ago
AbstractView is replaced by a View interface in 1.3.2, so now you should be 
able to build the views exactly as you want them.

Original comment by kimp...@gmail.com on 16 Jun 2010 at 5:17