baskor
28 Feb 2009, 5:04 AM
I'm not used to the MVC pattern, so this might possibly be a stupid question. But why can LayoutContainer objects not be a View? Why can't I create a ContentPanel that is a View?
I know its because I can't extend both ContentPanel and View, but why isn't it possible to implement a View interface instead of extending it?
I think it would be a lot more intuitive if views where graphical objects that could be added directly to the user interface.
I know its because I can't extend both ContentPanel and View, but why isn't it possible to implement a View interface instead of extending it?
I think it would be a lot more intuitive if views where graphical objects that could be added directly to the user interface.