Interface IsRenderable

    • Method Detail

      • render

        SafeHtml render​(RenderableStamper stamper)
        See Also:
        TODO(rdcastro): Remove this once UiBinder doesn't rely on it anymore.
      • render

        void render​(RenderableStamper stamper,
                    SafeHtmlBuilder builder)
        Tells this object to render itself as HTML and append it to the given builder. If the implementation expects to be able to claim an element later, it must be marked by the given stamper.