From efa7f5a4d069556061ba4ceef4fb4d76dae84ef4 Mon Sep 17 00:00:00 2001 From: Aleksi Hietanen Date: Tue, 16 May 2017 11:57:02 +0300 Subject: Refactor common methods in in-memory data providers (#9308) * Refactor common methods of InMemoryHierarchicalDataProvider and ListDataProvider to a single interface * Rename HierarchyData and InMemoryHierarchicalDataProvider, introduce HasHierarchicalDataProvider * Additionally adds a helper method for recursive constructing TreeData with a child item provider. --- all/src/main/templates/release-notes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'all/src') diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 44b1690e7b..abfda6bf2e 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -102,7 +102,7 @@
  • The TreeGrid component replaces TreeTable component
  • The Tree component replaces old Tree component
  • -
  • The HierarchicalDataProvider interface replaces Container.Hierarchical and <InMemoryHierarchicalDataProvider replaces HierarchicalContainer
  • +
  • The HierarchicalDataProvider interface replaces Container.Hierarchical and <TreeDataProvider replaces HierarchicalContainer
  • The DragSourceExtension and DropTargetExtension extensions replace the old DnD features
  • OSGi bundle manifests of Vaadin Framework JARs no longer export /VAADIN, and there are new mechanisms for publishing static resources for OSGi
  • Tooltip styles for ContentMode.PREFORMATTED have been changed in all built-in themes to use the application font and allow long lines to wrap to multiple lines.
  • -- cgit v1.2.3