summaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
* Fix since tags for 8.0 (#8575)Henri 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-141-9/+9
* HTML5 Drag and Drop Support (#8264)Adam Wagner2017-02-108-0/+720
* Use column id as the default sort order property (#8529)Leif Åstrand2017-02-101-2/+28
* 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-091-11/+26
* Add addComponentsAndExpand to horizontal and vertical layout (#8480)Leif Åstrand2017-02-082-0/+44
* 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-087-22/+128
* Provide a convenience method to get items set via setItems(). Denis2017-02-084-15/+74
* 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-083-3/+135
* 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-081-18/+31
* Add Grid.addColumn(String, Renderer) (#8470)Leif Åstrand2017-02-071-5/+38
* 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-073-23/+97
* Add isValid to Binder (#8274)Aleksi Hietanen2017-02-032-7/+37
* Add selection methods to grid that delegate to its selection model (#8315)Aleksi Hietanen2017-02-031-2/+44
* Add Grid editor events. (#8365)Denis2017-02-026-3/+265
* 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