public final class IdHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IdHelper.WidgetType |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
asId(Class<T> clazz) |
static <T> String |
asId(Class<T> clazz,
String suffix) |
static <T> String |
asId(String prefix,
Class<T> clazz) |
static <T> String |
asId(String prefix,
Class<T> clazz,
String suffix) |
static void |
setId(com.google.gwt.dom.client.Element element,
IdHelper.WidgetType widgetType,
String prefix,
String id) |
static void |
setId(com.google.gwt.user.client.ui.Widget widget,
String prefix,
String id) |
public static void setId(com.google.gwt.user.client.ui.Widget widget,
String prefix,
String id)
public static void setId(com.google.gwt.dom.client.Element element,
IdHelper.WidgetType widgetType,
String prefix,
String id)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.