aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java')
-rw-r--r--src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java b/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
index 170e949116..ff77c5904a 100644
--- a/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
+++ b/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
@@ -69,6 +69,7 @@ public class ApplicationConfiguration implements EntryPoint {
if (value === null || value === undefined) {
return null;
} else {
+ // $entry not needed as function is not exported
return @java.lang.Boolean::valueOf(Z)(value);
}
}-*/;
@@ -89,6 +90,7 @@ public class ApplicationConfiguration implements EntryPoint {
if (value === null || value === undefined) {
return null;
} else {
+ // $entry not needed as function is not exported
return @java.lang.Integer::valueOf(I)(value);
}
}-*/;
@@ -589,7 +591,7 @@ public class ApplicationConfiguration implements EntryPoint {
*/
public native static void registerCallback(String widgetsetName)
/*-{
- var callbackHandler = @com.vaadin.terminal.gwt.client.ApplicationConfiguration::startApplication(Ljava/lang/String;);
+ var callbackHandler = $entry(@com.vaadin.terminal.gwt.client.ApplicationConfiguration::startApplication(Ljava/lang/String;));
$wnd.vaadin.registerWidgetset(widgetsetName, callbackHandler);
}-*/;