]> source.dussan.org Git - vaadin-framework.git/commit
Allow creating TextBox or SuggestionPopup when extending VFilterSelect (#12491)
authorFabian Lange <lange.fabian@gmail.com>
Mon, 2 Sep 2013 13:49:53 +0000 (15:49 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 4 Sep 2013 07:00:10 +0000 (07:00 +0000)
commit6dcece817b67122e5677f38ca4d80bc2f7cea110
treee5328aa6d80eeb0843b3b09ba2801794e8712d1c
parentfca0f7a6b70160e94d4504537110d7689a3c4344
Allow creating TextBox or SuggestionPopup when extending VFilterSelect (#12491)

This patch adds two methods, that one can override when extending VFilterSelect.
By doing so, the developer can for example change the behavior of setting text,
or performing clicks in the suggestion popup.
This change is backwards compatible, as it just offers two new methods to
override.

Change-Id: Icc8fd154ef1abaed96e6af742af77c3225db3fe4
client/src/com/vaadin/client/ui/VFilterSelect.java