Uses of Class
com.vaadin.flow.dom.JsFunction
Packages that use JsFunction
-
Uses of JsFunction in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom that return JsFunctionModifier and TypeMethodDescriptionstatic JsFunctionCreates a JavaScript function value with the given body and captured parameters.JsFunction.withArguments(String... argumentNames) Returns a copy of this function that declares the given names as positional runtime arguments.