Directory

← Back

FilterableTwinColSelect

An improved version of the core's TwinColSelect, allows you to filter values

Author

Contributors

Rating

This component is an improved version of core's TwinColSelect. This component allows you to filter the values in both columns. This is completely a server-side add-on with no new client-side code.

Sample code

FilterableTwinColSelect select = new FilterableTwinColSelect();
select.setContainerDataSource(container);
select.setItemCaptionPropertyId("name");
select.setLeftColumnCaption("Available");
select.setRightColumnCaption("Selected");
select.setFilterInputPrompt("Filter...");

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

Small bug fixes. Removed configuration from packaging.

Released
2015-05-25
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 7.0+
Browser
Internet Explorer
Firefox
Opera
Safari
Google Chrome
Internet Explorer
Online