summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-121-31/+34
* Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-1210-122/+128
* Make SelectionChangeEvent general and move it to event packacge (#13334)Teemu Suo-Anttila2014-12-116-91/+50
* Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-118-676/+577
* Remove editor row discard methods; rename "commit" to "save" (#13334)Johannes Dahlström2014-12-111-24/+8
* Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-1113-18/+18
* Fix selecting logic of SingleSelectionModel API (#13334)Teemu Suo-Anttila2014-12-115-28/+169
* Split and capitalize header captions by defaultArtur Signell2014-12-103-40/+10
* Add sanity checking to server side selection models (#13334)Teemu Suo-Anttila2014-12-105-7/+51
* 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
|\
| * Add getter to SplitterState.positionReversed (#15285)Anna Koskinen2014-11-251-0/+14
| * do not create a StringWriter when not needed (#15276)Fabian Lange2014-11-241-7/+1
| * Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-195-35/+39
| * Add constructor for directly extending a connector (#13579)Leif Åstrand2014-11-172-0/+41
* | 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
|\|
| * Update selection after changes in underlying data source (#13580).Denis Anisimov2014-11-112-0/+100
| * Update @since to VaadinService.Sauli Tähkäpää2014-11-111-1/+1
| * Add null check to FieldGroup.bind. (#14729)Sauli Tähkäpää2014-11-052-7/+62
| * Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-031-2/+20
| * Change the way classloader for VaadinService is selected (fixes #11295)Maciej Przepióra2014-10-318-23/+102
| * Fixed typo in JavadocMarkus Koivisto2014-10-291-1/+1
| * Upload: OutOfMemory if stream already been read (#10096)Sergey Budkin2014-10-292-1/+71
| * Fire attach/detach events when Window is added/removed from UI (#14908).Denis Anisimov2014-10-292-0/+46