About the ToolbarWindow category

ToolbarWindow: Ever wanted to place extra buttons in the window header, such as a simple minimize or maximize button? Now you can!

The toolbar area accepts any Vaadin component, so you could even place a Table there, but that’s not really what this component was designer for ;)

The demo application contains an example implementation for the maximize and minimize functions, with an additional custom button in the toolbar. The Animator add-on is also used to provide the smooth minimize animation.

DEPENDENCIES
-CSSInject 0.11 is required - CSSInject - Vaadin Add-on Directory