Java com.google.gwt.query.client.plugins.widgets WidgetsUtils fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.query.client.plugins.widgets WidgetsUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.query.client.plugins.widgets WidgetsUtils.

The text is from its open source code.

Method

booleanmatchesTags(Element e, String... tagNames)
Test if the tag name of the element is one of tag names given in parameter
voidreplaceOrAppend(Element e, Widget widget)
Replace a dom element by a widget.
voidreplaceOrAppend(Element oldElement, Element newElement)
If the oldElement is a td, th, li tags, the new element will replaced its content.