summaryrefslogtreecommitdiffstats
path: root/shared/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-2018-0/+1357
|\ \ | |/ |/| | | 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-031-1/+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-2216-0/+1231
| |\ \ | | | | | | | | | | | | 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-012-2/+5
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-161-3/+9
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7af5740a55f2a3f0239f0a4b5544179c3e52a8cd
| | * | | | | | | | Client-side selection checkbox renderer (#13334)Henrik Paul2014-06-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7b6a5c4ca1d78a97c34b1f7b95d1488edeb8551e
| | * | | | | | | | Add expansion and limiting for Range (#13334)Leif Åstrand2014-05-301-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The added functionality is used by the upcoming caching logic. Change-Id: Ibc4e7103241b2199b85bf7727339d1f6a4b5fc9b
| | * | | | | | | | Move ActiveRowHandler to the data provider extension (#13334)Leif Åstrand2014-05-302-40/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes GridConnector include information about what rows are cached when more data is requested instead of the previous way of synchronizing this separately every time a scroll event occurs. This new approach makes it possible to have rows cached even if they are not in view. It also improves performance since there's no need to do an RPC every time scrolling changes what is visible. Change-Id: Ibfe8a69586dfc397591f56efa8ef351e274f0116
| | * | | | | | | | Merge branch 'master' into gridTeemu Suo-Anttila2014-05-20153-185/+243
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Icccb2e30199f99a7b0b00f05b1a12d5f7297402f
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-04-257-185/+107
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I596407a5d5c28c6ec3fb27d443e6bf143bddee6c
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into gridLeif Åstrand2014-04-1013-0/+969
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I48781ab6c755ad5f51061c023f54de2aea85e62a
| | | * | | | | | | | | | Made some Grid classes Serializable.Sauli Tähkäpää2014-03-212-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If784192dbfd9b8d23597fce493f93a51bb7d4907
| | | * | | | | | | | | | Adds setHeightByRow support to Grid (#13297)Henrik Paul2014-03-192-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I67f1bfb476a8af28c0ea1a03758684ca42d1ba48