public class UiBinderUtil extends 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(String html) |
public static UiBinderUtil.TempAttachment attachToDom(Element element)
Copyright © 2018. All rights reserved.