public static class

UiBinderUtil.TempAttachment

extends Object
java.lang.Object
   ↳ com.google.gwt.uibinder.client.UiBinderUtil.TempAttachment

Class Overview

Temporary attachment record that keeps track of where an element was before attachment. Use the detach method to put things back.

Summary

Public Methods
void detach()
Restore to previous DOM state before attachment.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public void detach ()

Restore to previous DOM state before attachment.