aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Collapse)AuthorAgeFilesLines
* Makes it possible to change save/cancel captions in Grid editor (#16551)gridHenrik Paul2015-02-041-0/+50
| | | | Change-Id: I8cf8ad7d071f531091735dc411b85db08ad6652b
* Merge branch 'master' into gridHenrik Paul2015-02-0316-399/+1178
|\ | | | | | | Change-Id: If5f2f438715da97592a61cad7fd292554d8c5ea9
| * Declarative for DateFields (and related) with ISO8601 (#16313)Miki2015-02-0312-359/+1077
| | | | | | | | | | | | | | | | | | | | DesignAttributeHandler supports method names that contains some words in uppercase DesignAttributeHandler and other components now use extensible Formatter with Converters rather than static methods Change-Id: I9f68414bd4821f47ff37a26375091d154cae9a93
| * Moved accessibility shortcut handling to server-side. [#14843]Anna Koskinen2015-01-301-11/+88
| | | | | | | | | | | | Also allowed multiple shortcuts for closing Window. Change-Id: I35280ad1553af10ae54bc001e5707357f206b0ee
| * Do not loop infinitely when encountering an invalid tag name (#16522)Artur Signell2015-01-291-19/+11
| | | | | | | | | | | | Also do not write to sysout Change-Id: Idae318a851323cd27b3363d12e8080101e996d9c
| * Merge "Merge branch 'origin/grid'"Artur Signell2015-01-2916-46/+5658
| |\
| * | Make getMouseEvent() method available in the TargetDetailsImpl (#13416).Denis Anisimov2015-01-282-10/+2
| | | | | | | | | | | | Change-Id: I84f8e5485e5efcb39a9a22870a24354f4f2637a0
* | | Getter for editor field factory (#16512)Artur Signell2015-01-291-0/+12
| |/ |/| | | | | Change-Id: Ib4e8cf909dcc67c1239e7aaf1fcee7430ce09026
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-282-7/+14
|\| | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VWindow.java Change-Id: I1a35db88a2b11acf76b58c417575451edfdb275d
| * Fixed UI.getPushConfiguration().getTransport() always returning null (#16499)wodencafe2015-01-281-1/+1
| | | | | | | | Change-Id: I31a923faf5ae369ffc2160cdeb12584ca0babc9d
| * Make table selectable based on presence of ValueChangeListener (#13864).Denis Anisimov2015-01-261-6/+13
| | | | | | | | Change-Id: I272703f1e3178c91a2b1e3e4d0f7c79e4c86e552
* | Better human readable captions for nested properties (#16433)Artur Signell2015-01-271-1/+1
| | | | | | | | Change-Id: I680ab6b2b4ac2c6101b97581feb52cf68adcead1
* | Grid now uses ObjectRenderer by default (#15417)Henrik Paul2015-01-272-20/+84
| | | | | | | | Change-Id: I2aa8105c0eadbadb29f9aab9e3e3aeb21629f6f3
* | Fix Grid setting non-sortable column sortable (#16483)Teemu Suo-Anttila2015-01-261-5/+14
| | | | | | | | Change-Id: I7986ceb6ab1900bd1d5269c78c2f6b2e23c46334
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-211-8/+3
|\| | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VScrollTable.java Change-Id: I79e003b2087e8e0e5c8aa6d25bdeb890ce9a60c5
| * Revert "Update text value also with timer triggered text change events. ↵Artur Signell2015-01-211-4/+2
| | | | | | | | | | | | | | | | (#16270)" This reverts commit c8d4c9e8cf1fa869c89751dc9a9b55f9be64773f. Change-Id: I73f19e80aef0fe37231ec5c261e0901e6bbd2d99
| * Embedded ThemeResource should react to theme change (#15194)Anna Koskinen2015-01-201-8/+3
| | | | | | | | Change-Id: Ied78a8c999e592a944c27138e179c37a31a0af54
| * Update text value also with timer triggered text change events. (#16270)Sauli Tähkäpää2015-01-191-2/+4
| | | | | | | | Change-Id: I0e074c1ac47cb469a34a5c90533ca0dcfaf2e7e1
* | Fix Editor creating fields before client Grid can attach them (#16214)Teemu Suo-Anttila2015-01-201-18/+22
| | | | | | | | | | | | This patch includes some race condition handling. Change-Id: I6ab3cf15a67de722181b2718ab85b6b4a6bcb997
* | Prevent setting column sortable if container is not sortable (#16320)Teemu Suo-Anttila2015-01-201-0/+17
| | | | | | | | Change-Id: Ic220a050f6e63de499322dbca6df0be0eda27e45
* | Improve Grid selection method javadocs and exception messages (#16259)Johannes Dahlström2015-01-201-44/+57
| | | | | | | | Change-Id: I886db05366e0a22f9ff42f9a5c20832e35d3b985
* | Fix Grid trying to sort Container that is not Sortable (#16311)Teemu Suo-Anttila2015-01-191-4/+2
| | | | | | | | Change-Id: I0159a068549d563f8d1b8378730a383f14700353
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2015-01-1615-46/+5553
|\ \ | |/ |/| | | Change-Id: I0babb7cb93e773a9aab82243c1112d45b15bec78
| * Adds error handling to Grid Editor (#15556)Henrik Paul2015-01-151-2/+8
| | | | | | | | Change-Id: I93551548aad280c4e0193d65a066976d40d65a86
| * Add sanity check to removeColumn in Grid server side (#16219)Teemu Suo-Anttila2015-01-151-1/+9
| | | | | | | | Change-Id: I306442d93ccc488018065cee3b5c1a79aa8d6e34
| * Uses userOriginated for sort event (#16194)Henrik Paul2015-01-151-2/+1
| | | | | | | | Change-Id: I5db2e23818322bed63848a02f62c982846ab617e
| * Fix grid sorting on init and sorting with unused properties (#16192)Teemu Suo-Anttila2015-01-141-11/+51
| | | | | | | | Change-Id: I247a981c6a38bf78936f81f087ce3d5e6d354149
| * Add ItemClickEvents to Grid (#15449)Teemu Suo-Anttila2015-01-141-1/+40
| | | | | | | | Change-Id: I743f4de9fd11c5d81b11a3b8f2e0957293c5587c
| * Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-141-0/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/communication/AtmospherePushConnection.java server/tests/src/com/vaadin/data/fieldgroup/FieldGroupTests.java shared/src/com/vaadin/shared/util/SharedUtil.java Change-Id: I300b5a92bde562390a56b720adf9a37b795c9513
| * | Set @since tags to 7.4Artur Signell2015-01-131-1/+1
| | | | | | | | | | | | Change-Id: Icd51c52d2c93b71d25b938d03c827b2da5d8527c
| * | Implement JavaScript renderer support (#15485)Leif Åstrand2015-01-132-2/+159
| | | | | | | | | | | | Change-Id: Ifeac12d4124a4a7e5d0c143ff5c0590a2c98509d
| * | Discard changes in server-side Grid.cancelEditor() (#16199)Johannes Dahlström2015-01-131-1/+3
| | | | | | | | | | | | Change-Id: Id1197d5e0b583fce13eacbb18f9891543f07c94c
| * | Fix Grid handling state changes and RPC calls deferred (#16188)Teemu Suo-Anttila2015-01-131-14/+32
| | | | | | | | | | | | | | | | | | | | | Some column changes in Grid were not correctly handled by the RpcDataProviderExtension. These cases are now correctly handled. Change-Id: I966b1c71d26e77e30e7dd84f26ab9704bd4f1f0f
| * | Adds PROGRESSBAR_STATIC to Reindeer and Runo (#16173)Henrik Paul2015-01-132-8/+24
| | | | | | | | | | | | | | | Grid's ProgressBarRenderer uses that style by default. Change-Id: Ie3e1ec33168f61f921efdaf554714fba10cb2644
| * | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2015-01-122-2/+37
| |\ \ | | | | | | | | | | | | Change-Id: Ic6b667ea6ceff43a609ce2037f656c6274871fb7
| * | | A few small renames and typo fixes for GridJohannes Dahlström2015-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * SortNotifier.removeSortistener -> removeSortListener * DisabledGridClientTest now extends GridBasicClientFeatures * GridServerRpc.selectionChange -> select Change-Id: Id01b1d51f84c996444de28b262df3db7a6c35a09
| * | | Format project, once againArtur Signell2015-01-091-1/+1
| | | | | | | | | | | | | | | | Change-Id: I57cb6208613ce4fc8fce52c07ac4a18982095d2e
| * | | Fix Grid editor hanging on exception in commit (#15536)Teemu Suo-Anttila2015-01-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds a minimal editor subpart support. Change-Id: I36a81cb432f71821715cb60338a07a289bdae18d
| * | | RendererClickEvent now tells about propertyIds (#13334)Henrik Paul2015-01-081-0/+9
| | | | | | | | | | | | | | | | Change-Id: I5d67516516c46984c965577653b4fb44ddbaff11
| * | | Change Grid default selection model to Single (#15435)Teemu Suo-Anttila2015-01-081-1/+1
| | | | | | | | | | | | | | | | Change-Id: Iba651c043fa47125b12d17371947042cbb03a589
| * | | Update @since for 7.4Artur Signell2015-01-089-9/+9
| | | | | | | | | | | | | | | | Change-Id: I00401560e345c82a5d967cd71d611605d9b96d92
| * | | Change getColumnProperty to getPropertyId in Grid Column (#15512)Teemu Suo-Anttila2015-01-071-7/+7
| | | | | | | | | | | | | | | | Change-Id: I89a8ccbb918301abed66adcb0d6246c8db0585a5
| * | | Fix Grid Header/Footer creating cells for unused properties (#15487)Teemu Suo-Anttila2015-01-021-2/+1
| | | | | | | | | | | | | | | | Change-Id: I783fa6fdb44b0d5693723fc52cdb7fed3499dea1
| * | | Fix Grid unnecessarily cleaning up stored property information (#15482)Teemu Suo-Anttila2014-12-311-1/+0
| | | | | | | | | | | | | | | | Change-Id: Id77e9101dec77924eb19c19c2cf34702db4d9f6a
| * | | Add Table-compatible constructors to Grid (#15447)Leif Åstrand2014-12-311-8/+37
| | | | | | | | | | | | | | | | Change-Id: I894a03a29e6ac15e0fa7e586f2a667934a1e8c1e
| * | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-296-35/+55
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab
| * | | | Set @since values for Grid classesLeif Åstrand2014-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102
| * | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-1828-73/+3806
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| * | | | | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-182-9/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch also uses row keys and column ids in communication rather than indices. Change-Id: Ie3bb554bd5c45700f1681160eef08bef8beeaaee
| * | | | | Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-171-27/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes multiple events from Single Selection Model. Multi Selection Model is designed a bit differently. Change-Id: I0350d7f2de873ff9fba7411c5ca8caefa156be20