summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Add BackEndHierarchicalDataProvider and an abstract base classAleksi Hietanen2017-05-163-1/+126
* Fix code review commentsAleksi Hietanen2017-05-162-7/+16
* Add ItemCollapseAllowedProvider interfaceAleksi Hietanen2017-05-164-7/+52
* Add TreeGrid#getHierarchyColumnAleksi Hietanen2017-05-161-0/+10
* Improve CollapseEvent and ExpandEvent javadocsAleksi Hietanen2017-05-162-4/+6
* Move HierarchicalDataCommunicatorConstants to the correct packageAleksi Hietanen2017-05-161-1/+1
* Add convenience constructors to TreeGridAleksi Hietanen2017-05-162-2/+120
* Add javadocs to Grid#readData and writeDataAleksi Hietanen2017-05-161-0/+28
* Add setHierarchyColumn(column) overload to TreeGridAleksi Hietanen2017-05-161-0/+24
* Rename TreeGridCommunicationConstants to HierarchicalDataCommunicatorConstantsAleksi Hietanen2017-05-161-7/+7
* Remove redundant method getComponentCount from CompositeAleksi Hietanen2017-05-161-10/+1
* Add FunctionalInterface annotation to DependencyFilterAleksi Hietanen2017-05-161-0/+1
* Wrap DataCommunicator#getBackEndSorting in an unmodifiable listAleksi Hietanen2017-05-161-2/+3
* Move CompositeState to different packageAleksi Hietanen2017-05-161-1/+1
* Clarify HierarchicalQuery javadocsAleksi Hietanen2017-05-161-4/+7
* Make CollapseListener and ExpandListener extend SerializableEventListenerAleksi Hietanen2017-05-162-4/+2
* Clean connector tracker after each access block to stop memory leaks (#9305)Artur2017-05-166-25/+134
* 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-1614-729/+991
* 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
* Rename OSGi classes for Java naming conventions (#9320)Henri Sara2017-05-151-3/+3
* Fix DnD Polyfill to use isNan(i) instead of i===NaN (#9312)Pekka Hyvönen2017-05-151-1/+1
* Refactor Html5 DnD feature based on API review (#9306)Pekka Hyvönen2017-05-1232-219/+246
* Properly remove service destroy listeners (#9304)Artur2017-05-122-1/+31
* Create upload URLs only when stream variable is attached by drop handler (#9301)Adam Wagner2017-05-112-18/+35
* 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-114-3/+128
* Make it possible to upload files by dropping them onto a drop target (#9277)Adam Wagner2017-05-113-0/+368
* Reset HierarchicalDataCommunicator on changes (#9275)Aleksi Hietanen2017-05-114-54/+97
* Since tag update for 8.1.0.alpha78.1.0.alpha7Ilia Motornyi2017-05-101-1/+1
* Fix partly missing drag image regression on SafariPekka Hyvönen2017-05-101-0/+2
* 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
* Add since tags for 8.0.6Teemu Suo-Anttila2017-05-082-12/+12
* Fix bean validation when using sub property bindings (#9248)Artur2017-05-083-15/+135
* Fix HTML5 DnD regression for FF (#9245)Pekka Hyvönen2017-05-054-90/+83
* 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-038-5/+15
* HierarchicalDataProvider cache invalidation workaround (#9218)Aleksi Hietanen2017-05-021-1/+3
* Add an initial version of Tree component (#9212)Teemu Suo-Anttila2017-05-029-179/+692
* Add method for checking whether drag event was cancelled (#9214)Adam Wagner2017-05-021-0/+11
* Improve expand and collapse of items in TreeGrid (#9159)Aleksi Hietanen2017-05-023-34/+143
* Add support for pluggable filters for rewriting dependencies (#9182)Artur2017-05-025-5/+179
* Open VaadinServlet and BootstrapHandler classes for external use (#9164)Artur2017-04-273-17/+113
* Make Bootstrap URIResolver available to bootstrap listeners (#9171)Artur2017-04-272-8/+36
* Make some of dnd's javadoc clearer.Adam Wagner2017-04-272-4/+21
* Add since tags for 8.1Henri Sara2017-04-273-5/+13