summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Render empty cell instead of stopping rendering if a converter is missingArtur Signell2014-12-102-6/+22
| * | | | Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-102-500/+426
| * | | | Add Grid.addRow (#13334)Leif Åstrand2014-12-094-14/+344
| * | | | Allow limiting server-side selection size (#13334)Leif Åstrand2014-12-092-83/+158
| * | | | Add getColumns function to Grid (#13334)Teemu Suo-Anttila2014-12-082-21/+47
| * | | | Add select all / select none checkbox to SelectionColumn (#13334)Teemu Suo-Anttila2014-12-081-0/+7
| * | | | Fix appendHeaderRow and appendFooterRow JavaDoc (#13334)Teemu Suo-Anttila2014-12-081-9/+8
| * | | | Avoid non-fatal server-side assertions from selection tests (#13334)Leif Åstrand2014-12-061-2/+7
| * | | | Refactor frozen column API (#13334)Leif Åstrand2014-12-052-77/+39
| * | | | Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-054-57/+18
| * | | | Fix Java 8 compatibilityJouni Koivuviita2014-12-041-2/+2
| * | | | Add server-side CellStyleGenerator (#13334)Leif Åstrand2014-12-042-1/+109
| * | | | Rename method to be consistent with Container.Viewer (#13334)Artur Signell2014-12-045-20/+20
| * | | | Allow setting style name for header/footer rows (#7225)Artur Signell2014-12-041-1/+23
| * | | | Extend addColumn to support arbitrary data types (#13334)Teemu Suo-Anttila2014-12-042-4/+21
| * | | | Fix addColumn to function correctly with non-default container (#13334)Teemu Suo-Anttila2014-12-043-14/+107
| * | | | Rename row key parameter for consistency (#13334)Leif Åstrand2014-12-031-3/+3
| * | | | Add column add and remove functionality to Grid (#13334)Teemu Suo-Anttila2014-12-033-54/+164
| * | | | Allow setting style names for header and footer cells (#7225)Artur Signell2014-12-011-0/+21
| * | | | Make Grid.Column API setters fluid (#13334)Teemu Suo-Anttila2014-12-014-40/+65
| * | | | Clarify Header/Footer addRow(index) JavaDoc (#13334)Teemu Suo-Anttila2014-12-011-2/+6
| * | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-289-42/+95
| |\ \ \ \
| * | | | | Flatten Header and Footer API to be part of Grid API (#13334)Teemu Suo-Anttila2014-11-273-131/+395
| * | | | | Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-2627-3220/+3114
| * | | | | Fix removing a merged property from headers and footers (#13334)Teemu Suo-Anttila2014-11-251-1/+5
| * | | | | Rename a variable in GridStaticSection (#13334)Teemu Suo-Anttila2014-11-251-6/+6
| * | | | | Fix Grid server-side header merging and setup (#13334)Teemu Suo-Anttila2014-11-255-53/+137
| * | | | | Fix Grid setContainerDataSource to reset all columns (#13334)Teemu Suo-Anttila2014-11-142-18/+65
| * | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-1424-37/+499
| |\ \ \ \ \
| * | | | | | Make ImageRenderers emit click events (#13334)Johannes Dahlström2014-11-133-90/+137
| * | | | | | Fixes property change events after first render (#13334)Henrik Paul2014-11-061-0/+6
| * | | | | | Prevent row insert/remove RPC calls before client init (#13334)Teemu Suo-Anttila2014-11-051-2/+15
| * | | | | | Adds hints to related methods in GridStaticSection (#13334)Henrik Paul2014-10-281-0/+20
| * | | | | | Fix RpcDataSource to use RPC for row pins/unpins (#13334)Teemu Suo-Anttila2014-10-222-63/+19
| * | | | | | Add isUserOriginated to SortOrderChangeEvents (#13334)Teemu Suo-Anttila2014-10-162-8/+5
| * | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-1651-176/+1909
| |\ \ \ \ \ \
| * | | | | | | Clarifies server-side exceptions relating to Columns (#13334)Henrik Paul2014-10-161-6/+17
| * | | | | | | Adds a word to an exception message (#13334)Henrik Paul2014-10-141-1/+1
| * | | | | | | Fix Grid not updating columnOrder on property remove (#13334)Teemu Suo-Anttila2014-10-091-1/+2
| * | | | | | | Refer to correct Container instance in editor row RPC (#13334)Johannes Dahlström2014-10-091-2/+2
| * | | | | | | Implement ImageRenderer (#13334)Johannes Dahlström2014-10-092-0/+142
| * | | | | | | Implement Vaadin-specific editor row commit/discard handling (#13334)Johannes Dahlström2014-10-072-4/+76
| * | | | | | | Implement ButtonRenderer (#13334)Johannes Dahlström2014-10-071-0/+129
| * | | | | | | Grid now supports bare ItemSetChangeEvents (#13334)Henrik Paul2014-10-031-13/+48
| * | | | | | | Ensure Renderers that do type conversions work properly (#13334)Johannes Dahlström2014-10-036-23/+37
| * | | | | | | Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-022-0/+64
| * | | | | | | Update sortable columns on property set change (#13334)Teemu Suo-Anttila2014-10-021-0/+11
| * | | | | | | Add a constructor without parameters to Grid (#13334)Teemu Suo-Anttila2014-10-011-0/+8
| * | | | | | | Map row data with column ids instead of using an array (#13334)Teemu Suo-Anttila2014-09-262-4/+8
| * | | | | | | Implement ProgressBarRenderer (#13334)Johannes Dahlström2014-09-261-0/+39