aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Add convenience constructors to TreeGridAleksi Hietanen2017-05-161-1/+117
* Add javadocs to Grid#readData and writeDataAleksi Hietanen2017-05-161-0/+28
* Add setHierarchyColumn(column) overload to TreeGridAleksi Hietanen2017-05-161-0/+24
* Remove redundant method getComponentCount from CompositeAleksi Hietanen2017-05-161-10/+1
* Move CompositeState to different packageAleksi Hietanen2017-05-161-1/+1
* Clean connector tracker after each access block to stop memory leaks (#9305)Artur2017-05-161-20/+55
* Add API for multiple drag data generators (#9321)Adam Wagner2017-05-161-42/+78
* Adds a passthrough to root component for most Composite methods (#9324)Teemu Suo-Anttila2017-05-161-0/+82
* Refactor common methods in in-memory data providers (#9308)Aleksi Hietanen2017-05-162-124/+10
* Add API to store any type of data in the dataTransfer object (#9319)Adam Wagner2017-05-166-45/+189
* Add events and functionality to Tree (#9318)Teemu Suo-Anttila2017-05-161-0/+116
* Refactor Html5 DnD feature based on API review (#9306)Pekka Hyvönen2017-05-1222-77/+1471
* Create upload URLs only when stream variable is attached by drop handler (#9301)Adam Wagner2017-05-111-11/+27
* Poll server for changes at the end of each file upload (#9300)Adam Wagner2017-05-111-13/+21
* Add mobile html5 dnd support using polyfill (#9282)Pekka Hyvönen2017-05-111-0/+74
* Make it possible to upload files by dropping them onto a drop target (#9277)Adam Wagner2017-05-111-0/+262
* Use variable name item instead of data in Grid (#9273)Teemu Suo-Anttila2017-05-091-33/+33
* Fix the missing focus and blur implementations (#9269)Knoobie2017-05-091-1/+4
* Fix HTML5 DnD regression for FF (#9245)Pekka Hyvönen2017-05-051-3/+5
* Use v-tree8 as stylename for new Tree component (#9238)Teemu Suo-Anttila2017-05-051-2/+2
* Add additional overrides to Tree (#9225)Aleksi Hietanen2017-05-031-14/+85
* Add missing since tags for 8.1 (#9220)Henri Sara2017-05-032-1/+3
* Add an initial version of Tree component (#9212)Teemu Suo-Anttila2017-05-022-158/+372
* Improve expand and collapse of items in TreeGrid (#9159)Aleksi Hietanen2017-05-021-21/+57
* Add support for pluggable filters for rewriting dependencies (#9182)Artur2017-05-021-1/+32
* Add since tags for 8.1Henri Sara2017-04-271-2/+2
* Add an option for defining number of visible items in a NativeSelect (#9109)Artur2017-04-261-0/+29
* Include charset in text/html responses (#8777) (#9123)Ilia Motornyi2017-04-211-1/+2
* Add/fill in missing @since tags for 8.1 (#9106)8.1.0.alpha6Henri Sara2017-04-194-48/+52
* Support using Composite and CustomComponent as a Design root class (#9017)Artur2017-04-182-10/+48
* Fix problem when reading a nested Design based on a GridLayout (#9092)Artur2017-04-181-5/+15
* Composite component (#8952)Artur2017-04-182-0/+393
* Create combined drop mode to allow both on_top and between drops (#9063)Adam Wagner2017-04-131-0/+37
* Grid drag and drop documentation (#9055)Adam Wagner2017-04-131-0/+8
* Remove Extension suffix from Grid DND classes (#9035)Adam Wagner2017-04-122-19/+19
* Make it possible to drop things between Grid rows (#8979)Adam Wagner2017-04-121-8/+54
* Provide dragged Grid items in server side (#8950)Adam Wagner2017-04-122-1/+88
* Make it possible to drop things on top of Grid rows (#8747)Adam Wagner2017-04-121-0/+72
* Make all selected rows draggable (#8746)Adam Wagner2017-04-121-0/+3
* Make Grid rows draggable (#8690)Adam Wagner2017-04-121-0/+125
* Use setCaption Javadocs inherited from Component (#9066)Leif Åstrand2017-04-122-16/+0
* Fix initial expand of TreeGrid itemsAleksi Hietanen2017-04-111-0/+1
* Add server-side expand and collapse to TreeGrid (#9021)Aleksi Hietanen2017-04-061-11/+87
* TreeGrid keyboard navigation Ilia Motornyi2017-04-051-8/+21
* Fix bug column and row expand ratio are not persisted Tien Nguyen2017-04-041-8/+8
* Make getValueProvider return ValueProvider (#8983)Leif Åstrand2017-03-311-3/+2
* Implement LocalDateRenderer and LocalDateTimeRenderer (#8955)Aleksi Hietanen2017-03-302-0/+423
* Add Grid.setRowHeight() (#8935)Henri Sara2017-03-291-0/+24
* Make CustomField iterator() comply with contractArtur Signell2017-03-291-23/+9
* Fix data not being sent again when adding DataGenerators (#8947)Teemu Suo-Anttila2017-03-281-0/+1