Directory

SearchField - Vaadin Add-on Directory

A field designed to process and return stylized search results SearchField - Vaadin Add-on Directory
When ComboBox isn't doing it for you, the SearchField allows you to eagerly process search keywords, and return a result in the way that suits your application best. Requires SuperImmediateTextField and PopupButton.
SuperImmediateTextField
PopupButton
Live Demo
Forum Thread
Video Demo

SearchField version 1.0.0
null

SearchField version 1.1.0
null

SearchField version 2.0.0
Supports IE, Added PopupButton as a dependency, requires Vaadin 6.3.0 or greater

SearchField version 2.0.1
Requirement updated to PopupButton 1.0.0

SearchField version 2.1.0
Added "setPopupVisible()" method

SearchField version 2.2.0
- ResultDisplayer takes a SearchEvent instead of a List. - Returning a null Layout from the ResultDisplayer will cause the popup not to be shown (regarded as "no hits found")