org.gwtopenmaps.openlayers.client.util
Class ElementHelper

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.ElementHelper

public class ElementHelper
extends Object


Constructor Summary
ElementHelper()
           
 
Method Summary
static JSObject getElementsByTagName(com.google.gwt.user.client.Element parent, String tagName)
           
static com.google.gwt.user.client.Element getHead()
           
static com.google.gwt.user.client.Element getTopDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementHelper

public ElementHelper()
Method Detail

getHead

public static com.google.gwt.user.client.Element getHead()
Returns:
Element - the head element of the Document object of the topmost ancestor window

getTopDocument

public static com.google.gwt.user.client.Element getTopDocument()
Returns:
Element - the Document object of the topmost ancestor window

getElementsByTagName

public static JSObject getElementsByTagName(com.google.gwt.user.client.Element parent,
                                            String tagName)


Copyright © 2011 sourceforge. All Rights Reserved.