aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make HierarchyRendererCellReferenceWrapper a nested class of HierarchyRendererAleksi Hietanen2017-05-162-60/+39
* Rename BodyRowContainer.setNewEscalatorRowCallback to setNewRowCallbackAleksi Hietanen2017-05-164-7/+7
* Rename TreeGridCommunicationConstants to HierarchicalDataCommunicatorConstantsAleksi Hietanen2017-05-165-32/+33
* 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-162-2/+2
* Add javadoc to client-side TreeGrid widgetAleksi Hietanen2017-05-161-0/+4
* Improvements to HierarchyRendererAleksi Hietanen2017-05-161-5/+12
* 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-169-30/+264
* Add API for multiple drag data generators (#9321)Adam Wagner2017-05-165-117/+172
* 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-1627-808/+1070
* Add API to store any type of data in the dataTransfer object (#9319)Adam Wagner2017-05-1613-88/+299
* Add events and functionality to Tree (#9318)Teemu Suo-Anttila2017-05-163-0/+192
* Rename OSGi classes for Java naming conventions (#9320)Henri Sara2017-05-1518-59/+69
* Update video link in tutorial.adoc (#9317)Alejandro2017-05-151-3/+1
* Fix DnD Polyfill to use isNan(i) instead of i===NaN (#9312)Pekka Hyvönen2017-05-151-1/+1
* Distinguish between touch scroll and drag start on Grid (#9315)Pekka Hyvönen2017-05-151-3/+40
* Use theme font and normal line wrapping for regular tooltips (#9143)Leif Åstrand2017-05-1510-4/+128
* WIP: Allow differentiating touch scroll from DnD (#9309)Henri Sara2017-05-141-0/+72
* Refactor Html5 DnD feature based on API review (#9306)Pekka Hyvönen2017-05-1261-400/+459
* 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-113-86/+54
* Poll server for changes at the end of each file upload (#9300)Adam Wagner2017-05-113-13/+28
* Fix broken DragEnd event introduced in a recent PR (#9297)Pekka Hyvönen2017-05-111-1/+1
* Add mobile html5 dnd support using polyfill (#9282)Pekka Hyvönen2017-05-1116-29/+365
* Make it possible to upload files by dropping them onto a drop target (#9277)Adam Wagner2017-05-1110-0/+1008
* Generate style name on every dragenter (#9292) (#9293)Adam Wagner2017-05-111-4/+5
* Make clicking checkbox label call focus listeners (#9271)Knoobie2017-05-114-6/+75
* Reset HierarchicalDataCommunicator on changes (#9275)Aleksi Hietanen2017-05-118-55/+327
* 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-107-43/+190
* Allow custom click handlers in subclasses of TreeGridHenri Sara2017-05-101-1/+1
* Fix selection with space in TreeGrid/TreeHenri Sara2017-05-102-4/+49
* Refactor WidgetUtil.findWidget()Henri Sara2017-05-107-28/+85
* Move TestBench API to the correct package (#9249)Artur2017-05-0926-92/+149
* 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
* Update ES6 detection logic to match what Polymer is using (#9268)Artur2017-05-091-9/+17
* Add since tags for 8.0.6Teemu Suo-Anttila2017-05-086-15/+30
* Fix bean validation when using sub property bindings (#9248)Artur2017-05-083-15/+135
* Update example to Vaadin 8 (#9260)dunand2017-05-081-7/+5
* Fix HTML5 DnD regression for FF (#9245)Pekka Hyvönen2017-05-0513-210/+270
* Allow Escalator.setHeightByRows to accept zero as a valid argument (#9244)Aleksi Hietanen2017-05-053-1/+33