Example usage for Java com.vaadin.ui JavaScript fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addFunction(String name, JavaScriptFunction function) Add a new function to the global JavaScript namespace (i.e. |
void | eval(String script) Executes the given JavaScript code in the browser. |
void | execute(String script) Executes the given JavaScript code in the browser. |
JavaScript | getCurrent() Get the JavaScript object for the current Page, or null if there is no current page. |