|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.uibinder.client.UiBinderUtil
public class UiBinderUtil
Static helper methods used by UiBinder. These methods are likely to move, so please don't use them for non-UiBinder code.
Nested Class Summary | |
---|---|
static class |
UiBinderUtil.TempAttachment
Temporary attachment record that keeps track of where an element was before attachment. |
Method Summary | |
---|---|
static UiBinderUtil.TempAttachment |
attachToDom(Element element)
Attaches the element to the dom temporarily. |
static Element |
fromHtml(java.lang.String html)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static UiBinderUtil.TempAttachment attachToDom(Element element)
public static Element fromHtml(java.lang.String html)
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |