]> source.dussan.org Git - vaadin-framework.git/commit
Added possibility to disable text input for PopupDateField (#6790) 72/272/2
authorMikael Grankvist <mgrankvi@vaadin.com>
Thu, 15 Nov 2012 09:21:14 +0000 (11:21 +0200)
committerArtur Signell <artur@vaadin.com>
Mon, 19 Nov 2012 18:30:19 +0000 (20:30 +0200)
commitfb771475c1b94d0dca3e1cb69f87cb8d80630aad
treeab7a0bcd14edda400f9763cc0c0d8f50d1f6dbda
parent02a808548472a8aa66631fdbf5ee119b24061a92
Added possibility to disable text input for PopupDateField (#6790)

Change-Id: I3275fce74c26b1409aa00505c06f459d1ae2e6ce
client/src/com/vaadin/client/ui/VPopupCalendar.java
client/src/com/vaadin/client/ui/datefield/PopupDateFieldConnector.java
server/src/com/vaadin/ui/PopupDateField.java
shared/src/com/vaadin/shared/ui/datefield/PopupDateFieldState.java
uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldTest.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldTest.java
uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldTextEnabled.java [new file with mode: 0644]