org.cruxframework.crux.core.client.utils
Class DOMUtils
java.lang.Object
org.cruxframework.crux.core.client.utils.DOMUtils
public class DOMUtils
- extends Object
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMUtils
public DOMUtils()
getBoundingClientRect
public static DOMUtils.TextRectangle getBoundingClientRect(com.google.gwt.dom.client.Element element)
- Return the rectangle describing the elements bounds (top, left, right and bottom)
- Parameters:
element -
- Returns:
addOneTimeHandler
public static void addOneTimeHandler(com.google.gwt.dom.client.Element el,
String eventName,
DOMUtils.EvtHandler evtHandler)
Copyright © 2014. All rights reserved.