summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Add expand and min/max width for GridColumns (#13334)Henrik Paul2014-12-121-0/+135
* Refactor server-side editor row to work in real(er) cases (#13334)Leif Åstrand2014-12-121-149/+84
* Remove unnecessary @since and @author JavaDoc markings (#13334)Teemu Suo-Anttila2014-12-121-15/+0
* Remove SortEventOriginator and replace it with a boolean (#13334)Teemu Suo-Anttila2014-12-121-10/+8
* Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1217-105/+87
|\
| * Add public Field.isEmpty() and clear() (#15354)Artur Signell2014-12-106-21/+35
| * Long events aren't displayed properly when using Container (#15242)Sergey Budkin2014-12-101-56/+18
| * Make TextField.clear() use empty string to be consistent with constructor (#1...Artur Signell2014-12-101-1/+11
| * Fix issues when using java.sql.Date as DateField range (#15342)Teemu Pöntelin2014-12-091-6/+8
| * Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-097-19/+9
| * Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-041-6/+6
| * Escape dynamic and configured theme names in the same way. (#15309)Leif Åstrand2014-12-021-2/+6
* | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-121-4/+3
* | Do not prefix generated styles (#13334)Artur Signell2014-12-121-4/+0
* | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-125-372/+8
* | Make SelectionChangeEvent general and move it to event packacge (#13334)Teemu Suo-Anttila2014-12-114-154/+3
* | Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-116-674/+575
* | 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-1110-11/+11
* | Fix selecting logic of SingleSelectionModel API (#13334)Teemu Suo-Anttila2014-12-113-23/+15
* | Split and capitalize header captions by defaultArtur Signell2014-12-102-37/+5
* | Add sanity checking to server side selection models (#13334)Teemu Suo-Anttila2014-12-104-3/+47
* | Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-101-441/+363
* | Add Grid.addRow (#13334)Leif Åstrand2014-12-091-0/+77
* | Allow limiting server-side selection size (#13334)Leif Åstrand2014-12-092-83/+158
* | Add getColumns function to Grid (#13334)Teemu Suo-Anttila2014-12-081-2/+33
* | 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
* | Refactor frozen column API (#13334)Leif Åstrand2014-12-051-71/+29
* | Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-051-33/+4
* | Fix Java 8 compatibilityJouni Koivuviita2014-12-041-2/+2
* | Add server-side CellStyleGenerator (#13334)Leif Åstrand2014-12-041-0/+59
* | Rename method to be consistent with Container.Viewer (#13334)Artur Signell2014-12-043-13/+13
* | 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-041-4/+9
* | Fix addColumn to function correctly with non-default container (#13334)Teemu Suo-Anttila2014-12-041-14/+69
* | 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-031-19/+80
* | 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-011-25/+50
* | 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-281-0/+14
|\|
| * Add getter to SplitterState.positionReversed (#15285)Anna Koskinen2014-11-251-0/+14
* | Flatten Header and Footer API to be part of Grid API (#13334)Teemu Suo-Anttila2014-11-271-70/+346
* | Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-2619-3203/+3097
* | 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-254-50/+115
* | Fix Grid setContainerDataSource to reset all columns (#13334)Teemu Suo-Anttila2014-11-141-17/+30
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-147-3/+78
|\|