]> source.dussan.org Git - vaadin-framework.git/commit
Use widget set specified by init parameter (#20276)
authorArtur Signell <artur@vaadin.com>
Thu, 15 Sep 2016 07:43:27 +0000 (10:43 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 15 Sep 2016 07:59:24 +0000 (07:59 +0000)
commit516c428ca127e3c31b7b4d74220e4b7eed4571be
treec55b2e4f084f90cc01fc3a414da34ca8e7f271a7
parent815d72115d5aaf3676daefd5642115577e4151ef
Use widget set specified by init parameter (#20276)

1. If a UI has @Widgetset, use that
2. If a "widgetset" init parameter has been specified, use that
3. If there is an AppWidgetset, use that
4. Use DefaultWidgetSet

Change-Id: I522210220bb9e3eb339e9d226833d0fa8eb65839
server/src/main/java/com/vaadin/server/UIProvider.java