]> source.dussan.org Git - vaadin-framework.git/commit
Enable navigation on a readonly Calendar. (#16523)
authorSauli Tähkäpää <sauli@vaadin.com>
Fri, 30 Jan 2015 15:46:07 +0000 (17:46 +0200)
committerArtur Signell <artur@vaadin.com>
Thu, 19 Feb 2015 12:36:52 +0000 (14:36 +0200)
commitc4f36c2a35b9bc2db7b1da15d91edab6d6d68a9e
tree1950bdeae335f241fbda7ab9251030a5faed861f
parentba163b261c4791c6648d6c31841ec892a0246e8b
Enable navigation on a readonly Calendar. (#16523)

- Month view: navigate to week and day views
- Week view: navigate to day view and to next and prev weeks
- Day view: navigate to next and prev days
- Month view: hidden events can be expanded to view.

Change-Id: I19c64ae64c55b8e07be7f73be64e18e700f849b5
client/src/com/vaadin/client/ui/calendar/CalendarConnector.java
client/src/com/vaadin/client/ui/calendar/schedule/DayToolbar.java
client/src/com/vaadin/client/ui/calendar/schedule/SimpleDayCell.java
server/src/com/vaadin/ui/Calendar.java
uitest/src/com/vaadin/tests/components/calendar/CalendarDisabledTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/calendar/CalendarReadOnly.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/calendar/CalendarReadOnlyTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/tb3/newelements/CalendarElement.java [new file with mode: 0644]