summaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data/TreeData.java
Commit message (Expand)AuthorAgeFilesLines
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-12/+11
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-17/+3
* Fix moving child to first position in tree data (#9761)Adam Wagner2017-08-071-20/+29
* Add method to get parent in TreeData (#9701)Adam Wagner2017-07-271-0/+19
* Add methods to change parent and to change child's position in hierarchical d...Adam Wagner2017-07-181-0/+83
* Make TreeData.getChildren() return value immutable (#9455)Henri Sara2017-05-301-3/+5
* Add TreeData#addRootItems, getRootItemsAleksi Hietanen2017-05-181-0/+63
* Add stream variants for the child item provider shorthands (#9375)Leif Åstrand2017-05-181-0/+20
* Clarify TreeData and TreeDataProvider javadocs, improve documentation (#9349)Aleksi Hietanen2017-05-181-1/+5
* Refactor common methods in in-memory data providers (#9308)Aleksi Hietanen2017-05-161-0/+309