]> source.dussan.org Git - vaadin-framework.git/commit
Render Window caption as text when requested (#16273)
authorArtur Signell <artur@vaadin.com>
Tue, 27 Jan 2015 11:51:22 +0000 (13:51 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 27 Jan 2015 15:30:20 +0000 (15:30 +0000)
commit2af61caa596eb39b211bb6c71809e6ecca63bae8
treee192c92e7747153fc9dc0181ea06560ac8899f77
parentb8d69b6b397ba2d669aa16e297d900e5e079d1e9
Render Window caption as text when requested (#16273)

Change-Id: I15813f5fc305776282bdc9cb3d5dffd4f09ebf55
client/src/com/vaadin/client/ui/VWindow.java
client/src/com/vaadin/client/ui/window/WindowConnector.java
uitest/src/com/vaadin/tests/components/window/WindowCaption.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/window/WindowCaptionTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/tb3/newelements/WindowElement.java