By default {@link #clear()} will only remove children that are GWT widgets.This method also provides the option to remove all children including the non-widget DOM elements that are directly added (e.g. elements added via {@code getElement().appendChild(...)}. @param clearDom if {@code true} this method will also remove any DOMelements that are not widgets.
|
|
|
|