]> source.dussan.org Git - vaadin-framework.git/commit
Move ItemStyleProvider out of ComboBox and unify with Grid
authorAleksi Hietanen <aleksi@vaadin.com>
Thu, 15 Sep 2016 06:51:22 +0000 (09:51 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 20 Sep 2016 06:03:52 +0000 (06:03 +0000)
commit7476bdb00fb112eecaf503a9d4f6a33bce5618bf
treed693d1e16c9af90d478efd4488a811c95c54c701
parentedd8b9bd16a33fe6be3e5082c953aaf374884070
Move ItemStyleProvider out of ComboBox and unify with Grid

Change-Id: Ic49fdbf651e9e3ef4ffd6944de597c2fd2f185da
server/src/main/java/com/vaadin/ui/ComboBox.java
server/src/main/java/com/vaadin/ui/Grid.java
server/src/main/java/com/vaadin/ui/StyleGenerator.java [new file with mode: 0644]
uitest/src/main/java/com/vaadin/tests/components/grid/basics/GridBasics.java