]> source.dussan.org Git - vaadin-framework.git/commit
Add viewport tag generation support (#13710)
authorLeif Åstrand <leif@vaadin.com>
Tue, 16 Dec 2014 13:22:28 +0000 (15:22 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 17 Dec 2014 11:48:06 +0000 (11:48 +0000)
commitbd5536edb51e67e6941ddd418c0fb2793ea00abf
tree14abe9ab2a16263e173213355ec3dac6305ffa82
parent272711e6f7eed94d933380599cb434a5cfe38f00
Add viewport tag generation support (#13710)

Change-Id: Ic38f640e44b91b4a1e1e906ab92a751d7a13ee65
server/src/com/vaadin/annotations/Viewport.java [new file with mode: 0644]
server/src/com/vaadin/annotations/ViewportGeneratorClass.java [new file with mode: 0644]
server/src/com/vaadin/server/BootstrapHandler.java
server/src/com/vaadin/server/ViewportGenerator.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/ui/DynamicViewport.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/ui/DynamicViewportEmptyTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/ui/DynamicViewportTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/ui/InvalidViewport.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/ui/InvalidViewportTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/ui/StaticViewport.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/ui/StaticViewportTest.java [new file with mode: 0644]