public class UiBinderUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
UiBinderUtil.TempAttachment
Temporary attachment record that keeps track of where an element was
before attachment.
|
Modifier and Type | Method and Description |
---|---|
static UiBinderUtil.TempAttachment |
attachToDom(Element element)
Attaches the element to the dom temporarily.
|
static Element |
fromHtml(java.lang.String html) |
public static UiBinderUtil.TempAttachment attachToDom(Element element)
public static Element fromHtml(java.lang.String html)