From 5102cc98c295a49487fcf90cc6ac7980d166eb40 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Mon, 17 Nov 2014 08:14:10 +0200 Subject: Implement JavaScript renderer support (#15485) Change-Id: Ifeac12d4124a4a7e5d0c143ff5c0590a2c98509d --- server/src/com/vaadin/ui/AbstractJavaScriptComponent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/com/vaadin/ui/AbstractJavaScriptComponent.java') diff --git a/server/src/com/vaadin/ui/AbstractJavaScriptComponent.java b/server/src/com/vaadin/ui/AbstractJavaScriptComponent.java index f3cbf47b62..84023555bb 100644 --- a/server/src/com/vaadin/ui/AbstractJavaScriptComponent.java +++ b/server/src/com/vaadin/ui/AbstractJavaScriptComponent.java @@ -119,8 +119,8 @@ import com.vaadin.shared.ui.JavaScriptComponentState; *
  • Java Dates are represented by JavaScript numbers containing the timestamp *
  • *
  • List, Set and all arrays in Java are represented by JavaScript arrays.
  • - *
  • Map in Java is represented by JavaScript object with fields - * corresponding to the map keys.
  • + *
  • Map<String, ?> in Java is represented by JavaScript object with + * fields corresponding to the map keys.
  • *
  • Any other Java Map is represented by a JavaScript array containing two * arrays, the first contains the keys and the second contains the values in the * same order.
  • -- cgit v1.2.3