public class DOMUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DOMUtils.EvtHandler |
static class |
DOMUtils.TextRectangle |
| Constructor and Description |
|---|
DOMUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addOneTimeHandler(com.google.gwt.dom.client.Element el,
String eventName,
DOMUtils.EvtHandler evtHandler) |
static DOMUtils.TextRectangle |
getBoundingClientRect(com.google.gwt.dom.client.Element element)
Return the rectangle describing the elements bounds (top, left, right and bottom)
|
public static DOMUtils.TextRectangle getBoundingClientRect(com.google.gwt.dom.client.Element element)
element - public static void addOneTimeHandler(com.google.gwt.dom.client.Element el,
String eventName,
DOMUtils.EvtHandler evtHandler)
Copyright © 2014. All rights reserved.