* for the wave panel to be a root widget
*/
public static WavePanelImpl create(
DomAsViewProvider views, Element panelDom, LogicalPanel container) {
Preconditions.checkArgument(panelDom != null);
EventDispatcherPanel events =
(container != null) ? EventDispatcherPanel.inGwtContext(panelDom, container)
: EventDispatcherPanel.of(panelDom);
WavePanelImpl panel = new WavePanelImpl(views, events);
// Existing content?