]> source.dussan.org Git - vaadin-framework.git/commit
Client-side Grid header/footer rewrite: add add/remove rows support (#13334)
authorJohannes Dahlström <johannesd@vaadin.com>
Tue, 15 Jul 2014 17:44:59 +0000 (20:44 +0300)
committerJohannes Dahlström <johannesd@vaadin.com>
Tue, 22 Jul 2014 09:10:57 +0000 (09:10 +0000)
commitaca2902c9cafcb02db19a0cdd42b1488786c0f56
treeca9d222f8b4771d9fec91858c05a40d2009727a8
parent59091b486a91754612b555f854d65b77a82eb6b4
Client-side Grid header/footer rewrite: add add/remove rows support (#13334)

Currently supported:
* Adding and removal of header and footer rows
* Header is single-row by default
* Footer is zero-row by default
* Text captions

TODO:
* Column spanning
* HTML content
* Widget content
* Component content
* Sorting/Indicators
* Server side API
* Shared state handling

Change-Id: I54b5062f31e38e872ca64394dfa02f866a1af202
client/src/com/vaadin/client/ui/grid/Grid.java
client/src/com/vaadin/client/ui/grid/GridFooter.java
client/src/com/vaadin/client/ui/grid/GridHeader.java
client/src/com/vaadin/client/ui/grid/GridStaticSection.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridFooterTest.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridHeaderTest.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridStaticSectionTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/client/grid/GridBasicClientFeatures.java