aboutsummaryrefslogtreecommitdiffstats
path: root/client/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Remove call to setEnabled in Grid Sidebar constructor (#19126)Teemu Suo-Anttila2015-10-151-2/+0
| | | | Change-Id: I2b700c72bcdc0f3a6c75a5bfb31059a986bd4dc9
* Support ContextClicks in empty areas of Table and TreeTable (#19130)Teemu Suo-Anttila2015-10-141-10/+15
| | | | | | | When the user clicks an empty area, the TableContextClickEvent will still fire, but will have a null property. Change-Id: I39303f1a72d072db09c4fe6df8141d6caf0764c2
* Support Grid context click events in the empty areas of Grid (#19128)Teemu Suo-Anttila2015-10-143-5/+15
| | | | Change-Id: Ia6aebc266c48fb284ebf8f7a89375390555d1bec
* Move RpcDataProviderExtension and DataGenerator to correct packageTeemu Suo-Anttila2015-10-131-1/+1
| | | | | | | | New location is com.vaadin.server.communication.data as the extension only manages the communication of container data to a client-side data source. Change-Id: I7aeefe23c9d771d70bc1dd389bc7f0c3357f0a17
* Fix empty @since for 7.6.0.alpha77.6.0.alpha7Markus Koivisto2015-10-123-3/+3
| | | | Change-Id: I8045727400c795fca78561c1a4c859595f7c53af
* Fix empty @since for 7.6.alpha7Markus Koivisto2015-10-092-3/+3
| | | | Change-Id: I97e36b388ce0002363a8022eed41d425f12b822d
* Add Grid column resize event API (#16838)Johannes Dahlström2015-10-094-16/+145
| | | | Change-Id: I1cdecb54b3df45b16ddf2c7b06261198be086274
* Fix stack overflows in ListDataSource ListWrapper (#19104)Teemu Suo-Anttila2015-10-091-2/+2
| | | | Change-Id: Ie04e673fcdb3ce0f63b07158b5cd9f128ea9c30e
* Add Grid.deselectAll() (#18339)Artur Signell2015-10-091-0/+26
| | | | Change-Id: I5d5237fcc06ae184a884cb17fa9b6eee5c37179a
* Fix Checkbox event handling in Grid Editor (#19096)Teemu Suo-Anttila2015-10-081-6/+6
| | | | | | | | This patch limits event preventDefault calls to happen only with Tab navigation. No other events are prevented by default anymore. Earlier implementation that prevented too many events was in patch for #16841 Change-Id: I78924d35c86b822295fdaf720b3e4540c43df5c0
* Report user-resized column widths to server (#16838)Johannes Dahlström2015-10-083-6/+18
| | | | Change-Id: Id53bab75688ab7f01d6b64f679d2a40e03714c97
* Add API for setting Grid columns resizable (#16838)Johannes Dahlström2015-10-082-17/+65
| | | | | | | By default columns can be drag-resized by the user. This can be changed on a column-by-column basis. Change-Id: I8354e270db9affe865d1444d6cccbe8c839a3b5b
* Update/add @since tags in javadocHenri Sara2015-10-0710-2/+24
| | | | Change-Id: Ifd93251fdc20b93ad276c551796557bb9026766a
* Add handles to Grid default header for column drag resize (#16838)Patrik Lindström2015-10-074-61/+387
| | | | Change-Id: If8399a13585ae691ea3b3ee4a41a1a38b342adb9
* Remove Grid EditorEvents and ListenersTeemu Suo-Anttila2015-10-078-323/+0
| | | | | | | The EditorEvent API is not mature and useful enough to be present in a stable release. Change-Id: Ia982cb1a6e7b6a3518ea0f187993a964aafa1d53
* Add support for TreeContextClickEvents (#19062)Teemu Suo-Anttila2015-10-052-2/+29
| | | | | | | | | | | | Tree connector now overrides the send context click event providing the row key to the server-side via RPC call. This is then passed on to a TreeContextClickEvent and fired to listeners. This patch modifies the test base for context click testing by making it tolerate 1 piksel differences. This was to fix any subpixel related issues in coordinate comparison. Change-Id: Iacced274a6b518b5f89378cbc32b8381362e1e4f
* Add GridContextClickEvent with item ids, properties and section (#16855)Teemu Suo-Anttila2015-10-0510-14/+35
| | | | Change-Id: I03091a3a7a22a921c127ed0b37fe792871ba5edd
* Add Tree.htmlContentsAllowed (#7717)Leif Åstrand2015-10-022-2/+17
| | | | Change-Id: I5c773da806b8358ee203c9c12fd2e2b6fec1970f
* Fix TreeTableContextClick support (#19056)Teemu Suo-Anttila2015-10-022-1/+10
| | | | Change-Id: Ib6bac73ba96c4919df2e1bf5c9c83160707530bb
* Implement ContextClickEvent for Table (#19042)Teemu Suo-Anttila2015-10-021-0/+61
| | | | | | | This patch also introduces a testing infrastructure for context click event and listener testing. Change-Id: I3aa88758278c91086df3d0971edb34914a93fd29
* Add support for ContextClickEvent in AbstractComponent (#19015)Teemu Suo-Anttila2015-10-017-40/+45
| | | | Change-Id: I93d5d20925b8ac9b4b108ccc6deec2090e68aa0d
* Close calendar popup when DateField is detached (#18985)Teemu Pöntelin2015-09-301-0/+1
| | | | Change-Id: Ib04b7356577dd5027cd9daac351f49a1a1e23f1d
* Output end-to-end bootstrap time (#19034)Leif Åstrand2015-09-291-0/+19
| | | | Change-Id: Ie3d75b3ca0c6535f03d08672677ffb95a86bde2f
* Skip checking unknown properties for @NoLayout on client side (#18334)Artur Signell2015-09-291-1/+2
| | | | Change-Id: Ic03b419b8c10d5d7010c3d10479883149445fe40
* Log reason for loading a connector bundle (#19024)Artur Signell2015-09-291-1/+6
| | | Change-Id: Idbad38ccbe519b6e0e5948a4d49e496e42845e3d
* Fix resetting of top or left alignment in GridLayout (#18660)Artur Signell2015-09-291-0/+6
| | | | Change-Id: I12b4d792f4d7cc7e3340d5566fda55f0cb23cbd0
* Create ConnectionStateHandler instance to enable overriding (#19017)Artur Signell2015-09-282-3/+7
| | | | Change-Id: Idef9f42d4db109f236bc7b5e756c9e7441a618fc
* Do not rely on content-type to detect errors (#19009)Artur Signell2015-09-271-8/+0
| | | | Change-Id: I8be0a85d43033d99ac73724a3c4621e13ba3f32b
* Correctly round tr width in Escalator (#18820)Artur Signell2015-09-241-1/+7
| | | | | | * screenshot based tests for all themes for various features in Grid Change-Id: Id44f319b517fdfa419b70d30a9f8d4bd5e82fa63
* Adds support for defining the URL to use for push requests (#18989)Artur Signell2015-09-241-4/+12
| | | Change-Id: I12afaf7e5c5c385f3a19c7dab60f044d8721e082
* Fix missing @since, update release notes7.6.0.alpha6Teemu Suo-Anttila2015-09-233-4/+4
| | | | Change-Id: Ib4bd0fe70de2189263d2aec7eb9255a2e4389b4b
* Prevent moving editor while requests are pending (#18959)Teemu Suo-Anttila2015-09-211-0/+7
| | | | Change-Id: I5551ac7c8d602c7e28cf4ce99d5e7ca69bc925ff
* Fix Grid internal focus tracking with Editor open (#18956)Teemu Suo-Anttila2015-09-211-5/+12
| | | | Change-Id: I92b9f632960c041111ae9aada6055eab14a9bd81
* Clean up unneeded logging and focusCell method in GridTeemu Suo-Anttila2015-09-211-38/+18
| | | Change-Id: Iaf2848e3873d87a8db3a694cd542a34dc669ec74
* Make ordered layout Slot customizable (#18703)Henri Sara2015-09-172-5/+69
| | | | Change-Id: If425d7196e9393f87659462d5b4488549988ee0d
* Fix Grid Editor handling to not track focus events from widgets (#18919)Teemu Suo-Anttila2015-09-172-25/+11
| | | | Change-Id: Icfdc99c39e2a4ae5d1ee580bf0ca9b63a35ba256
* Fix Sidebar isOpen to not throw an exception (#18918)Teemu Suo-Anttila2015-09-171-1/+1
| | | | Change-Id: I4a60e5a4d8939f996d72fe2234ea945e6afb5542
* Fix Grid unbuffered validation error area theme (#18812)Teemu Suo-Anttila2015-09-161-0/+13
| | | | Change-Id: Ifa37b341b1d49bb7964978a1f2ed0a65efbdcb2a
* Fix Escalator onResize to layout Finally instead of Deferred (#18751)Teemu Suo-Anttila2015-09-162-17/+48
| | | | | | | This patch also corrects a possible issue with calculating columns when it is not attached. Change-Id: I616eb0f6d060991d9f461b7e2b1e3f7f30fbd122
* Fix RpcDataSourceConnector data handling when scrolling fast (#18909)Teemu Suo-Anttila2015-09-162-1/+5
| | | | Change-Id: Ibd048b322497350cef4a5c2fa675a17912247b0f
* Fix Grid validation with row change race condition (#18908)Teemu Suo-Anttila2015-09-164-44/+136
| | | | Change-Id: I628f6b2921f800218a2e65d866b2332a9c574bda
* Grid: allow zooming in touch devices.Manolo Carrasco2015-09-161-18/+23
| | | | | | | | | - Since grid was not cancelling scrolling when multiple touches, zooming was not working, this patch fixes "zoom trap". - Prevent default when moving the scroll in touch devices to avoid parent scrolling Change-Id: I47856ef20bc835bb2b310b45f6d2749e950e8e7a
* Add Tab move to next/previous row in Editor (#16841)Teemu Suo-Anttila2015-09-161-3/+22
| | | | Change-Id: I142d7e70cd226f01905f34440b6ec5096eaa86d7
* Add basic tab navigation with focus handling in Editor (#16841)Teemu Suo-Anttila2015-09-152-28/+123
| | | | Change-Id: I89ca61020092cafd3390273ae90736bd6856c8a6
* Fix scrolling bug when moving Grid editor upsnapshot/7.6Johannes Dahlström2015-09-152-32/+34
| | | | Change-Id: I005e17ec8ce7927e5fc36975b1e784444d5904b7
* Update @since tags to 7.5.6.Mika Murtojarvi2015-09-153-4/+4
| | | | Change-Id: I376cd27d5ae08c877cd3279740b601fb8dddb2e7
* Disable sidebar button when grid is disabled. (#18696)Sauli Tähkäpää2015-09-141-1/+20
| | | | Change-Id: If334cebd85fcfe9b368b1b360181abaadd5cb4ef
* Use high resolution time for profiling if it's available #14716, #18782.Denis Anisimov2015-09-106-52/+142
| | | | Change-Id: Id45ccd47cac3bcdb14c5d4e93e4fb8225b1b2864
* Add body style name when reconnecting (#18838)Artur Signell2015-09-102-0/+10
| | | | Change-Id: I7ff28587780fbd1c68b065b3edc670a879e8551e
* Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-091-0/+23
| | | | Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b