Rendering of Embedded Forms

On the Form Designer canvas, an embedded form is represented as a pane containing a form icon. When the builder runs, it creates a deployable copy of the parent form. Each embedded form pane is replaced by the contents of its respective embeddable form, recursively.

At preview and runtime, the GWT implementation renders the deployable copy of the parent form.

Preview Rendering of the Parent Form