aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Declarative support and test for Grid.Column.hidingToggleCaption #17481Pekka Hyvönen2015-04-161-0/+8
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic20686649b28530160498742e78f69074e32e596
| | * | | Declarative support and tests for Grid's 7.5 features (#17481)Pekka Hyvönen2015-04-161-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Grid.Column.hidden and Grid.Column.hidable - Grid.columnReorderingAllowed Change-Id: Iee2e3ff7472bceef314403b750549c99e26a9546
| | * | | Grid.Column setHidable and setHidden return the Column #17478Pekka Hyvönen2015-04-161-4/+10
| | | | | | | | | | | | | | | | | | | | Change-Id: I720b66d14a151964cf071deee380704c73f88744
| | * | | Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-1511-105/+1178
| | |\ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I03fdd2014fd0393341db0f650c065f6d27905b73
| | * \ \ \ Merge branch 'master' into grid-7.5Markus Koivisto2015-04-0811-88/+532
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I3906caeb01d1991dc9cb927b3d9ce0fb21c77e04
| | * | | | | API for column hiding toggle caption in Grid (#17272)Pekka Hyvönen2015-03-311-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes column toggle not getting a caption when a hidable column is added. Fixes column toggle not getting a caption on columns with widget in header. Change-Id: Ie10ada793a3635302603f684f232cadaef74a982
| | * | | | | Merge remote-tracking branch 'origin/master' into grid-7.5Henrik Paul2015-03-3113-151/+749
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ife8c6d2a5f6c134a6e28e862f524b6e687199cc8
| | * | | | | | Server Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-311-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7b6d67aeb4d625a53e6fe370b729016a84e33214
| | * | | | | | Update all empty since tags published in alpha1Leif Åstrand2015-03-261-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1afce7e69beb9a61354fd82fcda194d4277dfd36
| | * | | | | | Fix Grid's frozen column count with hidden columns #17273Pekka Hyvönen2015-03-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4f8a893eec3cf7c32da34cb364a4d56589cbf3e2
| | * | | | | | Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-233-12/+41
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb
| | * | | | | | | 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
* | | | | | | | | | | | Incorrect documentation for CalendarProvider.getEvents (#17714)Steven Spungin2015-05-011-1/+1
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I12ec71f918bcba7a9357f13c249955dbfe1a99f6
* | | | | | | | | | | Fix TreeTable declarative support (#16368)Johannes Dahlström2015-04-284-25/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix some small issues in Table declarative: * Write null property values as empty strings instead of NPEing * Read/write item ids from/to <tr item-id="..."> Change-Id: Ieccc3f49c5021f8a4a50d4ea671f9086ad8f997c
* | | | | | | | | | | Add a method for setting visible Grid columns (#17080)Mika Murtojarvi2015-04-231-0/+23
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7ad63af87ae44021bf161d7eadc92ccf33bbd2bb
* | | | | | | | | | Declarative write support for Table (#16367)Johannes Dahlström2015-04-201-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9caa766be3152b35f7fe354b989e8cd6d615a043
* | | | | | | | | | Declarative read support for Table (#16367)Johannes Dahlström2015-04-172-1/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2327af18b2e1e4d31a057b110eee9495f16d9633
* | | | | | | | | | Don't clear element content in AbstractComponent.writeDesign (#17488)Johannes Dahlström2015-04-172-4/+5
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WriteDesign now assumes the element it receives is pristine, so elements cannot be reused without someone else clearing them first. Currently only DesignContext.createElement directly invokes writeDesign, and it always passes a new element to it. Change-Id: Icb777da1d73a28150041914dd9743e7aa0b25e16
* | | | | | | | | Fix Grid frozen column declarative support (#16596)Teemu Suo-Anttila2015-04-161-4/+6
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Change-Id: I382e52e9eed1e2846036e23d9a6b95859ad3e5dc
* | | | | | | | Fix Grid inline data declarative support (#16596)Teemu Suo-Anttila2015-04-141-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ief0238c04ff16674a4102d359381531ae30e9a9f
* | | | | | | | Fix Grid Header/Footer declarative support (#16596)Teemu Suo-Anttila2015-04-141-1/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iedd02738840b4d1a82681cf090c744f07166fdd4
* | | | | | | | Fix Grid Columns declarative support (#16596)Teemu Suo-Anttila2015-04-141-0/+117
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I62e06ca7be62d81f8cca619775e150250a478b39
* | | | | | | | Add declarative OptionGroup support (#15549)patrik2015-04-142-3/+46
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5edb32ffb8282fa76fc21cf6e134eeb48fec04d1
* | | | | | | | Fix Grid column adding to set column sortable correctly (#17446)Teemu Suo-Anttila2015-04-131-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2cfc41f9fab39c387306e89fb18de75c413a7817
* | | | | | | | Add getter for local id #17444John Ahlroos2015-04-131-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0007bdf111bf516cb9e2f244b63fde42213f5c98
* | | | | | | | Declarative support for Tree inline data (#16321)Johannes Dahlström2015-04-132-34/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <v-tree> elements may now contain a hierarchy of <node> elements. Change-Id: I6b1703aa4ec598cf0b3a6221f615727efbcbf0ad
* | | | | | | | Fix writing of child local ids in AbsoluteLayout (#17421)Johannes Dahlström2015-04-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I49eb3246061e1b011a0f87e94d2a43eb20c31a34
* | | | | | | | Fix declarative support for Grid basic properties (#16596)Johannes Dahlström2015-04-101-2/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8b15ecb2eaff2dc5c8986473a7badbbd29432dda
* | | | | | | | Fix GridLayout declarative support (#16594)Teemu Suo-Anttila2015-04-101-1/+324
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I25e52a9246c9ccbc406d1f162b4e9ff69bb411ff
* | | | | | | | Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-101-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I47feff9c78a39e30233f388b938c7e4e53b52051
* | | | | | | | Remove unusable codeArtur Signell2015-04-091-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5bfa459695da3fe4d2cb271952b8c112b7052e97
* | | | | | | | Add granular declarative margin support (#17190)patrik2015-04-091-4/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I36227feeeaf08f41a9d5c179547dfcb575a1fb09
* | | | | | | | Fix MenuBar MenuItem caption reading from design (#17361)Teemu Suo-Anttila2015-04-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I438039ab8ad83bf0b2153939502903571f231bbb
* | | | | | | | Add DesignerAttributeHelper.readAttribute with default value (#17416)Teemu Suo-Anttila2015-04-081-29/+51
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Change-Id: Ic746e761942c3d801c8e1c71bd5866bbd5daeaf4
* | | | | | | Allow setting local id via DesignContext (#16584).Mika Murtojarvi2015-04-081-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie599e8517823ca431d2d9e9232217db53444d7aa