I can't shake the feeling that I'm asking a stupid question here- but I've googled, searched this forum, read docs, and can't answer this question.
I want to remove all widgets from my screen, very much the same as
does.
I do exactly that, but my only SmartGWT widget, a RibbonBar, stubbornly remains in place.
How do I achieve this behaviour for SmartGWT widgets?
I want to remove all widgets from my screen, very much the same as
Code:
RootLayoutPanel.get().clear()I do exactly that, but my only SmartGWT widget, a RibbonBar, stubbornly remains in place.
How do I achieve this behaviour for SmartGWT widgets?