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 voidAbstractJavaScriptExtension. addFunction(String functionName, JavaScriptFunction function)Register aJavaScriptFunctionthat can be called from the JavaScript using the provided name.voidJavaScriptCallbackHelper. 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 voidAbstractJavaScriptComponent. addFunction(String functionName, JavaScriptFunction function)Register aJavaScriptFunctionthat can be called from the JavaScript using the provided name.voidJavaScript. 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 voidAbstractJavaScriptRenderer. addFunction(String functionName, JavaScriptFunction function)Register aJavaScriptFunctionthat can be called from the JavaScript using the provided name.
-