]> 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)
committerVaadin Code Review <review@vaadin.com>
Fri, 6 Feb 2015 11:04:38 +0000 (11:04 +0000)
commit20ff39aab17bd04c6d7e94c355593fe53e70ce88
tree0494287d9f3a061bdfb4921b8ea96268043d87be
parentca435cd30b6bdf1a24636e37c10a43545804991f
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]