AsyncFilterComboBox
AsyncFilterComboBox Add-on for Vaadin 7
AsyncFilterComboBox is an extended version of Vaadin ComboBox which allows to change the way filtering is triggered (like with setTextChangeEventMode on TextField).
Sample code
AsyncFilterComboBox asyncfilterComboBox = new AsyncFilterComboBox(); asyncfilterComboBox.setCaption("Filter after 2000 ms delay"); asyncfilterComboBox.setFilterChangeTimeout(2000); asyncfilterComboBox.addItem("item 1"); asyncfilterComboBox.addItem("item 2"); asyncfilterComboBox.addItem("item 3"); asyncfilterComboBox.addItem("item 4"); layout.addComponent(box);
<module> <!-- Inherit DefaultWidgetSet --> <inherits name="com.vaadin.DefaultWidgetSet" /> <inherits name="it.zero11.vaadin.asyncfiltercombobox.WidgetSet" /> </module>
Links
Compatibility
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
Disabled lazy mode when scrolling list with page up/down keys
- Released
- 2014-07-10
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 7.1+
- Browser
- Browser Independent