aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | | Remove Column visibility setting from client side (#13334)Teemu Suo-Anttila2014-12-057-267/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I30abbd5d1c10c6532c9289aeb375ad5edb0fe818
| | | * | | | | | | | | | Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-057-105/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2ef97672dd2085e9178f44fce39ead40bd84713c
| | | * | | | | | | | | | Adds stylable corner boxes for the footer and header (#13334)Henrik Paul2014-12-052-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7901b42ac2a8c590d4967460eb926fde9199e83e
| | | * | | | | | | | | | Updates styles for Grid editor row in Valo (ticket #13334).anezthes2014-12-058-102/+563
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes breaking tests for Reindeer changes. Change-Id: I18b3434b70f7bc3c0fd736e86f9008265f82018e
| | | * | | | | | | | | | Fix Java 8 compatibilityJouni Koivuviita2014-12-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building the project using Java 8 fails due to method visibility issues. Apparently something changed from Java 7 regarding those rules. Change-Id: Ic28c9638636bd29bb0f6688733c83d9808bb5b4c
| | | * | | | | | | | | | Add server-side CellStyleGenerator (#13334)Leif Åstrand2014-12-046-2/+327
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id12f1135673d93fddd0a59d26b1c546a0ef0ee1d
| | | * | | | | | | | | | Hardens the logic in Escalator scrolling (#13334)Henrik Paul2014-12-043-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filtering a Grid broke Escalator's scrolling. This probably has to do with several row-modifications combined with scrolling and adjustments. The previous method had the possibility for ridiculous adjustments, going out of bounds. This makes the changes absolute rather than relative. Change-Id: Id52f2d481bcaacf80af1c0e7ae28ac2ee3dbcae0
| | | * | | | | | | | | | Rename method to be consistent with Container.Viewer (#13334)Artur Signell2014-12-047-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If5431f81e4e799508eb6a067748dec356de43b2f
| | | * | | | | | | | | | Add client-side CellStyleGenerator (#13334)Leif Åstrand2014-12-043-18/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib7c59d67ac9312c3de3cb21ceafe12e70c98c4cf
| | | * | | | | | | | | | Allow setting style name for header/footer rows (#7225)Artur Signell2014-12-047-24/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I798e26b0a734c3c460b4e458d04332c7a3b599fc
| | | * | | | | | | | | | Extend addColumn to support arbitrary data types (#13334)Teemu Suo-Anttila2014-12-042-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3bd9d4b6fb6c4b289421c6982ba28d893a97908e
| | | * | | | | | | | | | Fix addColumn to function correctly with non-default container (#13334)Teemu Suo-Anttila2014-12-043-14/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I57b3e819e4709187139cd52ac8f437252fcc738b
| | | * | | | | | | | | | Rename row key parameter for consistency (#13334)Leif Åstrand2014-12-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic409ec9c8f0146314fe359b184403e112264a75b
| | | * | | | | | | | | | Fix Escalator testing with assert enabled on PhantomJS (#13334)Teemu Suo-Anttila2014-12-038-59/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6a5eb39c44873932bdde3a229f7ed52bc7c4df8c
| | | * | | | | | | | | | Use consistent stylenames for zebra striping in valo (#13334)Leif Åstrand2014-12-031-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ieced4208f30749ea99fa40bc64de18647006d5d1
| | | * | | | | | | | | | Add column add and remove functionality to Grid (#13334)Teemu Suo-Anttila2014-12-033-54/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I967a71cafb85fcba8a708add2f5b0f5dc04d4c59
| | | * | | | | | | | | | Fix isOrHasChild check with null parameter in Escalator (#13334)Teemu Suo-Anttila2014-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I97c219f1607d6ba7ad1e6214ee7fde63972d51bd
| | | * | | | | | | | | | Allow setting style names for header and footer cells (#7225)Artur Signell2014-12-017-3/+271
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ieb8f5b36466a2d579e9c82f16613f6bc8952c831
| | | * | | | | | | | | | Make Grid.Column API setters fluid (#13334)Teemu Suo-Anttila2014-12-017-49/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3b160a265fe8bd16a97f895a05dc5e3a78314e07
| | | * | | | | | | | | | Clarify Header/Footer addRow(index) JavaDoc (#13334)Teemu Suo-Anttila2014-12-012-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ided3d7a4a61754d8445e9f4cd80cb1e7b05a400e
| | | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-2845-528/+953
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1983d8a8c86caf75c4f5d32ee9367bbd6d58057c
| | | * | | | | | | | | | | Removing more than pageful in Escalator doesn't break anymore (#13334)Henrik Paul2014-11-274-7/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4872766d9ed49d4a0765d28ed00e84cecf24dda4
| | | * | | | | | | | | | | Adds a themeable background element for horizontal scrollbar (#13334)Henrik Paul2014-11-272-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I95622de533497b3d89bcdd2a782c6271aec0764f
| | | * | | | | | | | | | | Changes Escalator.tableWrapper into a DivElement (#13334)Henrik Paul2014-11-271-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4bb393aceddff5ff3a17b17285f66f1ed45ceee6
| | | * | | | | | | | | | | Flatten Header and Footer API to be part of Grid API (#13334)Teemu Suo-Anttila2014-11-275-169/+425
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I69975f0bbce0c026f68d06c30c77a3df00fad063
| | | * | | | | | | | | | | Changes hard-coded selection column width to suit Valo better (#13334)Henrik Paul2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2d1e9ee0c171c6f2063de4bfd62ace74f17a5596
| | | * | | | | | | | | | | Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-2639-3248/+3142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I326847fd190003af9125d1386b21d9ccfc6c36c2
| | | * | | | | | | | | | | Fix removing a merged property from headers and footers (#13334)Teemu Suo-Anttila2014-11-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1de668b73ebe0617e6100a2f8b2a84c7a94ad8a7
| | | * | | | | | | | | | | Rename a variable in GridStaticSection (#13334)Teemu Suo-Anttila2014-11-251-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3df6e70a275a9106ae97c8c54319a2b61efb8ca5
| | | * | | | | | | | | | | Fix subparts for merged cells (#13334)Teemu Suo-Anttila2014-11-257-25/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifa7fc4584cd74d0b3675e6e82a9ad98db8c46d5f
| | | * | | | | | | | | | | Fix Grid server-side header merging and setup (#13334)Teemu Suo-Anttila2014-11-2511-122/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements simple error handling for broken headers and footers in client side. Change-Id: Ic1f1709720fa0b85e5c4c807462a9f9c7eb6f00e
| | | * | | | | | | | | | | Fix event handling when Grid is inside a Composite (#13334)Johannes Dahlström2014-11-2513-35/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2092e6a4afc3d67f74f2971af0f410012cb62008
| | | * | | | | | | | | | | Add @NoLayout annotation (#12936)Leif Åstrand2014-11-2535-15/+611
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds support for @NoLayout and updates most framework components to use the annotation where it makes sense Change-Id: I99320a6aa6de717da5f2463dd8acfcd412165767
| | | * | | | | | | | | | | Don't pass null to TableXyzElement.as when changing stylename (#13334)Leif Åstrand2014-11-241-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icfa7b6e4affe51111c8f5b4495d97bb80b983087
| | | * | | | | | | | | | | Prevent page scroll on space select (#13334)Teemu Suo-Anttila2014-11-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8d303fd6679a0bd6a1f68b9983f269c3dc89fe5d
| | | * | | | | | | | | | | Adds naïve zebra striping to Grid (#13334)Henrik Paul2014-11-212-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia9a031f87065552688dffe3281bf647582b8f872
| | | * | | | | | | | | | | Fix client headers to return same cell for all merged columns (#13334)Teemu Suo-Anttila2014-11-214-23/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idad11b8d7a4b6e78e061c15863b99339c317f6f1
| | | * | | | | | | | | | | Prevent sorting if column is not sortable (#13334)Teemu Suo-Anttila2014-11-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8e084048232a017a57ef5677cbb4ea6d29b89f18
| | | * | | | | | | | | | | Fix clicks in Grid but outside of table elements (#13334)Teemu Suo-Anttila2014-11-192-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie2af8c3386c35504cb5abe31821f0b7bf0950888
| | | * | | | | | | | | | | Fix GridClientRenderers test to wait correctly for Vaadin (#13334)Teemu Suo-Anttila2014-11-191-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I401f546d38e5ad92491203734f3febe44c6b0150
| | | * | | | | | | | | | | Fix Grid setContainerDataSource to reset all columns (#13334)Teemu Suo-Anttila2014-11-142-18/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0ae94954d82503c78eacc845522db1f246398d03
| | | * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-14162-734/+5000
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iec61d9242be530edbb76ba952746ba0f9c9bd966
| | | * | | | | | | | | | | | Make ImageRenderers emit click events (#13334)Johannes Dahlström2014-11-1312-233/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1f98409e9787e1057ffaeebbe37427042a1e3233
| | | * | | | | | | | | | | | Fix NPE in GridColumn when set sortable before adding to Grid (#13334)Teemu Suo-Anttila2014-11-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iafa1faa59897be475295a3e6c43110c316143a75
| | | * | | | | | | | | | | | Fixes property change events after first render (#13334)Henrik Paul2014-11-066-38/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ief2e1763c7764009e9244ae4334ccacacc3bb205
| | | * | | | | | | | | | | | Adds the ability for Escalator to resize a column "to fit" (#13334)Henrik Paul2014-11-057-3/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibca7fa89bbdef47c1fa25238daeb1b44f3cb3c63
| | | * | | | | | | | | | | | Column remove/insertion doesn't refresh the entire row (#13334)Henrik Paul2014-11-055-35/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id224b7225e570b3fb593de1b27a026ae161bf526
| | | * | | | | | | | | | | | Prevent row insert/remove RPC calls before client init (#13334)Teemu Suo-Anttila2014-11-053-2/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I61eae7c74bc148aebf37d382b3ee2a9e14d389b2
| | | * | | | | | | | | | | | Import _table.scss to make valo-table-background-color() work (#13334)Leif Åstrand2014-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4d165faa67e17820b5a3caab7b16306ee919d300
| | | * | | | | | | | | | | | Renames "active cell" to "cell focus" or "focused cell" (#13334)Henrik Paul2014-10-2920-384/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was quite confusing to have so many meanings of "active". Active row still means "the visible rows". And onActivate still means enter or click on a cell. Change-Id: Ib3e5d50adab619410974796a03c13240db35e29c