summaryrefslogtreecommitdiffstats
path: root/server/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Declarative support for AbstractField (#7749)Matti Hosio2014-12-106-2/+242
| * | Fix errors that affect validation builds (#7749).Mika Murtojarvi2014-12-102-0/+6
| * | Change a test not to use LocaleUtils.Mika Murtojarvi2014-12-101-6/+3
| * | Remove locale utils dependency since that is not available in the server depe...Matti Hosio2014-12-101-1/+1
| * | Declarative support for CssLayout (#7749)Matti Hosio2014-12-102-0/+152
| * | Handle locale as a special case (#7749).Mika Murtojarvi2014-12-091-0/+153
| * | Handle immediate property as a special case (#7749).Mika Murtojarvi2014-12-092-0/+35
| * | Support for automatic binding of the fields of the root layout (#7749)Matti Hosio2014-12-083-0/+144
| * | Declarative support for Responsive (#7749)Matti Hosio2014-12-082-0/+40
| * | Declarative: handle inner html for Button and Label (#7749).Mika Murtojarvi2014-12-058-9/+368
| * | Fixes for the public API of DesignContext.Mika Murtojarvi2014-12-042-0/+195
| * | Declarative support for AbsoluteLayout (#7749)Matti Hosio2014-12-042-0/+211
| * | Declarative: Use Element in DesingSynchronizable method parametersMatti Hosio2014-12-034-53/+49
| * | Vaadin declarative: parser and html generator.Mika Murtojarvi2014-12-021-1/+0
| * | Declarative support for AbstractOrderedLayoutMatti Hosio2014-12-022-0/+248
| * | Support for synchronizing to design in AbstractComponentMatti Hosio2014-12-022-3/+259
| * | support for declarative in AbstractComponentMatti Hosio2014-11-281-0/+187
* | | Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-171-0/+171
* | | Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-171-32/+32
* | | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-171-1/+1
* | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-171-66/+92
|\ \ \ | | |/ | |/|
| * | Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2014-12-151-66/+92
* | | Rename SelectionChangeEvent and SortOrderChangeEvent (#13334)Teemu Suo-Anttila2014-12-123-16/+16
* | | Refactor server-side editor row to work in real(er) cases (#13334)Leif Åstrand2014-12-122-68/+28
* | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1215-25/+642
|\| |
| * | Make SQLContainer.removeAllItems() work properly with paging (#12882)Ilya Ermakov2014-12-121-0/+20
| * | Validate input to FileResource constructor (#14253)Artur Signell2014-12-111-0/+36
| * | Convert empty string to null Enum value, only throw ConversionExceptions (#14...Artur Signell2014-12-111-0/+14
| * | Clear all bound fields when nulling the field group data source (#12371)Artur Signell2014-12-111-11/+1
| * | Add public Field.isEmpty() and clear() (#15354)Artur Signell2014-12-103-0/+165
| * | Make addNestedContainerBean work with existing bean item container items (#15...Artur Signell2014-12-091-0/+42
| * | Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-091-0/+50
| * | Basic tests for default converter factoryArtur Signell2014-12-081-0/+128
| * | Add new StringTo<Byte, Short, BigInteger> Converters (#14583)Anna Miroshnik2014-12-083-23/+36
| * | SQLContainer removeItem Error when isModified (#8802)Ilya Ermakov2014-12-051-0/+14
| * | Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-041-9/+55
| * | Escape dynamic and configured theme names in the same way. (#15309)Leif Åstrand2014-12-021-0/+43
| * | Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).Denis Anisimov2014-12-021-0/+31
| * | Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-012-0/+26
| |/
* | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-121-5/+5
* | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-122-5/+5
* | Make SelectionChangeEvent general and move it to event packacge (#13334)Teemu Suo-Anttila2014-12-112-4/+4
* | Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-112-2/+2
* | Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-112-4/+4
* | Fix selecting logic of SingleSelectionModel API (#13334)Teemu Suo-Anttila2014-12-112-5/+154
* | Split and capitalize header captions by defaultArtur Signell2014-12-101-3/+5
* | Add sanity checking to server side selection models (#13334)Teemu Suo-Anttila2014-12-101-4/+4
* | Render empty cell instead of stopping rendering if a converter is missingArtur Signell2014-12-101-3/+2
* | Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-101-59/+63
* | Add Grid.addRow (#13334)Leif Åstrand2014-12-092-2/+252