]> source.dussan.org Git - vaadin-framework.git/commit
Check class name type on Grid cell mouse over (#10194)
authorAdam Wagner <wbadam@users.noreply.github.com>
Fri, 20 Oct 2017 08:14:33 +0000 (10:14 +0200)
committerPéter Török <31210544+torok-peter@users.noreply.github.com>
Fri, 20 Oct 2017 08:14:33 +0000 (11:14 +0300)
commitdf2157ab9f39f7170675c8540a589cdc101d9456
tree34fa8aa72c59813f656f73292dc43b09dd0f908e
parentcb85b628289d35619d512f519624e5b075dfc441
Check class name type on Grid cell mouse over (#10194)

* Check whether className is of type string

* Move string type checker method to widget util

* Fix formatting of WidgetUtil

* Break svg into lines
client/src/main/java/com/vaadin/client/WidgetUtil.java
client/src/main/java/com/vaadin/client/widgets/Grid.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridSvgInCell.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/grid/GridSvgInCellTest.java [new file with mode: 0644]