Directory

Toolbox - Vaadin Add-on Directory

Toolbox is a component that may save some workspace by folding to some edge when not needed Toolbox - Vaadin Add-on Directory
The Toolbox will be folded somewhere around your browser's edges. To unfold it, simply move the mouse cursor over the edge and the content will be shown. If this feature is not wanted, one can now also make the Toolbox foldable only on clicks. The Toolbox has a small API and will not interfere with other components. Toolbox will not have a size of its own, but determines its size by looking at the contained component. If the contained component for example is a layout with width 100%, the Toolbox will also be of 100% width. Animation can be switched off by setting the animation time milliseconds to 0. The component can also swap orientation on the fly by setting the orientation. Now there is also better support for clicking & adding icons, thanks to Henri Kerola. Henri also added programmatic support for opening the Toolbox, fixed a bug and now it is possible to style the toolbox Now also added Vaadin 7 support (1.0.0)
Author Homepage
Online Demo
Source Code
Discussion Forum

Toolbox version 0.1.0
Still to be done: - Support for dragging and dropping the toolbars at different placeholders - To make the toolbar able to be added to elements (for instance adding it inside a VerticalLayout) - A known bug is that when a child component's poup falls outside of the frames and you move the cursor outside, the toolbox will fold. Workaround: use more space (or a whole side) for the toolbox

Toolbox version 0.1.1
The Toolbox may now be clickable-only, instead of having it to fold/unfold when the mouse cursor crosses the border.

Toolbox version 0.2.0
-setPopupVisible (programmatic support to open the popup) -attach/detach-bug fixed - ability to add stylename to the popup itself

Toolbox version 0.3.0
- Added setPopupVisible(boolean) - programmatic support for opening the popup - Attach/detach bug fixed - addStylname now works for the Toolbox

Toolbox version 1.0.0
null

Toolbox version 1.0.1
Support for Vaadin 7.3 added