public interface IsRenderable
Modifier and Type | Method and Description |
---|---|
void |
claimElement(Element element)
Replace the previous contents of the receiver with the given element,
presumed to have been created and stamped via a previous call to
render(com.google.gwt.user.client.ui.RenderableStamper) . |
void |
initializeClaimedElement()
Perform any initialization needed when the widget is not attached to
the document.
|
SafeHtml |
render(RenderableStamper stamper) |
void |
render(RenderableStamper stamper,
SafeHtmlBuilder builder)
Tells this object to render itself as HTML and append it to the given builder.
|
void claimElement(Element element)
render(com.google.gwt.user.client.ui.RenderableStamper)
.void initializeClaimedElement()
claimElement(com.google.gwt.dom.client.Element)
.SafeHtml render(RenderableStamper stamper)
TODO(rdcastro): Remove this once UiBinder doesn't rely on it anymore.
void render(RenderableStamper stamper, SafeHtmlBuilder builder)