aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* Update column caption when a text is set in the default header rowArtur2017-03-163-0/+40
* Add Column.getValueProvider to Grid (#8732)Artur2017-03-162-4/+63
* Allow powerful Navigator subclassing (#8663)Giovanni Lovato2017-03-161-4/+17
* Add support for rendering HTML in ButtonRenderer (#8606)Artur2017-03-161-0/+24
* Translate "context://" to the context root of the web appArtur2017-03-165-0/+179
* Make Eclipse add vaadin-icons source folder (#8531)Henri Sara2017-03-161-1/+41
* Add missing since, remove unused commandTeemu Suo-Anttila2017-03-071-1/+1
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-074-41/+1068
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-03-077-126/+56
* Add missing Grid.removeAllColumns (#8750)Artur2017-03-072-0/+23
* Use try-with-resources (#8757)Ahmed Ashour2017-03-073-27/+28
* Remove unnecessary override and correct javadoc typo (#8716)Peter Lehto2017-03-071-9/+1
* Minor fix for javadocs (#8710)Ilia Motornyi2017-03-071-3/+3
* Fix some issues with Binder serialization (#8660)8.0.1Ilia Motornyi2017-02-278-12/+44
* Fix NPE sorting columns with null values (#8610)Filippo2017-02-272-1/+50
* Make it possible to use an extended ComboBox in declarative files (#8651)Artur2017-02-273-2/+25
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-279-21/+324
* Load declarative classes using thread context class loader (#8532)Artur2017-02-272-3/+6
* Fix null caption for NativeSelect and ComboBox (#8633)Pekka Hyvönen2017-02-274-6/+99
* Correctly test for mutually comparable types (#8598)Leif Åstrand2017-02-272-2/+9
* Use an informative exception message when Binder is incorrectly constructed (...Artur2017-02-271-2/+4
* Fix since tags for 8.0 (#8575)8.0.0.rc2Henri Sara2017-02-1679-39/+198
* Add javadoc clarification for DataProivder.refreshItem (#8585)Leif Åstrand2017-02-161-0/+8
* Reduce ComboBox initial requests (#8571)Pekka Hyvönen2017-02-161-4/+31
* Clarify set/addSortComparator parameter name (#8562)Leif Åstrand2017-02-161-9/+9
* Provide explicit locale in GridTest (#8525)Ilia Motornyi2017-02-141-1/+4
* Use column id as the default sort order property (#8529) (#8530)8.0.0.rc1Henri Sara2017-02-102-2/+63
* Include Vaadin-Icons into the project, (#8485)Ilia Motornyi2017-02-091-0/+47
* Add shorthands for creating lazy DataProviders (#8511)Teemu Suo-Anttila2017-02-092-0/+112
* Clarify addComponentsAndExpand javadocs (#8516)Leif Åstrand2017-02-092-0/+8
* Binding a null bean should clear the bound field values (#8288)caalador2017-02-092-35/+139
* Add addComponentsAndExpand to horizontal and vertical layout (#8480)Leif Åstrand2017-02-084-0/+182
* Clarify javadocs for query values not used for counting (#8509)Leif Åstrand2017-02-081-4/+9
* Allow configuring how string to number converters handle empty strings (#8506)Leif Åstrand2017-02-0814-29/+202
* Provide a convenience method to get items set via setItems(). Denis2017-02-086-15/+90
* Extract data provider callbacks to named and documented interfaces (#8508)Leif Åstrand2017-02-082-27/+77
* Provide a way to set styles for Header/Footer Cells and Rows in a Grid (#8499)Denis2017-02-085-0/+100
* Fix removing and adding a column in grid (#8437)caalador2017-02-081-0/+1
* Provide a way to configure bean binder to auto set required fields (#8460)Denis2017-02-085-3/+335
* Add javadoc explanation about how to create serializable comparators (#8505)Leif Åstrand2017-02-082-21/+17
* Throw if there are no automatically bound fields via bindInstanceFields. (#8481)Denis2017-02-082-24/+69
* Add Grid.addColumn(String, Renderer) (#8470)Leif Åstrand2017-02-072-5/+64
* Added missing parametrisation onto the column field of the GridContextClickEv...SomeoneToIgnore2017-02-071-3/+3
* Use thread-safe collections for VaadinService listeners (#7037)Leif Åstrand2017-02-071-40/+57
* Make one-arg addColumn use natural sort for mutually comparable values (#8458)Leif Åstrand2017-02-075-25/+193
* Add isValid to Binder (#8274)Aleksi Hietanen2017-02-034-9/+116
* Add selection methods to grid that delegate to its selection model (#8315)Aleksi Hietanen2017-02-032-2/+99
* Add Grid editor events. (#8365)Denis2017-02-027-3/+430
* Add default getEmptyValue for MultiSelect interface (#8420) (#8421)8.0.0.beta2caalador2017-02-022-5/+11
* Add scrollTo methods to Grid (#8203) (#8410)caalador2017-02-021-0/+55