aboutsummaryrefslogtreecommitdiffstats
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Refactor server-side editor row to work in real(er) cases (#13334)Leif Åstrand2014-12-122-68/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Don't configure fields for properties without columns - Rename "bind" to "set" to match the getter - Make it possible to get a field before editing has started - Remove setting of editable since the field can be configured directly - Remove error handler concept since we have not tests and no use cases - Unbind and detach field when removing a column Change-Id: I38ead4e680cdbab2525fe08ff09ed045255e2d4f
| * | | | | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1215-25/+642
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: server/tests/src/com/vaadin/data/util/BeanItemContainerTest.java Change-Id: I04938bd8c5b4f01c3ca801c9f7adbb20d279523c
| * | | | | | | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-121-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1d16260be7b15c9fbdbfdd8f51e50e9f34e96272
| * | | | | | | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-122-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3aa86364b61d42f971c4fca2b4c4895ddae870c4
| * | | | | | | Make SelectionChangeEvent general and move it to event packacge (#13334)Teemu Suo-Anttila2014-12-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I232bf1d021dd95dfa3e9697cef4d8e9987da3373
| * | | | | | | Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I382ad0bcb192f44270eb60ec70d9141e8dd463f5
| * | | | | | | Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I80370f05cfa8123d64728abd5ede9642931e0cd8
| * | | | | | | Fix selecting logic of SingleSelectionModel API (#13334)Teemu Suo-Anttila2014-12-112-5/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib48e586cb791669efc4aa98442a31c1dda42e1aa
| * | | | | | | Split and capitalize header captions by defaultArtur Signell2014-12-101-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only done on the server side where we have property ids to generate the default headers from. On the client side you must always specify the header. Change-Id: Ic743fb3f52517116193b022cfdd2df7dea8dd487
| * | | | | | | Add sanity checking to server side selection models (#13334)Teemu Suo-Anttila2014-12-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9686cdbf82c017f834502cf56eafe23ca9829d5f
| * | | | | | | Render empty cell instead of stopping rendering if a converter is missingArtur Signell2014-12-101-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I64ef6bf6b89e2bfe9704cc81f3caf3b0f4271656
| * | | | | | | Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-101-59/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit just flattens the EditorRow class into Grid without changing any behavior. isEditing() was changed to isEditorRowActive() since isEditorRowEditing() didn't make any sense. Some javadocs have also been slightly tweaked. Change-Id: I7c266328ea93bde3e476bfb6e4d594469de26c76
| * | | | | | | Add Grid.addRow (#13334)Leif Åstrand2014-12-092-2/+252
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2c317b920d29ca8a74658ef3b980c6bc2a7622ac
| * | | | | | | Refactor frozen column API (#13334)Leif Åstrand2014-12-051-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0c9528d2a4b2de2bcd5a6a6e70b1821eb142c4cc
| * | | | | | | Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-052-18/+4
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2ef97672dd2085e9178f44fce39ead40bd84713c
| * | | | | | | Rename method to be consistent with Container.Viewer (#13334)Artur Signell2014-12-042-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If5431f81e4e799508eb6a067748dec356de43b2f
| * | | | | | | Extend addColumn to support arbitrary data types (#13334)Teemu Suo-Anttila2014-12-041-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3bd9d4b6fb6c4b289421c6982ba28d893a97908e
| * | | | | | | Fix addColumn to function correctly with non-default container (#13334)Teemu Suo-Anttila2014-12-042-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I57b3e819e4709187139cd52ac8f437252fcc738b
| * | | | | | | Add column add and remove functionality to Grid (#13334)Teemu Suo-Anttila2014-12-032-35/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I967a71cafb85fcba8a708add2f5b0f5dc04d4c59
| * | | | | | | Make Grid.Column API setters fluid (#13334)Teemu Suo-Anttila2014-12-012-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3b160a265fe8bd16a97f895a05dc5e3a78314e07
| * | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-282-0/+15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1983d8a8c86caf75c4f5d32ee9367bbd6d58057c
| * | | | | | | | Flatten Header and Footer API to be part of Grid API (#13334)Teemu Suo-Anttila2014-11-272-61/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I69975f0bbce0c026f68d06c30c77a3df00fad063
| * | | | | | | | Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-267-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I326847fd190003af9125d1386b21d9ccfc6c36c2
| * | | | | | | | Fix Grid server-side header merging and setup (#13334)Teemu Suo-Anttila2014-11-251-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements simple error handling for broken headers and footers in client side. Change-Id: Ic1f1709720fa0b85e5c4c807462a9f9c7eb6f00e
| * | | | | | | | Fix Grid setContainerDataSource to reset all columns (#13334)Teemu Suo-Anttila2014-11-141-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0ae94954d82503c78eacc845522db1f246398d03
| * | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-148-2/+293
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iec61d9242be530edbb76ba952746ba0f9c9bd966
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-1621-31/+1411
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7462e5a6a902eb0c4396bc14216a6f323dd33b76
| * | | | | | | | | | Implement ImageRenderer (#13334)Johannes Dahlström2014-10-091-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5b04f10f5d8b312ace8a3b5f1df28f37aa8b97d8
| * | | | | | | | | | Ensure Renderers that do type conversions work properly (#13334)Johannes Dahlström2014-10-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-021-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I685cf0455810520e801cccdd46d8af838c8a3917
| * | | | | | | | | | Fix GeneratedPropertyContainer property adding and removing (#13334)Teemu Suo-Anttila2014-09-251-8/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icda4f1b736054f5bb02cf3d7dfd2fdee79e88afd
| * | | | | | | | | | Fix GridStaticSection communication to use column ids (#13334)Teemu Suo-Anttila2014-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic5174543cab912ea8647b92445f33ec3d9fca366
| * | | | | | | | | | Fix Grid header default row cell setup when adding properties (#13334)Teemu Suo-Anttila2014-09-241-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia4a36d433c5a48ae8aebf0c7fcf04d4cec2447b4
| * | | | | | | | | | Add default implementation of Renderer.encode to AbstractRenderer (#13334)Johannes Dahlström2014-09-231-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I74a0960bbe56e71702762e4cf1067098dd428125
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-2010-0/+1962
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8a35a090619778b1cfbff55e112ab2f30e6881a2
| | * | | | | | | | | | Add Property and Item change notifiers for generated properties (#13334)Teemu Suo-Anttila2014-09-191-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I35a212b7f32f7c75333ee394f6dc102802d4d46e
| | * | | | | | | | | | Add Container.Filterable to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-191-2/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I84b1b649d1b8fc420238953f9d027b5737c5af58
| | * | | | | | | | | | Implement Vaadin-specific editor row bind/cancel handling (#13334)Johannes Dahlström2014-09-191-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9a6326a065b3ca159dd1b4237de1dbf8fa8e10ff
| | * | | | | | | | | | Add Container.Sortable interface to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-171-4/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib6be69b1ede0d3129d9812c78fe961412be7d145
| | * | | | | | | | | | Initial implementation of GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-161-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie65422ad81672223b33dad33f7f88201a64c1948
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-09-034-34/+46
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge needs Grid to use elemental.json instead of org.json Change-Id: Ib3c387c7e282b2502f266bafbdaad8727f5dc6ef
| | * | | | | | | | | | | Server-side editor row (#13334)Henrik Paul2014-08-271-0/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia84c8f0a00549318e35e2c844b6ec6c419cfa4f3
| | * | | | | | | | | | | Fix Grid Footer to be visible by default (#13334)Teemu Suo-Anttila2014-08-261-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib2cc3be7b935bfbe78b34cd05c41d9d42292926d
| | * | | | | | | | | | | Merge branch 'master' into gridLeif Åstrand2014-08-228-0/+1417
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie3d71dde9bd9318c33de15190be8e0de20a2b8e7
| | | * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-071-1/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Ie05bea7142134a7a9d655fcdf6ca232fd13c742b
| | | * | | | | | | | | | | | Add support for server side colspans in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-051-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I311aade38f4e725405a190ca1b6f114b4ac07053
| | | * | | | | | | | | | | | Remove deprecated header/footer API (#13334)Henrik Paul2014-08-041-260/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9bddef300a817fd31054515e97bc6924370d3475
| | | * | | | | | | | | | | | Add server side API for Headers and Footers (#13334)Teemu Suo-Anttila2014-07-311-18/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I52f282089cc55b1f281b9aeb934886442b0c34f3
| | | * | | | | | | | | | | | Grid header/footer rewrite: add partial shared state support (#13334)Johannes Dahlström2014-07-241-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-222-0/+307
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6878b3c64eb5c98174537f4e5864e2ff2cb1863f