org.hudsonci.gwt.common.alertdialog.internal
Class DomHelper
java.lang.Object
org.hudsonci.gwt.common.alertdialog.internal.DomHelper
public class DomHelper
- extends Object
Common functions for manipulating DOM elements.
- Since:
- 2.1.0
- Author:
- Jamie Whitehouse
|
Method Summary |
static void |
onTop(com.google.gwt.user.client.Element element)
Make sure the element is always on top. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomHelper
public DomHelper()
onTop
public static void onTop(com.google.gwt.user.client.Element element)
- Make sure the element is always on top.
Copyright © 2004-2011 Hudson. All Rights Reserved.