HoussemAmara91 / swinghtmltemplate

Automatically exported from code.google.com/p/swinghtmltemplate
0 stars 0 forks source link

bind controller as root component if it isinstance os jcomponent #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If controller is instance of JPanel, when 
model.getRootTag().getTag("body").getComponent() must return controller instance

Original issue reported on code.google.com by Penkov.V...@gmail.com on 3 Dec 2010 at 5:57

GoogleCodeExporter commented 8 years ago
done in rev 96.
You can use Binder.bind(object, true) to use object as root component.

Original comment by Penkov.V...@gmail.com on 3 Dec 2010 at 12:59