Constructor and Description |
---|
DOMHelper() |
Modifier and Type | Method and Description |
---|---|
static com.google.gwt.dom.client.Element |
getChildElementByClass(com.google.gwt.dom.client.Element parent,
String className) |
static com.google.gwt.dom.client.Element |
getChildElementById(com.google.gwt.dom.client.Element parent,
String id) |
static com.google.gwt.user.client.ui.Widget |
getChildWidgetById(com.google.gwt.user.client.ui.HasWidgets parent,
String id) |
static com.google.gwt.dom.client.Element |
getElementByAttribute(com.google.gwt.dom.client.NodeList<com.google.gwt.dom.client.Element> elems,
String attr,
String value) |
static com.google.gwt.dom.client.Element |
getElementByAttribute(String attr,
String value) |
public DOMHelper()
public static com.google.gwt.dom.client.Element getChildElementByClass(com.google.gwt.dom.client.Element parent, String className)
public static com.google.gwt.dom.client.Element getChildElementById(com.google.gwt.dom.client.Element parent, String id)
public static com.google.gwt.user.client.ui.Widget getChildWidgetById(com.google.gwt.user.client.ui.HasWidgets parent, String id)
public static com.google.gwt.dom.client.Element getElementByAttribute(String attr, String value)
public static com.google.gwt.dom.client.Element getElementByAttribute(com.google.gwt.dom.client.NodeList<com.google.gwt.dom.client.Element> elems, String attr, String value)
Copyright © 2018. All rights reserved.