Directory

← Back

FFSelect

A Hilighting Select component with an additional filter option that allows searching keywords in ANY order. Item-contained keywords may be hilighted (like in FF)

Author

Rating

Popularity

<100

This is a fork from the Vaadin 6.2.6 version of the Select component. The drop down menu hilights the keywords separated by space. The order of the keywords may be written in any order. Having a long list of items will simplify the fetch, as you only need to remember a few words or characters from the searched item.

This component simulates the behavior of the Firefox search-box (except counting "Most hits").

NOTE! Works with any browser that also the Vaadin's Select works on.

Sample code

Toolbox tb = new Toolbox();
tb.setOrientation(orientation);
VerticalLayout vl = new VerticalLayout(); // For instance, add your components in a VerticalLayout
tb.setAnimationTime(1); // This is practically "no animation"

mainWindow.addComponent(tb);  // Add your component to the mainWindow
Toolbox tb = new Toolbox();
tb.setOrientation(orientation);
VerticalLayout vl = new VerticalLayout(); // For instance, add your components in a VerticalLayout
tb.setAnimationTime(1); // This is practically "no animation"

mainWindow.addComponent(tb);  // Add your component to the mainWindow

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Changed compliance level from 1.6 to 1.5

Released
2010-04-08
Maturity
STABLE
License
Apache License 2.0

Compatibility

Framework
Vaadin 6.2+
Vaadin 6.0+ in 1.0.0
Browser
Internet Explorer
Internet Explorer
Firefox
Opera
Safari

FFSelect - Vaadin Add-on Directory

A Hilighting Select component with an additional filter option that allows searching keywords in ANY order. Item-contained keywords may be hilighted (like in FF) FFSelect - Vaadin Add-on Directory
This is a fork from the Vaadin 6.2.6 version of the Select component. The drop down menu hilights the keywords separated by space. The order of the keywords may be written in any order. Having a long list of items will simplify the fetch, as you only need to remember a few words or characters from the searched item. This component simulates the behavior of the Firefox search-box (except counting "Most hits"). NOTE! Works with any browser that also the Vaadin's Select works on.
Source Code
Online Demo
Discussion Forum

FFSelect version 1.0.0
null

FFSelect version 1.0.1
Changed compliance level from 1.6 to 1.5

Online