|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IsRenderable
An interface for UI elements that can be built by first generating a piece of HTML and afterwards wrapping a root widget. This interface is very experimental and in active development, so the exact API is likely to change. Very likely. In fact, it will definitely change. You've been warned.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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)
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |