Package com.google.gwt.uibinder.client
Class UiBinderUtil
java.lang.Object
com.google.gwt.uibinder.client.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
Modifier and TypeClassDescriptionstatic class
Temporary attachment record that keeps track of where an element was before attachment. -
Method Summary
Modifier and TypeMethodDescriptionstatic UiBinderUtil.TempAttachment
attachToDom
(Element element) Attaches the element to the dom temporarily.static Element
-
Method Details
-
attachToDom
Attaches the element to the dom temporarily. Keeps track of where it is attached so that things can be put back latter.- Returns:
- attachment record which can be used for reverting back to previous DOM state
-
fromHtml
-