We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.board.internal.
Class FunctionCaller
- java.lang.Object
-
- com.vaadin.flow.component.board.internal.FunctionCaller
-
public class FunctionCaller extends Object
-
-
Constructor Summary
Constructors Constructor Description FunctionCaller()
-
Method Summary
All Methods Modifier and Type Method Description static void
callOnceOnClientReponse​(Component component, String function)
An internal helper for executing a JS function only once after other updates have been done.
-
-
-
Method Detail
-
callOnceOnClientReponse
public static void callOnceOnClientReponse​(Component component, String function)
An internal helper for executing a JS function only once after other updates have been done.
Parameters:
component
- the component with an element to call the function onfunction
- the name of the function to call
-
-