summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix Declarative support for primitive float and double properties ↵Leif Åstrand2015-03-242-19/+11
| | | | | | (#17204)" This reverts commit 7d4de11c54060286bbc7adfeefa2891f3a461b1d.
* Revert "Fix Declarative support for BigDecimal properties (#17205)"Leif Åstrand2015-03-241-13/+2
| | | | This reverts commit 4a40924cd8715f664cf08ea6bfff7c83d96d14d4.
* Revert "Moved accessibility shortcut handling to server-side. [#14843]"Leif Åstrand2015-03-241-88/+11
| | | | | | | | | | This reverts commit e88f71dd6d1d7634e3a90a7e53859ff6dc028e21. Conflicts: WebContent/release-notes.html uitest/src/com/vaadin/tests/components/window/CloseShortcutTest.java Change-Id: I1d4ed60ec4a194f6ed18fa5506134ef3a185a6cf
* Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-233-12/+41
|\ | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb
| * Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-201-2/+13
| | | | | | | | Change-Id: I766172c125b7e771b4bc8e2db1f39d1ae828fea6
| * Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-202-11/+19
| | | | | | | | | | | | Also improve tests. Change-Id: I99e064c931770fb8af511ea5c8e2c7fc2da2464e
| * Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-171-0/+10
| | | | | | | | Change-Id: I3d5a5b9396bb9449a579b54ed21821415bfdae16
* | Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-221-7/+58
| | | | | | | | | | | | | | | | Fixes mismatched client-server API regarding ColumnVisibilityChangeEvent Adds and removes the column hiding toggle as needed when columns added / removed. Known bug when a hidable column added, column toggle won't get the caption of column. Change-Id: I708e19432dc822f713bf11f5b8e6eadb528a3961
* | Fix various small issues discovered while reviewing APILeif Åstrand2015-03-201-1/+3
| | | | | | | | Change-Id: I196e490d5c5ae77ba895e0fca1b0d9160b6a7855
* | Move DetailComponentManager from Grid to RDPE (#16644)Henrik Paul2015-03-201-247/+6
| | | | | | Change-Id: I2b65a878bb50c2b1f62135a998207a41e82fe62f
* | Added some extra warnings for DetailsGenerator (#16644)Henrik Paul2015-03-191-1/+3
| | | | | | | | Change-Id: Ie84d1aa3d8738d5988567331368f217abf104dd6
* | Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-191-1/+360
|\ \ | | | | | | | | | Change-Id: I24df361a4f938b6ffe567aa290cc411ce194baba
| * | Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-181-10/+51
| | | | | | | | | | | | Change-Id: I741970a7bcebd27d3aa28d608d767b4b4f063ae8
| * | Grid's Details can now be Components (#16644)Henrik Paul2015-03-171-1/+229
| | | | | | | | | | | | Change-Id: If67dd2e86cf41c57f208a3691e2cb7a5a29c133c
| * | Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-171-0/+91
| | | | | | | | | | | | Change-Id: Ibff5a83b3a09c7c530926dadae9138ba3823f27a
* | | Adds server side column hiding API to Grid (#17023)Henrik Paul2015-03-191-0/+159
| | | | | | | | | | | | Change-Id: Ic00e873176f499dfc45976439e09d712932775da
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'origin/grid-detailsrow' and ↵Henrik Paul2015-03-171-2/+151
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | | | 'origin/grid-columnhiding' into grid-7.5 Change-Id: Ib8913f8e1b1b92198d79f8920c615addf77a15ba
| | * Merge branch 'master' into grid-columnreorderPekka Hyvönen2015-03-068-54/+214
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeaturesTest.java uitest/src/com/vaadin/tests/widgetset/client/grid/GridBasicClientFeaturesWidget.java Change-Id: Ic77c717b9bbdcc38585382d4944ee4491aba3f7d
| | * | Fire server-side event when column order changes. (#16643)Pekka Hyvönen2015-02-191-1/+85
| | | | | | | | | | | | | | | | | | | | | | | | Event fired for both UI and programmatic changes. Change-Id: I043e7407ee11547cb3b6639dc14c26ff036a9d82
| | * | Update server side state when columns are reordered. (#16643)Pekka Hyvönen2015-02-181-0/+40
| | | | | | | | | | | | | | | | Change-Id: I96c65dbb96614a5f5782b747fb8588647211cf4b
| | * | Toggle column reordering from server side. Tests for reordering. #16643Pekka Hyvönen2015-02-171-0/+25
| | | | | | | | | | | | | | | | Change-Id: Ib52143ce387f6376878bf3d1c401615a15f1a3cc
| * | | Merge branch 'master' into detailsrowHenrik Paul2015-03-124-17/+18
| |\ \ \ | |/ / / |/| | | | | | | Change-Id: Ie0556ae8d56596d5e1894b3a62d39b0afe13b5a3
| * | | Fixes a bug with escalator.scrollToRow and spacers (#16644)Henrik Paul2015-03-051-2/+2
| | | | | | | | | | | | | | | | Change-Id: I9e148cf81d393cc489c20bf0265f4a3bc6fed069
* | | | Use Math.floor instead of casting to int when trimming decimals. (#16926)Sauli Tähkäpää2015-03-111-1/+1
| | | | | | | | | | | | | | | | Change-Id: I02802b910d0dc90221483fedbf05be48958d8dcc
* | | | Using ComponentFactory in DesignContext.getDefaultInstance() (#16990)Alexey Fansky2015-03-101-10/+11
| |_|/ |/| | | | | | | | Change-Id: I0bb3e7975f2b48cdc589de740cb07ac893b13461
* | | Update @since for 7.4.1Leif Åstrand2015-03-052-6/+6
|/ / | | | | | | Change-Id: I61233d704eae50447d3ccb5a5c485fe3ef98c436
* | Method for requesting column width recalculation (#16748)Artur Signell2015-03-021-0/+13
| | | | | | | | Change-Id: I089f08a056a358d9857ce6608293878e2b8bbd9e
* | Ensure that slider min is always smaller or equal to max. (#16776)Sauli Tähkäpää2015-02-271-3/+15
| | | | | | | | | | | | | | | | - Set slider min to max if max is being set to a smaller value than min, and vice-versa. - Set also an informative message to Slider.ValueOutOfBoundsException. Change-Id: I06b6b05dd0ef2c1fb862cf4acc7df3e235db59ba
* | Add pluggable mechanism for loading classes for a design (#16583)Leif Åstrand2015-02-262-40/+124
| | | | | | | | Change-Id: I2ac17e3c5a7c36492567238af8f4cf6723b0ec69
* | Cleanup UI even if detach fails (#16651)Artur Signell2015-02-231-1/+6
| | | | | | | | Change-Id: Iefc27b7047836243268970605ba2e946fac55e95
* | Make Column.setLastFrozenColumn work (#16726)Artur Signell2015-02-231-1/+1
| | | | | | | | Change-Id: I58fee1549459b24cb47e0d3321d16fb8b215959a
* | Javadoc fixArtur Signell2015-02-181-3/+4
| | | | | | | | Change-Id: Ie6393f60961852825817378fadb068a16a307bcc
* | Make push path configurable (#14432).Tapio Aali2015-02-181-1/+46
|/ | | | | | | In order to use websockets with Weblogic 12.1.2 or later, push path 'ws' needs to be used instead of 'PUSH'. Change-Id: Ia90d11c20a375cef9cf4a53986a70d616a83db06
* Declarative support for Image, Flash, BrowserFrame (#15551,#16327,#15552,#16325)Artur Signell2015-02-102-0/+117
| | | | Change-Id: Icef0b3c4e652421265714c4fd29dee150bcc8cd0
* Remove grid.[set|get]EditorField(Object, Field) (#16538)Leif Åstrand2015-02-091-45/+29
| | | | Change-Id: Ia5c09b80e32f9842fb4680f035b53cea755cb451
* Rename getCancelCaption to mention Editor (#16551)Leif Åstrand2015-02-091-1/+1
| | | | Change-Id: If0e323fcdbac519cf204d8183d2d5f9f4465a907
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-0611-12/+12
| | | Change-Id: I6fd0313aaba5619a55f03fb52d72c032ea18f409
* Enable navigation on a readonly Calendar. (#16523)Sauli Tähkäpää2015-02-061-6/+0
| | | | | | | | | - Month view: navigate to week and day views - Week view: navigate to day view and to next and prev weeks - Day view: navigate to next and prev days - Month view: hidden events can be expanded to view. Change-Id: I19c64ae64c55b8e07be7f73be64e18e700f849b5
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-061-0/+30
| | | | Change-Id: Ieb245205b3a311a4563f39bc48baadc44e218b61
* Show editor save error (#16602)Leif Åstrand2015-02-061-9/+30
| | | Change-Id: I2727a9fabef4291798e97495c2df86b077387cbb
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-061-15/+61
| | | Change-Id: Ie1f9d738db7a03ddb01b968782ad5e4877af1d7e
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-051-17/+99
| | | | | | | | | | | Non-editable columns are not assigned editor fields. When the editor is active, any non-editable content is not displayed (this should changein the future). This is separate from setting the property or editor field read-only - in those cases the field is still used to display the data which may not be desired and will fail if there is no converter. Also add Column.setEditorField(Field<?>) and the corresponding getter. Change-Id: Ice17c357895cb63a8e1bfd6abaffc1d803399e98
* Declarative support for ProgressBar (#16316)Artur Signell2015-02-053-82/+36
| | | | Change-Id: I8c13b19218e0da936abdb0860d492a3d5a096aa7
* Declarative support for Link (#16322)Artur Signell2015-02-051-0/+36
| | | | Change-Id: I02f36b5e89bdf2673696de6dd8fd217835e759d1
* Declarative support for RichTextArea (#16326)Artur Signell2015-02-051-0/+14
| | | | Change-Id: I1e373124f371947eabbf330145fe507caf24fd62
* Declarative support for AbstractSelect (#15545)Artur Signell2015-02-054-1/+111
| | | | Change-Id: Ie66ee3f2b02ce7b6aa2edb66176bfbf5bdcd6c33
* Simplified declarative convertersArtur Signell2015-02-054-53/+233
| | | | | | | | * Removed shortcut interface * Moved TimeZone converter to a separate class * Moved Enum converter to a separate class Change-Id: I2b959e3a002e6319912212df4a62a3bd05677f80
* Revert "Grid now uses ObjectRenderer by default (#15417)"Artur Signell2015-02-052-84/+20
| | | | | | This reverts commit abaec0217b3351d6f1835d7095ed2a3958fbfcdb. Change-Id: I7f8de3ee803b6de1957ad04b5b1b3bf210783826
* Add missing @since to VScrollTable and Table.Sauli Tähkäpää2015-02-051-1/+7
| | | | Change-Id: I7f249c880464b38226856a00882a05af80991d48
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-051-0/+50
| | | | Change-Id: I4e303613f66a13b3ad6a9b2284537e5548391a4a