summaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add helpers for dealing with columns based on its id (#8411)Leif Åstrand2017-02-025-29/+219
* Make it easy to invoke ServerRpc methods as part of unit tests (#8346)Artur2017-02-021-1/+24
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-013-13/+25
* Make Grid add columns based on bean properties (#8392)Leif Åstrand2017-02-017-71/+260
* Introduce Binder.addFialdValueChangeListener (#8273)Denis2017-02-011-0/+28
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-013-17/+19
* Add styling to the unsupported browser page (#570) (#8354)caalador2017-01-311-1/+47
* Patameterize the ValueChangeListeners for rebuilt fields (#8369) (#8388)caalador2017-01-318-42/+45
* Refactor editor API to use Binding instead of a component generator (#8368)Leif Åstrand2017-01-313-122/+127
* Fix userOriginated state for CheckBox ValueChangeEvent from the user (#8383)Artur2017-01-301-1/+20
* Add reference to Column.setId in javadocs of methods accepting col ids (#8360)Leif Åstrand2017-01-304-2/+14
* Fix NPE when grid is sorted by column with null values Ilia Motornyi2017-01-301-25/+33
* Add convenience constructors to new components (#598) (#8351)caalador2017-01-308-7/+414
* Introduce empty selection functionality for NativeSelect. (#8336)Denis2017-01-271-0/+56
* Allow to disable user selection in the grid model. (#8345)Denis2017-01-275-11/+44
* Add a default getOptionalValue() to HasValue (#8324)Giovanni Lovato2017-01-271-0/+13
* Add convenience constructors for TextField (#597) (#8341)caalador2017-01-271-1/+50
* Implement GridSortOrder and SortOrderBuilders (#8338)Aleksi Hietanen2017-01-278-23/+359
* Fix some faulty javaDoc namescaalador2017-01-2616-36/+22
* Extract Bean validation logic from Binder to BeanValidationBinderDenis2017-01-255-35/+85
* Update @HtmlImport javadoc to match implementation (#8331)Artur2017-01-251-7/+8
* Add APIs to inform components of stale objects in DataProvider (#8271)Teemu Suo-Anttila2017-01-2514-34/+267
* Support loading of HTML imports using @HtmlImport (#8301)Artur2017-01-256-73/+333
* Refactor how DataCommunicator passes filters to its DataProvider (#8309)Leif Åstrand2017-01-256-58/+104
* Use non-Generic SortOrder in Query. (#8239)Denis2017-01-259-39/+85
* Allow distinct configurable filter and wrapped filter types (#8322)Leif Åstrand2017-01-252-22/+28
* Serve VAADIN files also from META-INF/resources (#8286) (#8320)Artur2017-01-251-4/+5
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-258-28/+76
* Support using multiple @JavaScript and @StyleSheet annotations on a class (#8...Artur2017-01-246-27/+141
* Make BeanBinderPropertySet exclude Object properties (#8306)Leif Åstrand2017-01-241-3/+6
* Unify container wrapping (#8312)Leif Åstrand2017-01-244-88/+68
* Use getFirstSelectedItem() instead of getFirstSelected(). (#8308)Denis2017-01-243-3/+3
* Fix BeanBinderPropertySet to not deserialize into multiple instances (#8305)Leif Åstrand2017-01-231-29/+75
* Add shorthands to ComboBox for setting a ListDataProviderLeif Åstrand2017-01-231-4/+80
* Remove outdated filtering concepts (#8289)Leif Åstrand2017-01-234-171/+3
* Add ListDataProvider shorthands for filter conversion (#8279)Leif Åstrand2017-01-222-13/+208
* Add a data provider wrapper with a configurable filter (#8280)Leif Åstrand2017-01-206-3/+210
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-203-6/+24
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-198-5/+524
* Change BackEndDataProvider into an interface (#8268)Leif Åstrand2017-01-195-76/+176
* Allow setting filters directly in ListDataProvider (#8267)Leif Åstrand2017-01-191-5/+164
* Simplified javadoc (#8272)Matti Tahvonen2017-01-181-6/+5
* Make data providers statefull with regards to default sort orders (#8247)Leif Åstrand2017-01-172-94/+180
* Add separate modules to test Bean Validation lib necessity. (#8249)Denis2017-01-161-2/+10
* Introduce Binder.setReadOnly() (#8241)Denis2017-01-161-0/+17
* Fix comments in serializable functional interfaces (#8246)Leif Åstrand2017-01-163-5/+5
* Support for HTML5 push/replaceState for proper deep linking features (#8116)Matti Tahvonen2017-01-132-13/+205
* Add "deselect allowed" feature to the Grid. (#8227)Denis2017-01-132-0/+30