]> source.dussan.org Git - vaadin-framework.git/commit
Base grid component and column API (#12829, #12830)
authorJohn Ahlroos <john@vaadin.com>
Tue, 29 Oct 2013 11:44:49 +0000 (13:44 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 19 Nov 2013 11:07:24 +0000 (11:07 +0000)
commit1c1506ef0447b1d979a6adb4d812ae9858f00b67
tree801cd0118eb73c18527739fee512bac3339f2457
parenta752fcb10935c73f0a9d9d9c7948bfb29fcbb2e2
Base grid component and column API (#12829, #12830)

Change-Id: I6c4eae8a4369e9452dd56e764633cecfe9bf553a
client/src/com/vaadin/client/ui/grid/Grid.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/GridColumn.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/GridConnector.java [new file with mode: 0644]
server/src/com/vaadin/ui/components/grid/Grid.java [new file with mode: 0644]
server/src/com/vaadin/ui/components/grid/GridColumn.java [new file with mode: 0644]
server/tests/src/com/vaadin/tests/server/component/grid/GridColumns.java [new file with mode: 0644]
shared/src/com/vaadin/shared/ui/grid/GridColumnState.java [new file with mode: 0644]
shared/src/com/vaadin/shared/ui/grid/GridState.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/grid/GridBasicFeatures.java [new file with mode: 0644]