public class NativeDomWrapperImpl extends java.lang.Object implements NativeDomWrapper
NativeDomWrapper interface.| Constructor and Description |
|---|
NativeDomWrapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
NativeDom |
wrap(com.google.gwt.dom.client.Element element)
Wraps the element as a
NativeDom instance. |
public final NativeDom wrap(com.google.gwt.dom.client.Element element)
NativeDomWrapperNativeDom instance.wrap in interface NativeDomWrapperelement - The element specified.NativeDom instance wrapped.