]> source.dussan.org Git - vaadin-framework.git/commit
Include getWidget return type even if createWidget is defined (#9561)
authorLeif Åstrand <leif@vaadin.com>
Mon, 17 Sep 2012 06:44:03 +0000 (09:44 +0300)
committerLeif Åstrand <leif@vaadin.com>
Mon, 17 Sep 2012 06:44:03 +0000 (09:44 +0300)
commit800efdee9d891fb07343b18bca7cd543ffebb615
treec4a097ec5d8e6a5a8bc726f1e69f11fc533c8660
parent7353c3698181bd4ccd0d5d890745ad13ff544ee6
Include getWidget return type even if createWidget is defined (#9561)
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/WidgetInitVisitor.java
uitest/src/com/vaadin/tests/serialization/DelegateWithoutStateClass.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/serialization/DelegateWithoutStateClassTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/client/DelegateWithoutStateClassConnector.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/client/VExtendedTextArea.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/server/DelegateWithoutStateClassComponent.java [new file with mode: 0644]