Package | Description |
---|---|
com.vaadin.server | |
com.vaadin.ui | |
com.vaadin.ui.renderers |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavaScriptExtension.addFunction(String functionName,
JavaScriptFunction function)
Register a
JavaScriptFunction that can be called from the
JavaScript using the provided name. |
void |
JavaScriptCallbackHelper.registerCallback(String functionName,
JavaScriptFunction javaScriptCallback) |
Modifier and Type | Method and Description |
---|---|
void |
JavaScript.addFunction(String name,
JavaScriptFunction function)
Add a new function to the global JavaScript namespace (i.e.
|
protected void |
AbstractJavaScriptComponent.addFunction(String functionName,
JavaScriptFunction function)
Register a
JavaScriptFunction that can be called from the
JavaScript using the provided name. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavaScriptRenderer.addFunction(String functionName,
JavaScriptFunction function)
Register a
JavaScriptFunction that can be called from the
JavaScript using the provided name. |
Copyright © 2022 Vaadin Ltd. All rights reserved.