]> source.dussan.org Git - vaadin-framework.git/commit
Added support for focus and blur listeners in NativeSelect (#6847)
authorNiklas Nyholm <niklas.nyholm@procountor.com>
Fri, 11 Jul 2014 10:37:41 +0000 (13:37 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 20 Aug 2014 12:25:43 +0000 (12:25 +0000)
commit849894ae8d61cea654e25533be175a2173679921
tree95ea5ae67a1a9f14caa7daaa113783e601a58be0
parent0110af79f162c5c58e15d20bc35d8655fc5a8cde
Added support for focus and blur listeners in NativeSelect (#6847)

Implemented BlurNotifier and FocusNotifier interfaces in NativeSelect

Change-Id: Ief38d72edee05bef07f0d57367811bab2c6def50
client/src/com/vaadin/client/ui/VNativeSelect.java
client/src/com/vaadin/client/ui/nativeselect/NativeSelectConnector.java
server/src/com/vaadin/ui/NativeSelect.java
uitest/src/com/vaadin/tests/components/nativeselect/NativeSelectsFocusAndBlurListenerTests.java [new file with mode: 0644]