Resetbutton for listsetect Add-on - Vaadin Add-on Directory
A reset-button for the ListSelect componentThe ResetButtonForListSelect is a Vaadin extension Add-on which adds a reset button to the caption of a ListSelect class.
This reset-button will set the value of the extended ListSelect to "null" (via the setValue() method, so also fires valueChangeListeners if registered).
Since the extension adds the reset button to the caption, this Add-on only works, when the extended ListSelect has a caption set before initialy rendered to the screen.
Author HomepageOnline Demo
Issue Tracker
Source Code
Resetbutton for listsetect Add-on version 1.0.0
initial version with the reset button implemented