]> source.dussan.org Git - vaadin-framework.git/commit
Use Calendar as sender for action handlers (#13191)
authorHenri Sara <hesara@vaadin.com>
Thu, 30 Jan 2014 09:39:57 +0000 (11:39 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 30 Jan 2014 09:43:00 +0000 (09:43 +0000)
commite5dee6a7417e4466ad35bd9150174f86204bca3e
treede04cf3c01b7d248349c814596b3a96288d04b32
parent69983d0aa0400a3c110e960d0f9da0ca0a59a094
Use Calendar as sender for action handlers (#13191)

The sender parameter to action handlers is now the Calendar instance
rather than an instance of a private RPC implementation class. This was
probably broken by an earlier refactoring.

Change-Id: If15cf232e7578eb55617f45db6b9304f5e80fed5
server/src/com/vaadin/ui/Calendar.java
uitest/src/com/vaadin/tests/components/calendar/CalendarActionEventSource.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/calendar/CalendarActionEventSourceTest.java [new file with mode: 0644]