summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Provide declarative support for Grid. (#7961)Denis2016-12-1311-52/+1487
* No inherited threadlocalIlia Motornyi2016-12-137-228/+79
* VerticalLayout has spacing = true and margin = true by default .Ilia Motornyi2016-12-127-23/+34
* Change Upload to be in immediate mode by default (#111)Pekka Hyvönen2016-12-123-4/+28
* Update liferay dependency to 6.2.5Pekka Hyvönen2016-12-121-1/+1
* Remove unused removeListener method (#7958)Leif Åstrand2016-12-121-20/+0
* Add @FunctionalInterface annotation to interfaces where applicable (#7954)Aleksi Hietanen2016-12-1237-2/+54
* Remove unused EventListener interface (#7953)Aleksi Hietanen2016-12-122-54/+6
* Fix margin in declarative format is recognized as unsupported property gridla...Tien Nguyen2016-12-122-0/+28
* Erase type of BeanBinder#bindInstanceFields parameter in equality test 8.0.0.alpha9Aleksi Hietanen2016-12-092-2/+30
* Make vaadin-server export the VAADIN package again (#20332)Artur Signell2016-12-091-1/+1
* Workaround for deadlock issue (#18436)Artur Signell2016-12-092-2/+171
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-0919-60/+332
* Change return type of Binder#getBean to BEANAleksi Hietanen2016-12-084-25/+31
* Change default suggestion popup width in ComboBox (#91)Aleksi Hietanen2016-12-081-4/+10
* Deprecate Button#setHtmlContentAllowed (#104)Aleksi Hietanen2016-12-082-3/+9
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-0826-21/+380
* Implement "afterViewChange()" as no-op by default. (#99)Denis2016-12-071-3/+12
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-0710-136/+0
* Remove internal method from application-facing API (#97)Leif Åstrand2016-12-072-21/+3
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-064-11/+62
* Provide a shorthand for the HasValue::clear() method. (#94)Denis2016-12-062-0/+60
* Fix classpath related tests under WindowsIlia Motornyi2016-12-061-1/+1
* Add Listing.setItems(Stream) (#90)Pekka Hyvönen2016-12-052-1/+50
* Separate Binding and BindingBuilder (#80)Leif Åstrand2016-12-0514-216/+306
* Add a SelectionMode shorthand for Grid. (#83)Pekka Hyvönen2016-12-0512-154/+329
* Extends declarative tests for selection components for "data-" attribute (#85)Denis2016-12-053-16/+70
* Introduce VaadinServiceInitListener (#18628) (#79)Leif Åstrand2016-12-023-0/+156
* Add comments clarifying the use of UUID for security tokensLeif Åstrand2016-12-022-0/+12
* Allow to set caption for the empty selection in a ComboBox.Denis Anisimov2016-12-011-0/+37
* Small fixes to javadocselmot2016-12-016-8/+8
* Fix ListDataProvider and SortOrder javadocHenri Sara2016-11-302-3/+13
* Use item caption generator in NativeSelectTeemu Suo-Anttila2016-11-301-2/+16
* NoSelectionModel for GridPekka Hyvönen2016-11-302-0/+140
* Add AbstractSelectionModel for GridPekka Hyvönen2016-11-303-43/+75
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-307-31/+411
* Fix sorted data provider data change event propagationTeemu Suo-Anttila2016-11-296-226/+555
* Provide access to window order position in windows stack (#14325).Denis Anisimov2016-11-292-0/+241
* Rename FilteringDataProviderWrapper to DataProviderWrapperTeemu Suo-Anttila2016-11-293-11/+11
* Grid merging footer cellselmot2016-11-293-12/+121
* Remove ItemFilter from ComboBoxTeemu Suo-Anttila2016-11-292-49/+8
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-2920-234/+474
* Make it possible to reset single select valuesLeif Åstrand2016-11-293-0/+74
* Add MultiSelect support for GridPekka Hyvönen2016-11-299-57/+1329
* Provide in-memory sorting information in QueryTeemu Suo-Anttila2016-11-298-52/+75
* Ensure all BeanBinding chaining methods return BeanBindingLeif Åstrand2016-11-292-0/+75
* Simplify Binding API by removing the FIELDTYPE type parameterLeif Åstrand2016-11-298-100/+90
* Remove unused field in ComboBoxTeemu Suo-Anttila2016-11-291-6/+0
* Add ComboBox custom filtering methods and testsTeemu Suo-Anttila2016-11-283-0/+260
* Add a fallback to Declarative*GeneratorTeemu Suo-Anttila2016-11-285-9/+30