]> source.dussan.org Git - vaadin-framework.git/commit
Fix Grid and Escalator accessing of SubPartArguments
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Tue, 12 May 2015 08:49:50 +0000 (11:49 +0300)
committerLeif Åstrand <leif@vaadin.com>
Tue, 12 May 2015 11:59:38 +0000 (11:59 +0000)
commit46d0e0c60077665f3cf1f80503bd30313d7fa61e
treeabaa3e6cd2f6eed0feb1a8e5e3db3c0a926ba3e3
parent0a7d5bcd585dcfc08ea7c4339dc03f29cea6fde4
Fix Grid and Escalator accessing of SubPartArguments

This patch removes an extra static method from Escalator and makes Grid
and Escalator call SubPartArguments create(String) method directly.

Change-Id: I6825bc89540c6183a8fddeded8133fb7ef8e23f1
client/src/com/vaadin/client/widgets/Escalator.java
client/src/com/vaadin/client/widgets/Grid.java