summaryrefslogtreecommitdiffstats
path: root/server/src
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-122-150/+86
* 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-122-17/+15
* Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1233-193/+271
|\
| * Make SQLContainer.removeAllItems() work properly with paging (#12882)Ilya Ermakov2014-12-121-1/+0
| * Validate input to FileResource constructor (#14253)Artur Signell2014-12-111-0/+3
| * Convert empty string to null Enum value, only throw ConversionExceptions (#14...Artur Signell2014-12-111-9/+11
| * Clear all bound fields when nulling the field group data source (#12371)Artur Signell2014-12-112-9/+19
| * 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
| * Make addNestedContainerBean work with existing bean item container items (#15...Artur Signell2014-12-091-1/+1
| * Returning all validation errors in the exception cause when submitting a fiel...Alexey Fansky2014-12-091-23/+63
| * 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 new StringTo<Byte, Short, BigInteger> Converters (#14583)Anna Miroshnik2014-12-085-5/+18
| * UIInitHandler emits Content-Length when writing json response (#15271)Fabian Lange2014-12-051-13/+8
| * SQLContainer removeItem Error when isModified (#8802)Ilya Ermakov2014-12-051-12/+14
| * 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-022-5/+9
| * Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).Denis Anisimov2014-12-023-7/+35
| * Show push version information in debug window (#14904).Denis Anisimov2014-12-021-0/+2
| * Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-011-2/+6
| * set Cache-Control and Expires header even when not-modified (#8757)Fabian Lange2014-12-011-12/+10
* | 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
* | 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-128-117/+123
* | Make SelectionChangeEvent general and move it to event packacge (#13334)Teemu Suo-Anttila2014-12-114-87/+46
* | 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-1111-14/+14
* | 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
* | Render empty cell instead of stopping rendering if a converter is missingArtur Signell2014-12-101-3/+20
* | Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-101-441/+363
* | Add Grid.addRow (#13334)Leif Åstrand2014-12-092-12/+92
* | 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-051-71/+29
* | Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-052-39/+14
* | 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-043-13/+13
* | Allow setting style name for header/footer rows (#7225)Artur Signell2014-12-041-1/+23