aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-0825-21/+279
* 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-062-11/+21
* Provide a shorthand for the HasValue::clear() method. (#94)Denis2016-12-061-0/+13
* Add Listing.setItems(Stream) (#90)Pekka Hyvönen2016-12-052-1/+50
* Separate Binding and BindingBuilder (#80)Leif Åstrand2016-12-057-156/+243
* Add a SelectionMode shorthand for Grid. (#83)Pekka Hyvönen2016-12-055-75/+207
* 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-301-0/+71
* Add AbstractSelectionModel for GridPekka Hyvönen2016-11-303-43/+75
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-305-13/+264
* Fix sorted data provider data change event propagationTeemu Suo-Anttila2016-11-293-6/+168
* 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-2914-37/+142
* Make it possible to reset single select valuesLeif Åstrand2016-11-292-0/+26
* Add MultiSelect support for GridPekka Hyvönen2016-11-295-28/+418
* Provide in-memory sorting information in QueryTeemu Suo-Anttila2016-11-296-45/+69
* Ensure all BeanBinding chaining methods return BeanBindingLeif Åstrand2016-11-291-0/+51
* Simplify Binding API by removing the FIELDTYPE type parameterLeif Åstrand2016-11-293-55/+47
* Remove unused field in ComboBoxTeemu Suo-Anttila2016-11-291-6/+0
* Add ComboBox custom filtering methods and testsTeemu Suo-Anttila2016-11-282-0/+79
* Add a fallback to Declarative*GeneratorTeemu Suo-Anttila2016-11-285-9/+30
* Add filter type to DataCommunicatorTeemu Suo-Anttila2016-11-284-37/+34
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-2812-68/+185
* Use state classes for Embedded, InlineDateField and NativeButtonHenri Sara2016-11-283-0/+34
* Add missing getState(boolean) methodsHenri Sara2016-11-2815-8/+83
* Add shared state for CustomComponent and DragAndDropWrapperHenri Sara2016-11-282-0/+23
* Add state classes for Abstract(Single)ComponentContainerHenri Sara2016-11-282-0/+25
* Change addXXListener method in VaadinService to return Registration.Denis Anisimov2016-11-281-16/+40
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-254-10/+594
* Data should be updated when it's set for disabled components.Denis Anisimov2016-11-252-3/+64
* Grid merging header cellselmot2016-11-243-13/+110
* Provide declarative support for listing components.Denis Anisimov2016-11-2410-159/+776
* Add helper for updating the diffstate of a componentLeif Åstrand2016-11-235-9/+43
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-2340-260/+171
* Remove unused theme getter (#11412)Artur Signell2016-11-221-23/+0
* Fix field value change event handling for unbound binderAleksi Hietanen2016-11-221-36/+75
* Implement chaining of filters for data providersTeemu Suo-Anttila2016-11-224-35/+225
* Add UI.access() safeguard for shared data providersTeemu Suo-Anttila2016-11-221-1/+2
* Add DataProvider.setFilter methodTeemu Suo-Anttila2016-11-222-3/+47