summaryrefslogtreecommitdiffstats
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Fix RpcDataSource to use RPC for row pins/unpins (#13334)Teemu Suo-Anttila2014-10-221-10/+12
| | | | | | | | This patch removes the temprarilyPinnedRows workaround from AbstractRemoteDataSource and refactors the whole feature to be part of RpcDataSource where it should be. Change-Id: Id55020dd11dda3dcf54dfe3c1b41af8e495c1c0c
* Add isUserOriginated to SortOrderChangeEvents (#13334)Teemu Suo-Anttila2014-10-161-6/+1
| | | Change-Id: Idb387e3b27ea757f27510f7ad97aaaa39b8f71ef
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-162-6/+28
|\ | | | | | | Change-Id: I7462e5a6a902eb0c4396bc14216a6f323dd33b76
| * isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).Denis Anisimov2014-10-091-2/+23
| | | | | | | | Change-Id: I7b3556d5f9c1dd84beec638d7fbff1c5382070a4
| * Add @since to isWindowsPhone(). (#14425)Sauli Tähkäpää2014-10-071-0/+1
| | | | | | | | Change-Id: Ia4c212ead39d7b71c56db586c0a8559935cae263
| * Remove Calendar dependency (#14668)Artur Signell2014-09-251-4/+4
| | | | | | | | | | | | | | This can cause GWT compilation problems as java.util.Calendar is not available in GWT Change-Id: Ia13d8f433ac43fcfd670c8e05b1295d3c64327cf
* | Implement Vaadin-specific editor row commit/discard handling (#13334)Johannes Dahlström2014-10-072-0/+33
| | | | | | | | Change-Id: Iaaf5e4461adb1d4fd9b8f042c6001b8408d1a0e4
* | Implement ButtonRenderer (#13334)Johannes Dahlström2014-10-071-0/+30
| | | | | | | | Change-Id: Id7c6f3cf85f8e75905e86b55edbc1b8782780996
* | Grid now supports bare ItemSetChangeEvents (#13334)Henrik Paul2014-10-031-0/+12
| | | | | | | | Change-Id: Id87b2d7f50720bbfd5011520ea0be32fead48635
* | Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-021-1/+6
| | | | | | | | Change-Id: I685cf0455810520e801cccdd46d8af838c8a3917
* | Fix GridStaticSection communication to use column ids (#13334)Teemu Suo-Anttila2014-09-241-1/+3
| | | | | | | | Change-Id: Ic5174543cab912ea8647b92445f33ec3d9fca366
* | Fix Grid header default row cell setup when adding properties (#13334)Teemu Suo-Anttila2014-09-241-12/+0
| | | | | | | | Change-Id: Ia4a36d433c5a48ae8aebf0c7fcf04d4cec2447b4
* | Add support for relative sizes for Escalator/Grid (#13334)Henrik Paul2014-09-231-6/+0
| | | | | | | | Change-Id: Ic58fe644645fd18274a8d92d904ade8140b194b7
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-2019-0/+1763
|\ \ | |/ |/| | | Change-Id: I8a35a090619778b1cfbff55e112ab2f30e6881a2
| * Implement Vaadin-specific editor row bind/cancel handling (#13334)Johannes Dahlström2014-09-192-0/+97
| | | | | | | | Change-Id: I9a6326a065b3ca159dd1b4237de1dbf8fa8e10ff
| * Implement client-side editor row widget binding (#13334)Johannes Dahlström2014-09-091-0/+9
| | | | | | | | Change-Id: I898d89cecc2d1c552a3cc32461d612d55d1babd7
| * Pass editor row enabled state in shared state (#13334)Johannes Dahlström2014-09-091-0/+3
| | | | | | | | | | | | | | Also refactor editor row tests a bit. Include separate GWT and Vaadin test cases at least until communication is finished. Change-Id: I5fd2288e20b11ba5bc33d074f7fe086dc3f00323
| * Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-09-032-3/+2
| |\ | | | | | | | | | | | | | | | This merge needs Grid to use elemental.json instead of org.json Change-Id: Ib3c387c7e282b2502f266bafbdaad8727f5dc6ef
| * | Add keyboard sorting controls (#13334)Patrik Lindström2014-09-021-2/+19
| | | | | | | | | | | | Change-Id: Icb0ef5d70b5469cd87bdd079fe16f31b8cf769f1
| * | Merge branch 'master' into gridLeif Åstrand2014-08-2217-0/+1637
| |\ \ | | | | | | | | | | | | Change-Id: Ie3d71dde9bd9318c33de15190be8e0de20a2b8e7
| | * | Add event originator information to Sort Events (#13334)Patrik Lindström2014-08-212-1/+43
| | | | | | | | | | | | | | | | Change-Id: I9f8a295d6944807ccf89ea535d5500fac013e127
| | * | Sending a drag select over the wire in a batch (#13334)Henrik Paul2014-08-191-1/+13
| | | | | | | | | | | | | | | | Change-Id: I49a518b484557d232542e999a2f41ffad3cc7568
| | * | Removed SortableColumnHeaderRenderer #13334John Ahlroos2014-08-191-0/+10
| | | | | | | | | | | | | | | | Change-Id: I3f15765228428049febfe3a8d5966c3631d010a9
| | * | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-192-2/+4
| | |\ \ | | | | | | | | | | | | | | | Change-Id: Iac6947bc82bfbbb6856a924e7d538d195cfb405e
| | * | | Re-fixes "remove all rows" bug without breaking unit tests (#13334)Henrik Paul2014-08-081-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This partly reverts a9fc5d5be Change-Id: I1d2f81e1d88c0057e6ba869358845ce4e9466a28
| | * | | Fixes copyright headers in shared package (#13334)Henrik Paul2014-08-0811-11/+11
| | | | | | | | | | | | | | | | | | | | Change-Id: I53be5f824acb552033107174cc5b8c1072675446
| | * | | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-073-8/+29
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Ie05bea7142134a7a9d655fcdf6ca232fd13c742b
| | * | | | Add server side support for Components in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-072-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic5a6b4c68bc2d09840cbd7faffebae8991a5fff4
| | * | | | Fixes removing all rows causing javascript error #13334John Ahlroos2014-08-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If3850d2248c6731bf3ee55d73c4cba2999ff9882
| | * | | | Add support for server side colspans in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I311aade38f4e725405a190ca1b6f114b4ac07053
| | * | | | Remove deprecated header/footer API (#13334)Henrik Paul2014-08-042-51/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9bddef300a817fd31054515e97bc6924370d3475
| | * | | | Client-side Grid header/footer rewrite: add default header support (#13334)Johannes Dahlström2014-07-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently supported: * Adding and removal of header and footer rows * Header is single-row by default * Footer is zero-row by default * Text captions * Showing and hiding the whole header or footer * Default header rows for sorting UI TODO: * Column spanning * HTML content * Widget content * Component content * Server side API * Shared state handling Change-Id: I3d6a2b75fad87780f83238ab792bbbcfe99a48fd
| | * | | | Grid header/footer rewrite: add partial shared state support (#13334)Johannes Dahlström2014-07-243-8/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently supported: * Adding and removal of header and footer rows * Header is single-row by default * Footer is zero-row by default * Text captions * Showing and hiding the whole header or footer * Passing captions and visibility in shared state TODO: * Column spanning * HTML content * Widget content * Component content * Sorting/Indicators * Server side API * Rest of shared state handling Change-Id: Iddd1a596597c3b11ead50bd7d5d7011cd81e2c83
| | * | | | Merge branch 'master' into gridLeif Åstrand2014-07-221-7/+13
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: I6878b3c64eb5c98174537f4e5864e2ff2cb1863f
| | * | | | | Server-side programmatic sort updates sort indicators in the UI (#13334)Leif Åstrand2014-07-101-0/+6
| | | | | | | | | | | | | | | | | | | | | Change-Id: Ia4bae5d88d265250d1bf4daa8d23561edb757872
| | * | | | | GridConnector sends user sort events to the server (#13334)Leif Åstrand2014-07-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic5b1462ecf2e5a5cef6b08bea7a4c00a09c39c9a
| | * | | | | Implement Grid server-side Sorting API (#13334)Patrik Lindström2014-07-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie85cdaab8b942ed1bb60edac6b20bc1b9c47b445
| | * | | | | Removes the version number from @since in Grid classes (#13334)Henrik Paul2014-07-0814-14/+14
| | | | | | | | | | | | | | | | | | | | | Change-Id: I36192c46b359b8307c5bb1faf71c3b9a20e77fb8
| | * | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-081-2/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I7f97cb771665485dbc9130a3c9b0365185615fc5
| | * | | | | | Client now recognizes server-side selection model changes. (#13334)Henrik Paul2014-07-031-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic42e0e96871620fde6b9ce17dd5b487b1d6b8370
| | * | | | | | Clean up test code for selection column (#13334)Henrik Paul2014-07-031-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I98963a367f05c39ad6e185ebf8a1d903efa686a2
| | * | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-013-4/+7
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I515edf75b3ba2eb0bf94fa0d747cadbce2c79a21
| | * | | | | | | Use @DelegateToWidget instead of manual handling (#13334)Henrik Paul2014-07-011-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iac7f742053b43e15e1bdf16d51cce7363987f291
| | * | | | | | | Send selection between server and client (#13334)Henrik Paul2014-06-273-3/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I75174af63092fca72d9aa63ccf3c06a77f42c4f6
| | * | | | | | | Allow turning sorting on/off for columns #13334John Ahlroos2014-06-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I161dfd2cd534cdf4fc13467811f77be7d8cbc339
| | * | | | | | | Implement Grid client-side Sorting API (#13334)Patrik Lindström2014-06-261-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9ab18c93bdc1aaf66aa2701c3939311671a60f04
| | * | | | | | | Change row data type from String[] to String (#13334)Henrik Paul2014-06-262-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of having the data type as one-string-per-column, we now have the entire row encoded as JSON Change-Id: I709b2daa88c516d98203ef463b57257a6647bacd
| | * | | | | | | Server-side renderer groundwork (#13334)Johannes Dahlström2014-06-252-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I12a0fec1b0e49cfb481b0a7c8b6a40a4d43db7f5
| | * | | | | | | Call ComplexRenderer.setContentVisible() from Grid body updater #13334John Ahlroos2014-06-171-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icba9d9f3e5cdc6412c9c004356c33304024be33b
| | * | | | | | | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-06-162-4/+10
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7af5740a55f2a3f0239f0a4b5544179c3e52a8cd