]> source.dussan.org Git - vaadin-framework.git/commit
Implemented SubPartAware in VScrollTable #12514
authorJonatan Kronqvist <jonatan@vaadin.com>
Mon, 9 Sep 2013 12:52:23 +0000 (15:52 +0300)
committerJonatan Kronqvist <jonatan@vaadin.com>
Mon, 16 Sep 2013 07:01:42 +0000 (10:01 +0300)
commitdc14ea4ca1cec8a4fc1ac23c07151e11cd2ac72b
tree2b9d705fcd841d7aa1b3a6a01da674ed4e65c54d
parent72db2044ea2844c5c7a49a704a507f32af5755ed
Implemented SubPartAware in VScrollTable #12514

This allows for "//VScrollTable#row[n]/col[m]" -style locator strings.

Change-Id: I65bea31ab0eaa59fcd5a566ea3d1a43465ef298f
client/src/com/vaadin/client/componentlocator/VaadinFinderLocatorStrategy.java
client/src/com/vaadin/client/ui/VScrollTable.java