]> source.dussan.org Git - vaadin-framework.git/commit
Parameterize client-side Grid.addColumn to return the argument type (#16262)
authorJohannes Dahlström <johannesd@vaadin.com>
Thu, 15 Jan 2015 15:21:21 +0000 (17:21 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 19 Jan 2015 10:58:01 +0000 (10:58 +0000)
commit7ddaaae38498e4b080f39e8fd751c4a3e2d0fb43
treeb3147aea2a815834a99a7f4e927aed3093cca1dc
parent94ea98c409a0105794c9fa01d6c3c251f96ac21d
Parameterize client-side Grid.addColumn to return the argument type (#16262)

This allows invoking custom methods on the return value.

Change-Id: I5f2749b792db3627b46e676aee82dc672fec7113
client/src/com/vaadin/client/widgets/Grid.java
uitest/src/com/vaadin/tests/widgetset/client/grid/GridColumnAutoWidthClientWidget.java