ToggleSelect - Vaadin Add-on Directory
Toggle button that changes selection with each click, with optional navigation buttons.ToggleSelect is an AbstractSelect that takes a container and displays one of the selected values as a caption. When the button is clicked, next value is selected. Optionally, ToggleSelect can have navigation buttons (for easy navigation back and forth, with customisable captions), it is also possible to specify order which the values are selected in by default (forward or backwards). Lastly, there is an option to specify the property to be used as a main caption.
This component was developed as a case study during the lectures "Web Application Development with Vaadin", held at the University of Turku in 2014.
Online DemoIssue Tracker
Source Code
ToggleSelect version 0.2.0
First public release.
ToggleSelect version 0.2.1
ToggleSelect was updated to work with Vaadin 7.6; no functional changes