You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.board.internal.

Class FunctionCaller

  • public class FunctionCaller
    extends Object
    • Constructor Detail

      • FunctionCaller

        public FunctionCaller()
    • 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 on

        function - the name of the function to call