PDA

View Full Version : How do I make a composite?



TheBuzzer
27 Aug 2008, 9:07 AM
I tried putting a class with a formpanel into a Composite so the class can be added like a widget
initWidget(myform);



v.add(new Something);


I could do this in gwt and be able to add and remove widgets from panel but in gxt. it seems like removeall does not remove this type of widget

TheBuzzer
27 Aug 2008, 9:11 AM
never mind i figure it out.

I am suppose to use LayoutContainer