org.gwtwidgets.client.util
Class SearchUtils

java.lang.Object
  extended by org.gwtwidgets.client.util.SearchUtils

public class SearchUtils
extends java.lang.Object

Author:
rhanson

Constructor Summary
SearchUtils()
           
 
Method Summary
static java.util.List findElementsForClass(com.google.gwt.user.client.Element element, java.lang.String className)
          Returns a List of Element objects that have the specified CSS class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchUtils

public SearchUtils()
Method Detail

findElementsForClass

public static java.util.List findElementsForClass(com.google.gwt.user.client.Element element,
                                                  java.lang.String className)
Returns a List of Element objects that have the specified CSS class name.

Parameters:
element - Element to start search from
className - name of class to find
Returns:


Copyright © 2009. All Rights Reserved.