aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | Removes code-warnings (#13334)Henrik Paul2014-10-281-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifc0f48317863fd7795c977701722408725c1605f
| | | * | | | | | | | | | | | Adds hints to related methods in GridStaticSection (#13334)Henrik Paul2014-10-282-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If10a99a16368d9d5711ab4c8a5dd12ac984294a8
| | | * | | | | | | | | | | | Drag selection now selects all rows in between two frames (#13334)Henrik Paul2014-10-281-43/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0a25cd26a5190be744e6258e29b0560106425932
| | | * | | | | | | | | | | | Removes getter for DataSource in SortEvent (#13334)Henrik Paul2014-10-281-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exposing this is very weird for a sort event. Nothing uses it atm, and nothing should ever. Change-Id: Iabfc0083b26e8b8aa2ca68cb636ca1442aab246d
| | | * | | | | | | | | | | | Adjusts Grid's Valo theme (#13334)Henrik Paul2014-10-281-165/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic77f12532a0154a7cdc1cc4cd444f5a14fe5f866
| | | * | | | | | | | | | | | Fixes exception when dragging on cells in Chrome (#13334)Henrik Paul2014-10-241-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I67b16e15884d9d44d99fcd1fa8063559babcb856
| | | * | | | | | | | | | | | Fixes an issue with onUnload() (#13334)Henrik Paul2014-10-234-11/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7ed22d97ee861208822f845068b7eee856392c07
| | | * | | | | | | | | | | | Fix RpcDataSource to use RPC for row pins/unpins (#13334)Teemu Suo-Anttila2014-10-227-187/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 constructor with header text for client side GridColumn (#13334)Teemu Suo-Anttila2014-10-224-18/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I72c5f0dbb3b6770e552ad2f75d2f612b66cfb17b
| | | * | | | | | | | | | | | removes unused import (#13334)Henrik Paul2014-10-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I24c3d99ab870f7809aecded1fc90f17643a8f19f
| | | * | | | | | | | | | | | REST-like data source use case. (#13334)Henrik Paul2014-10-207-19/+489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib708f3d18ff38c2c293f179640b85baebaf69550
| | | * | | | | | | | | | | | Restructures Escalator method hierarchy (#13334)Henrik Paul2014-10-201-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously AbstractRowContainer.paintInsertRows was simply overridden by BodyRowContainer, which was hard to follow. Now ARC.pIR is an abstract method and the implementation has been put into another protected method. Change-Id: Ia47a46216d2f9713b958785b5239d6850b1ede0d
| | | * | | | | | | | | | | | Use non-deprecated GWT DateTimeFormat (#13334)Johannes Dahlström2014-10-200-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4ea4b07130a5c6a483d7a85ac3eaad53efb2a83e
| | | * | | | | | | | | | | | Fix EditorRow event handling (#13334)Teemu Suo-Anttila2014-10-201-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie79c54186bd19c9acb14625e47cb02122c81106e
| | | * | | | | | | | | | | | Use non-deprecated GWT DateTimeFormat (#13334)Johannes Dahlström2014-10-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id10c8ccd57ea9f6cf656d7abd21d6f356b6bef2d
| | | * | | | | | | | | | | | Fixes an issue with active cell and data insertion (#13334)Henrik Paul2014-10-203-14/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grid tried to offset the active cell whenever data is inserted, even if it wasn't in the same table section. Change-Id: Ieea90164a2b7b482c0fb9996fd9e8817283d2504
| | | * | | | | | | | | | | | Add default text renderer and empty constructor to GridColumns (#13334)Teemu Suo-Anttila2014-10-201-6/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I04245d831a82fb8a9d8bf98e058be52406d5c761
| | | * | | | | | | | | | | | Add isUserOriginated to SortOrderChangeEvents (#13334)Teemu Suo-Anttila2014-10-165-38/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idb387e3b27ea757f27510f7ad97aaaa39b8f71ef
| | | * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-16129-637/+4550
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7462e5a6a902eb0c4396bc14216a6f323dd33b76
| | | * | | | | | | | | | | | | Clarifies server-side exceptions relating to Columns (#13334)Henrik Paul2014-10-161-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0723e731b87cbab6212ad6a11ab6fb21534c3ae4
| | | * | | | | | | | | | | | | Add test for hiding all Grid columns. (#13334)Teemu Suo-Anttila2014-10-161-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifed6d5276fa09d2d3015c4bf92dd3131a8c4ba93
| | | * | | | | | | | | | | | | Clarifies client-side exceptions relating to Columns (#13334)Henrik Paul2014-10-151-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idad4b6588e0ca8a9bc614111b00429d230d9aba0
| | | * | | | | | | | | | | | | Adds a word to an exception message (#13334)Henrik Paul2014-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibf9e98d9cf65afa40c42e2db86bf0c53319dd2a7
| | | * | | | | | | | | | | | | Fix Grid not updating columnOrder on property remove (#13334)Teemu Suo-Anttila2014-10-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I792499d0bdf3ed2156f10956e2b5af2cb330287c
| | | * | | | | | | | | | | | | Add DataSource .indexOf() functionality (#13334)Teemu Suo-Anttila2014-10-094-25/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6cfd9b8baf56897a0e2c5f688c70329e81c3c5cd
| | | * | | | | | | | | | | | | Add convenience methods to EditorRowHandler (#13334)Johannes Dahlström2014-10-094-46/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I046715f33113e94e3239e3df04bdd96b89c23aee
| | | * | | | | | | | | | | | | Refer to correct Container instance in editor row RPC (#13334)Johannes Dahlström2014-10-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifa5db252d29eb3724dd909586349218c936ea0eb
| | | * | | | | | | | | | | | | Implement ImageRenderer (#13334)Johannes Dahlström2014-10-096-0/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5b04f10f5d8b312ace8a3b5f1df28f37aa8b97d8
| | | * | | | | | | | | | | | | Add refresh function to RowHandle for informing data updates (#13334)Teemu Suo-Anttila2014-10-075-0/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id117407eecc8d923af1f4f946bf330eec9c75618
| | | * | | | | | | | | | | | | Move utility methods from Grid to new class GridUtil (#13334)Johannes Dahlström2014-10-074-33/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id6957b091561a8759aea9da4fb677039d2455f3e
| | | * | | | | | | | | | | | | Implement Vaadin-specific editor row commit/discard handling (#13334)Johannes Dahlström2014-10-077-40/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaaf5e4461adb1d4fd9b8f042c6001b8408d1a0e4
| | | * | | | | | | | | | | | | Implement ButtonRenderer (#13334)Johannes Dahlström2014-10-078-6/+454
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id7c6f3cf85f8e75905e86b55edbc1b8782780996
| | | * | | | | | | | | | | | | Fix AbstractRemoteDataSource always inform data availability (#13334)Teemu Suo-Anttila2014-10-072-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call to ensureAvailability will now always call DataChangeHandler dataAvailable function even if rows are not fetched from remote. Change-Id: Id498de41abf0a1cb886cd033198f64d5c39c3abd
| | | * | | | | | | | | | | | | Moves AbstractRowContainer.refreshRows (#13334)Henrik Paul2014-10-071-30/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because it was weird how BodyRowContainer overrode the AbstractRowContainer's method without calling super. It was hard to find at some times. Change-Id: I2aef9773e3f6fa18e8b35ed2baf0ad110a81a545
| | | * | | | | | | | | | | | | Grid now supports bare ItemSetChangeEvents (#13334)Henrik Paul2014-10-038-13/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id87b2d7f50720bbfd5011520ea0be32fead48635
| | | * | | | | | | | | | | | | Ensure Renderers that do type conversions work properly (#13334)Johannes Dahlström2014-10-037-28/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change eg. DateRenderer would end up calling JsonCodec.encode with mismatching arguments. This "just happened to work" but does not work in all cases. Change-Id: Ibcf74a61e8e8ad729f7d9ccfb0f9cdac41b70458
| | | * | | | | | | | | | | | | Reworks the datasource size logic (#13334)Henrik Paul2014-10-032-26/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no setting of size, but it's inferred instead. Also, you can't set the size, only ask for a size. Change-Id: Ibec5ecc5008b3fc38e5942c25e1b8ff8a1b7e402
| | | * | | | | | | | | | | | | Fixes a race condition in Escalator's scrolling (#13334)Henrik Paul2014-10-038-55/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8bd6195bfbf37c847919e3092d486e67fe79cd5c
| | | * | | | | | | | | | | | | Renames "estimated size" to a more definite "size" (#13334)Henrik Paul2014-10-027-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9f72cc85223df21e5fac0da29b493bcc89bd3b9c
| | | * | | | | | | | | | | | | Adds Valo support for Grid (#13334)Henrik Paul2014-10-024-129/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ied1e823142efc8e5abd2e2c203eedeef0248d68b
| | | * | | | | | | | | | | | | Tests behavior rather than log output (#13334)Henrik Paul2014-10-021-87/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id00aa2d79251a6235486d39e66552a9ed4b3c534
| | | * | | | | | | | | | | | | Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-027-55/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I685cf0455810520e801cccdd46d8af838c8a3917
| | | * | | | | | | | | | | | | Update sortable columns on property set change (#13334)Teemu Suo-Anttila2014-10-023-12/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I01e74825e5ba68fb3a5e6f68acf8ba7fbde97cf2
| | | * | | | | | | | | | | | | Grid's client selection model is now the same as server-side (#13334)Henrik Paul2014-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I37fe3f7e54509fa75a51e384c98b24552908f441
| | | * | | | | | | | | | | | | Add a constructor without parameters to Grid (#13334)Teemu Suo-Anttila2014-10-011-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4205b42164322b1cbad8d4b697e339ae63c80a54
| | | * | | | | | | | | | | | | De-genericize clientside NumberRenderer (#13334)Johannes Dahlström2014-09-303-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I687eb81210df54d8c3ea99ab15234efe8dc92917
| | | * | | | | | | | | | | | | Fix indexing issues when removing Grid columns (#13334)Teemu Suo-Anttila2014-09-303-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib3e0376d0ffb578d5af851cad9939406251dd71d
| | | * | | | | | | | | | | | | Add convenience constructors to client-side Date+NumberRenderer (#13334)Johannes Dahlström2014-09-292-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I61904c17e625d9910a56c7c57ec41032eed5a352
| | | * | | | | | | | | | | | | Map row data with column ids instead of using an array (#13334)Teemu Suo-Anttila2014-09-263-20/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I12fafeec9cb3666822676c80b2062ec2ef4af7ee
| | | * | | | | | | | | | | | | Implement ProgressBarRenderer (#13334)Johannes Dahlström2014-09-266-3/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0193878dadec23a5709fa6f5f50591757b99ae04