]> source.dussan.org Git - vaadin-framework.git/commit
Display CustomLayout template even if there are no children (#9725) 99/199/1
authorJohannes Dahlström <johannesd@vaadin.com>
Fri, 2 Nov 2012 12:09:56 +0000 (14:09 +0200)
committerJohannes Dahlström <johannesd@vaadin.com>
Fri, 2 Nov 2012 12:09:56 +0000 (14:09 +0200)
commit320a8cd42080c5b2f334375fc44a8a62af9825a2
tree5441006decbae35b613c172a78edc9d89ff5d044
parent602b6903a67cb7d2e6bc55f8fc8ec62451e3bada
Display CustomLayout template even if there are no children (#9725)

* Also move a couple of tests from components.customcomponent to .customlayout

Change-Id: I72c3507a4f1d40a7027050829e2b54c050563301
client/src/com/vaadin/client/ui/customlayout/CustomLayoutConnector.java
uitest/src/com/vaadin/tests/components/customcomponent/CustomLayoutUsingTemplate.html [deleted file]
uitest/src/com/vaadin/tests/components/customcomponent/CustomLayoutUsingTemplate.java [deleted file]
uitest/src/com/vaadin/tests/components/customcomponent/CustomLayoutUsingTheme.html [deleted file]
uitest/src/com/vaadin/tests/components/customcomponent/CustomLayoutUsingTheme.java [deleted file]
uitest/src/com/vaadin/tests/components/customcomponent/template.htm [deleted file]
uitest/src/com/vaadin/tests/components/customlayout/CustomLayoutUsingTemplate.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/customlayout/CustomLayoutUsingTemplate.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/customlayout/CustomLayoutUsingTheme.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/customlayout/CustomLayoutUsingTheme.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/customlayout/template.htm [new file with mode: 0644]