aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Allow programmatically opening editor in unbuffered modeTeppo Kurki2015-06-041-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ..when the editor is already open on another row Change-Id: Ibec04dc7b1559149cf33e36fada8d676d943fc72
| * | | | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-023-26/+65
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I0a2ed5629eb0598d4049d4cf5ea6e55fe3092c99
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-0141-288/+578
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also refactors some event handling logic. Change-Id: I9cf96381650076da01686c5d964eb3e7e92c24c0
| * | | | | | Let mouse click move editor in unbuffered modeTeppo Kurki2015-05-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I90a01ee7877aec35835145fb8b9c2dd49899dc5a
| * | | | | | Add unbuffered editing mode to GridTeppo Kurki2015-05-261-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save and cancel buttons are hidden and the backing field group is set to unbuffered mode. Change-Id: I7da46ae3f1b84cc5ac8c918be38919962aff88ed
| * | | | | | Add grid editor events (#17451)patrik2015-05-211-0/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iebc4aece2a5be6b51289f5c2abf2d54d146621ae
| * | | | | | Add focus API to GridJohannes Dahlström2015-05-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Server-side Grid extends AbstractFocusable - Programmatic focus, tab index, focus/blur listeners - Client-side Grid implements GWT and Vaadin Focusable - Programmatic focus, tab index, access keys Change-Id: Ic8b35ba91f82d5fba8f819897774dc89f94ecf7b
| * | | | | | Refactor focus related server API to class AbstractFocusableJohannes Dahlström2015-05-202-104/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I58159d6f47d38230d583bd0cd61673bfbce02955
| * | | | | | Catch all Exceptions when trying to open a gzipped resource (#13653)Johannes Dahlström2015-05-121-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | URLConnection.getInputStream may throw any IOException, not just FileNotFoundException. Additionally, catch and log unexpected non-IOExceptions just in case to keep the app from failing hard. Change-Id: Id7ce7ddee3de38ccd10d9e02e6c587a86b9cac96
* | | | | | | Use correct month names with Java 8 (#18760)Artur Signell2015-09-031-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4dcb1f172339005947fa45924792ab86d0952b90
* | | | | | | Use Transport.WEBSOCKET_XHR instead of setter for mixing websockets and XHR ↵Artur Signell2015-08-311-40/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#11733) Change-Id: I2fad7d367d8a4ba476ae0705672ebc2ee7cfeb1c
* | | | | | | Make non public API private again and update javadoc (#11733)Artur Signell2015-08-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie7a28488e4642a294f0341f00fc98b2ef38922b6
* | | | | | | Add modality configuration option for reconnect dialog (#11733)Artur Signell2015-08-311-8/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leave the request state as open until reconnect is done and the message has been delivered. This avoids flushing the rpc queue during reconnect, which would cause two concurrent requests. Change-Id: I320ffccd49c26acd16bd70b34ba28b465d17842c
* | | | | | | Allow using XHR for client to server requests and websockets for push (#12518)Artur Signell2015-07-131-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6a9cc8f97d7e3578bf7aa9ce512d042ab637494e
* | | | | | | Allow configuration of reconnect dialog parameters (#11733)Artur Signell2015-07-132-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibf60ef8cdd21204e8ccfbb0a7d93cf88c4d8468a
* | | | | | | Handle out of order messages (#11733,#17075)Artur Signell2015-07-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1958a84be59068caa377256d43e868e13ed69597
* | | | | | | Send resynchronize and widgetset version in JSON (#11733)Artur Signell2015-07-136-52/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7c75801102e10595b923ceab3900a17e166b5c78
* | | | | | | Use counter in client to server messages to avoid duplicate handling (#11733)Artur Signell2015-07-133-4/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An server message id counter is included in every client to server message and an expected id is included in every server to client message. This makes it safe to re-send any message when the client is not 100% sure the server has received the message, without having to worry about double handling on the server side. Change-Id: I840cc04829fc2491f35a0e6f98f07eaf46b1ea42
* | | | | | | Do not send empty server requests (#11733)Artur Signell2015-07-131-0/+5
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Change-Id: Icacc102132ac4fbd8e00f97b3a752f2483cf3936
* | | | | | Update connector hierarch when canceling editor (#16976).Leif Åstrand2015-07-131-0/+4
| | | | | | | | | | | | | | | | | | Change-Id: Ib7b82c400b044c27a0f494a81d1c9cd5b307aa34
* | | | | | Remove remaining OutOfSync message referencesArtur Signell2015-07-132-55/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I98004d88f5449e4bc851b4cc7ecc05e48040cc35
* | | | | | Cache connector state types (#18437)Leif Åstrand2015-07-111-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces time spent in findStateType() for the "40 layouts" action in BasicPerformanceTest from around 2 ms to around 0.2 ms. This improves the total performance of the action by about 5%. Change-Id: I4f979827b2da0d4db87e201fa78421e5551a4113
* | | | | | Make async remove check work without push (#12909)Leif Åstrand2015-07-111-29/+23
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie5843c7fb5bb6365ceef998206df69302046e686
* | | | | | Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-091-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I74360c7a3f0c5798dbaa44ea06ea1585c4289449
* | | | | | Always add "last" item from the string to the collection (#18433).Denis Anisimov2015-07-071-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I664fcef77f469c66cd62afb2938db69b7f27e6df
* | | | | | Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-021-0/+8
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the nature of Container this is only achieved by removing any existing details and reopening those after the sort is done. Change-Id: Ic42186ed85981d5dad4ff0948aa22f7a0404480d
* | | | | Properly toggle editor state when calling editId() on the server (#18287)Artur Signell2015-06-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure isEditorActive() returns false if editItem(...) has been called but the editor has not yet been opened, as it should according to javadoc isRendered() requires that the editor fields are marked as dirty when they are made visible on the client (isEditorActive() changes state) Change-Id: I7fbe1cb484cf83974ffa6ca50a6c642fbf7e8378
* | | | | Reformat with Luna SR2Artur Signell2015-06-268-17/+30
| | | | | | | | | | | | | | | | | | | | Change-Id: I8a666061496022ef16ed44812b5728e1360b9c4d
* | | | | Pass critical notification details to the client (#18342)Artur Signell2015-06-251-13/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I3c4eace624453eb854a32fef5fe44d253b164f62
* | | | | Handle nested GridLayouts in declarative format correctly (#18312)Artur Signell2015-06-241-4/+8
| | | | | | | | | | | | | | | | | | | | Change-Id: Id7f204c170981f4395e789333b89cd8207fe4002
* | | | | Write true as attribute="" (#17519)Leif Åstrand2015-06-222-7/+11
| | | | | | | | | | | | | | | Change-Id: I49287cc38605abb75059cb553e3baed2a8359067
* | | | | Fix spellingSteven Spungin2015-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I7fb13c520c8ff402971214022d44be0db2b9c3ea
* | | | | Take Window special case into account for invalid layouts (#17598)Artur Signell2015-06-171-0/+12
| | | | | | | | | | | | | | | | | | | | Change-Id: If736e0d35376f90dee33d93588351ef726a4635f
* | | | | Send beforeClientResponse exceptions to an error handler (#14214)Leif Åstrand2015-06-172-7/+9
| | | | | | | | | | | | | | | Change-Id: Ib0cd9a402bbef0c7adb65bd8298a71b5521edd7c
* | | | | Allow beforeClientResponse to change hierarchy or dirtyness (#18268)Leif Åstrand2015-06-172-13/+29
| | | | | | | | | | | | | | | | | | | | Change-Id: I6a1ae23c1dd67f8889479a1069f260fa736bbd83
* | | | | Revert "Prevent field from updating when removing text change listener. ↵Mika Murtojärvi2015-06-171-15/+18
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#16270)" This reverts commit 4af793d06a0f4a6577aad13403ca7982c6fce224. Test ConverterThatEnforcesAFormatTest.checkElaborating is broken by this change. Change-Id: I8243f6a7bff6d7011d402bce4b614f7d2e4206fd
* | | | Render nested invalid layouts correctly (#17598)Artur Signell2015-06-111-5/+36
| | | | | | | | | | | | | | | | Change-Id: I959d62091f79c171a8c9f2c9b4ed2c7a67c65c39
* | | | Adds margin support to GridLayout declarative format (#18238)Teppo Kurki2015-06-111-0/+5
| | | | | | | | | | | | | | | | Change-Id: I5561ccf38f6bac3a304f6e8ab6262cb8bd391021
* | | | Fix declarative margin reading in AbstractOrderedLayout (#18229)Johannes Dahlström2015-06-112-49/+93
| | | | | | | | | | | | | | | | Change-Id: Ia212d83568e4f0c891ec1a248b6d8567c0cf0095
* | | | Add @since 7.5 to new APIJohannes Dahlström2015-06-102-2/+2
| | | | | | | | | | | | | | | | Change-Id: I7ddf9fa8200df4eb6fcd23fc79ef55d1075d41cd
* | | | Table.setVisibleColumns() causes table to forget column headers, icons, ↵Ilya Ermakov2015-06-091-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alignment (#6245) Effect of this patch: when making column invisible and visible again, column headers, icons, alignment are preserved. Change-Id: Ia0718699f1a5fb8f60fec25a835ee64c58ca5404
* | | | Better handle exceptions when opening Grid editor (#17935)Johannes Dahlström2015-06-091-10/+25
| | | | | | | | | | | | | | | | Change-Id: I68103db75c422b042988c6662da268ff9d11a306
* | | | Add missing since, remove unused methodTeemu Suo-Anttila2015-06-091-7/+1
| | | | | | | | | | | | | | | | Change-Id: I7a90d75d0fdc54abc819dbacf7f8f572c85b3913
* | | | Update to Atmosphere 2.2.7 (#18069)Artur Signell2015-06-081-1/+1
| | | | | | | | | | | | | | | | Change-Id: I44994ffbe73cbbcf0eae67718a821ac0f883b60e
* | | | Prevent field from updating when removing text change listener. (#16270)Sauli Tähkäpää2015-06-081-18/+15
| | | | | | | | | | | | | | | | Change-Id: I65c598ae71414550eb648fabf6e94fb1dabbef97
* | | | Don't allow null view providers (#17028)Leif Åstrand2015-06-081-1/+7
| | | | | | | | | | | | | | | | Change-Id: I5ce4885f19aaac2d4454b5a368f3e58453cf76f9
* | | | Selection is now shown although scrollToSelectedItem is false (#16673)Matti Tahvonen2015-06-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If scrollToSelectedItem is set to false (which is needed to work properly with large datasets) the selected item caption is sent to client with a special attribute to avoid the field looking like unselected. Change-Id: Ib80355c3b52faaaeaa9ab7195644701cc3bf0d15
* | | | Forget GridLayout row expand ratios for removed rows (#18166)Teppo Kurki2015-06-081-1/+7
| | | | | | | | | | | | | | | | Change-Id: I90a28fbc9c7eadac56a1d505d7cc80bb67342aae
* | | | Return 0 instead of throwing exception if count query returns nothing (#18043)Steven Spungin2015-06-081-4/+14
| | | | | | | | | | | | Change-Id: If01c0653021efc85a26d9d5896a4da9d155cf777
* | | | Add setStyleName(String, boolean) shorthand for add/removeStyleName (#17825)Artur Signell2015-06-051-0/+28
| | | | | | | | | | | | | | | | Change-Id: I91f4faae3e40ad4cd2b3037ce64d8776f61c004e