Uses of Interface
com.vaadin.ui.JavaScriptFunction
-
Packages that use JavaScriptFunction Package Description com.vaadin.server com.vaadin.ui com.vaadin.ui.renderers -
-
Uses of JavaScriptFunction in com.vaadin.server
Methods in com.vaadin.server with parameters of type JavaScriptFunction Modifier and Type Method Description protected void
AbstractJavaScriptExtension. addFunction(String functionName, JavaScriptFunction function)
Register aJavaScriptFunction
that can be called from the JavaScript using the provided name.void
JavaScriptCallbackHelper. registerCallback(String functionName, JavaScriptFunction javaScriptCallback)
-
Uses of JavaScriptFunction in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type JavaScriptFunction Modifier and Type Method Description protected void
AbstractJavaScriptComponent. addFunction(String functionName, JavaScriptFunction function)
Register aJavaScriptFunction
that can be called from the JavaScript using the provided name.void
JavaScript. addFunction(String name, JavaScriptFunction function)
Add a new function to the global JavaScript namespace (i.e. -
Uses of JavaScriptFunction in com.vaadin.ui.renderers
Methods in com.vaadin.ui.renderers with parameters of type JavaScriptFunction Modifier and Type Method Description protected void
AbstractJavaScriptRenderer. addFunction(String functionName, JavaScriptFunction function)
Register aJavaScriptFunction
that can be called from the JavaScript using the provided name.
-