org.hudsonci.gwt.common.alertdialog.internal
Class DomHelper

java.lang.Object
  extended by 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

Constructor Summary
DomHelper()
           
 
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
 

Constructor Detail

DomHelper

public DomHelper()
Method Detail

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.