If you look in the sources, you will see that com.google.gwt.user.client.Element extends com.google.gwt.dom.client.Element. com.google.gwt.user.client.Element is actually an inherited class from GWT 1.4. Since the 2.0 GWT team decided to do some refactoring, but they need backward compatibility, so you basically have the same class in two packages.
these two objects have nothing to do with your error. Most likely you selected the Window object in Element, so you get this error.
jusio source share