public class FunctionCaller extends Object
Constructor and Description |
---|
FunctionCaller() |
Modifier and Type | Method and Description |
---|---|
static void |
callOnceOnClientReponse(Component component,
String function)
An internal helper for executing a JS function only once after other
updates have been done.
|
public static void callOnceOnClientReponse(Component component, String function)
component
- the component with an element to call the function onfunction
- the name of the function to callCopyright © 2019. All rights reserved.