summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc typosLeif Åstrand2015-11-021-2/+2
* Support caption fetching for HTML and Widget headers. (#18528)Sauli Tähkäpää2015-10-281-7/+3
* Set pixel sizes to Grid columns when user starts drag resize (#16838)Johannes Dahlström2015-10-211-0/+1
* Fix replacing of currently selected Tab (#14252)Dmitrij Abolichin2015-10-201-0/+6
* improved javadocsMatti Tahvonen2015-10-171-1/+2
* Provide own states for a number of components (#18987).Denis Anisimov2015-10-1611-2/+67
* Javadocs for new 7.6 API (#19135) and some fixeselmot2015-10-153-12/+19
* Support ContextClicks in empty areas of Table and TreeTable (#19130)Teemu Suo-Anttila2015-10-141-2/+4
* Move RpcDataProviderExtension and DataGenerator to correct packageTeemu Suo-Anttila2015-10-131-2/+2
* Fix empty @since for 7.6.0.alpha77.6.0.alpha7Markus Koivisto2015-10-121-6/+6
* Remove Guava dependency from GridTeemu Suo-Anttila2015-10-121-9/+22
* Refactor DetailComponentManager to be a static nested class of GridTeemu Suo-Anttila2015-10-121-34/+270
* Fix empty @since for 7.6.alpha7Markus Koivisto2015-10-091-2/+2
* Add Grid column resize event API (#16838)Johannes Dahlström2015-10-091-10/+213
* Write true boolean attibutes without ='' (#17583)Leif Åstrand2015-10-0913-40/+42
* Add Grid.deselectAll() (#18339)Artur Signell2015-10-091-0/+41
* Report user-resized column widths to server (#16838)Johannes Dahlström2015-10-081-1/+8
* Add API for setting Grid columns resizable (#16838)Johannes Dahlström2015-10-081-23/+74
* Update/add @since tags in javadocHenri Sara2015-10-077-9/+19
* Remove Grid EditorEvents and ListenersTeemu Suo-Anttila2015-10-071-143/+0
* Rename DesignFormatter.unencodeFromTextNode to decodeFromTextNodeTeemu Suo-Anttila2015-10-078-10/+10
* Fix adding to same parent, component shouldn't be removed (#16568)Dmitrij Abolichin2015-10-071-0/+3
* Add API for data destruction to DataGenerator interface (#19038)Teemu Suo-Anttila2015-10-061-0/+10
* Add support for TreeContextClickEvents (#19062)Teemu Suo-Anttila2015-10-051-0/+36
* Add GridContextClickEvent with item ids, properties and section (#16855)Teemu Suo-Anttila2015-10-051-0/+82
* Add @since for 7.5.7 changesHenri Sara2015-10-043-4/+3
* Add Tree.htmlContentsAllowed (#7717)Leif Åstrand2015-10-021-0/+36
* Implement ContextClickEvent for Table (#19042)Teemu Suo-Anttila2015-10-021-0/+66
* Do not use getters/setters when mapping designer fields (#17388)Artur Signell2015-10-011-11/+12
* Add support for ContextClickEvent in AbstractComponent (#19015)Teemu Suo-Anttila2015-10-011-1/+31
* Clean up compiler warnings in Design.javaLeif Åstrand2015-09-291-64/+31
* Use "vaadin-" as default prefix for Design (#18957)Henri Sara2015-09-282-18/+78
* Ensure Grid classes can be accessed (#18976)Artur Signell2015-09-281-3/+3
* Parse readonly values for AbstractFields correctly #18850John Ahlroos2015-09-2510-29/+64
* Make getLogger privateArtur Signell2015-09-242-2/+2
* Update AJS?.callFunction javadoc to reflect reality (#18990)Leif Åstrand2015-09-242-8/+22
* Adds support for defining the URL to use for push requests (#18989)Artur Signell2015-09-241-0/+33
* Support HTML entities when reading/writing declarative format #18882Maciej Przepióra2015-09-248-20/+107
* Write all empty cells for empty GridLayout in declarative #18805Maciej Przepióra2015-09-241-2/+35
* Use correct state class for split panels (#18942)Artur Signell2015-09-202-0/+14
* Update @since tags to 7.5.6.Mika Murtojarvi2015-09-152-4/+4
* Always use charset for String.getBytes() method (#18863).Denis Anisimov2015-09-151-2/+5
* Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-091-0/+69
* Update @since tags to 7.6.Mika Murtojarvi2015-09-081-5/+5
* Update @since tags for 7.6.Mika Murtojarvi2015-09-081-1/+1
* Make it possible to avoid select caption conversion (#16845)Leif Åstrand2015-09-081-24/+17
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-049-354/+1155
|\
| * Redesign RpcDataSourceConnector pinning RPC requests (#18692)Teemu Suo-Anttila2015-09-021-10/+9
| * Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-021-0/+3
| * Refactor Grid SelectionModels as extensions (#18624)Teemu Suo-Anttila2015-09-011-161/+156