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
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