(Quick Reference)

mainWindow

Purpose

Allows configuring the Vaadin application's main Window.

Examples

<v:mainWindow caption="Hello World!"/>

Description

Body

  • Ignored

Attributes

Specific
  • caption (optional) Sets the browser <title>

General
  • var (optional) Uses Grails's set tag to set the value of the specified variable to be this component.
  • class (optional) The CSS class name to add to the component using the addStyleName() method
  • sizeUndefined (optional) Calls setSizeUndefined() on the component. (Attribute value is ignored)
  • sizeFull (optional) Calls setSizeFull() on the component. (Attribute value is ignored)

See Vaadin Window API docs for full list of allowed attributes