Class UiBinderUtil

java.lang.Object
com.google.gwt.uibinder.client.UiBinderUtil

public class UiBinderUtil extends Object
Static helper methods used by UiBinder. These methods are likely to move, so please don't use them for non-UiBinder code.
  • Method Details

    • attachToDom

      public static UiBinderUtil.TempAttachment attachToDom(Element element)
      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

      public static Element fromHtml(String html)