summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Collapse)AuthorAgeFilesLines
* Use correct state class for split panels (#18942)Artur Signell2015-09-202-0/+14
| | | | Change-Id: I91980343c0e8f3f35abb26411f57d2303b286cce
* Update @since tags to 7.5.6.Mika Murtojarvi2015-09-152-4/+4
| | | | Change-Id: I376cd27d5ae08c877cd3279740b601fb8dddb2e7
* Always use charset for String.getBytes() method (#18863).Denis Anisimov2015-09-151-2/+5
| | | | Change-Id: I15ce5a7922aebffc1a05ac55663033f7e5134d0c
* Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-091-0/+69
| | | | Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
* Update @since tags to 7.6.Mika Murtojarvi2015-09-081-5/+5
| | | | Change-Id: I4a8911968fc2c324f8862d28b938834fa0309b85
* Update @since tags for 7.6.Mika Murtojarvi2015-09-081-1/+1
| | | | Change-Id: I69df09f371aae61f9e1ef741814f6e3016510fe2
* Make it possible to avoid select caption conversion (#16845)Leif Åstrand2015-09-081-24/+17
| | | | Change-Id: If88b7cf6298a24cfad3c936a1af566ed919ec0e7
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-049-354/+1155
|\ | | | | | | Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
| * Redesign RpcDataSourceConnector pinning RPC requests (#18692)Teemu Suo-Anttila2015-09-021-10/+9
| | | | | | | | | | | | This patch removes DataProviderKeyMapper which was mostly dead code already. Uses a regular KeyMapper instead. Change-Id: Ic97d1dc827d45fde65bcddc0414bfe711032620c
| * Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-021-0/+3
| | | | | | | | Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
| * Refactor Grid SelectionModels as extensions (#18624)Teemu Suo-Anttila2015-09-011-161/+156
| | | | | | | | | | | | | | This patch removes all selection related variables and API from several core parts of Grid. Change-Id: Idb7aa48fda69ded1ef58a69c1f7dbc78b7f52a54
| * Do not mark as dirty in Grid.isEditorBufferedArtur Signell2015-08-311-1/+1
| | | | | | Change-Id: Icba1d546f3fdc5395b71b57f1e651b56b720c0d2
| * Add better keyboard Close Shortcut API for Window (#17383)patrik2015-08-281-40/+198
| | | | | | Change-Id: I29c7d288fe35f6801cf3576ba06751adce821340
| * Fix empty @since tags for 7.6.0.alpha47.6.0.alpha4Johannes Dahlström2015-08-261-6/+6
| | | | | | | | Change-Id: I9f223ec2d49a4a851f5e5808cc325c52717191ee
| * Fix Table ColumnCollapseEvents to work with generated columns (#6914)Teemu Suo-Anttila2015-08-241-2/+3
| | | | | | | | Change-Id: Id2039cc4869695a8f4bbaa8f25f44f804433e909
| * Use correct classname for ValoTheme.SCROLL_INDICATOR (#14802)Artur Signell2015-08-241-1/+1
| | | | | | | | | | | | Use constants in Valo tests to ensure they are correct Change-Id: Ie8234a45a6f81551cdc4de2e81141aba704f4b6b
| * Column collapse events for Table (#6914)Artur Signell2015-08-211-2/+87
| | | | | | | | Change-Id: Ifeb081086a4231f75f07f4d26c56ec22e72ce5d1
| * Merge branch 'master-before-18503' into grid-unbuffered-editorHenri Sara2015-08-194-2/+44
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/data/RpcDataProviderExtension.java uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java Change-Id: I9e7907c9caf839fd043444db0505f9853f020a6a
| | * Handle renderer exceptions gracefully (#18554)Artur Signell2015-08-171-1/+1
| | | | | | | | | | | | Change-Id: I46557f6c6f8543ab61b863145863824785d14784
| | * Update Select all -CheckBox from server and partial selections (#17590)Teppo Kurki2015-08-051-0/+17
| | | | | | | | | | | | Change-Id: I8f4986455029fc3b997ec5fee8916fa118a487ca
| | * Use correct state classes for Vertical and HorizontalLayoutArtur Signell2015-07-312-0/+14
| | | | | | | | | | | | Change-Id: Ifa52a2ff7225076129de9b0f964b82704221dccd
| * | Merge branch 'master-18493' into grid-unbuffered-editorHenri Sara2015-08-191-9/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/connectors/GridConnector.java server/src/com/vaadin/data/RpcDataProviderExtension.java server/src/com/vaadin/ui/Grid.java Change-Id: Ie8931fbae322c93aeb409e8a6d393623ba9d9dc6
| | * Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-211-13/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Details are now initialized when they are made visible. The old way of requesting when seen caused a lot of problems when moving stuff around. Now uses less communication, but reserves a bit extra resources due to all details components being in the hierarchy. Change-Id: I1c1163bdc306f5b86e5e0f6e2bbf2801e65c2243
| * | Keep non-editable & selection columns visible in editorTeppo Kurki2015-08-111-0/+3
| | | | | | | | | | | | Change-Id: Ib3090d43e97667707590a2bca5f4641b72d7cd7f
| * | Add row and cell description generators to Grid (#18481)Teppo Kurki2015-07-151-33/+184
| | | | | | | | | Change-Id: I940399d986eb6970df687880645fafc157dab432
| * | Prevent Grid editor move in unbuffered mode if validation errors inJohannes Dahlström2015-07-151-15/+24
| | | | | | | | | | | | | | | | | | fields Change-Id: I37f3c21f4464c8f83308a741ed51485f7bd0375a
| * | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-132-29/+28
| |\| | | | | | | | | | Change-Id: Id630861d5089b0deabbccffe66d971252c44f46b
| * | Refactor RpcDataProviderExtension to use DataGenerators Teemu Suo-Anttila2015-07-101-6/+141
| | | | | | | | | | | | Change-Id: I8c809b6fac827df730c6622fb6790410c6c5bd81
| * | Close Grid editor on container item set changeJohannes Dahlström2015-07-091-2/+21
| | | | | | | | | | | | | | | | | | Also allow user sorting when in unbuffered mode. Change-Id: Ibe1c1770647529b63c6e3c7fc9509562449b54a4
| * | Update @since tags for 7.6Henri Sara2015-07-022-3/+3
| | | | | | | | | | | | Change-Id: I764ebdbf656aecede222d5a5362ac6abcdbcb949
| * | Merge branch 'master' into grid-unbuffered-editorTeppo Kurki2015-06-2613-44/+72
| |\ \ | | | | | | | | | | | | Change-Id: I82cdb7a08a62679b4717d480b50ab951ade8855c
| * \ \ Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-1510-119/+237
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: Iabd10ff91e7aef1f5df5435c56d3decfd4d39610
| * | | | 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-022-24/+50
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I0a2ed5629eb0598d4049d4cf5ea6e55fe3092c99
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-0128-184/+477
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | 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
* | | | | | | Use counter in client to server messages to avoid duplicate handling (#11733)Artur Signell2015-07-131-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Make async remove check work without push (#12909)Leif Åstrand2015-07-111-29/+23
| |_|_|_|/ |/| | | | | | | | | | | | | | Change-Id: Ie5843c7fb5bb6365ceef998206df69302046e686
* | | | | 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