Class FunctionCaller
java.lang.Object
com.vaadin.flow.component.board.internal.FunctionCaller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcallOnceOnClientReponse(Component component, String function) An internal helper for executing a JS function only once after other updates have been done.
-
Constructor Details
-
FunctionCaller
public FunctionCaller()
-
-
Method Details
-
callOnceOnClientReponse
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
-