Java com.vaadin.ui JavaScript fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui JavaScript fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui JavaScript.

The text is from its open source code.

Method

voidaddFunction(String name, JavaScriptFunction function)
Add a new function to the global JavaScript namespace (i.e.
voideval(String script)
Executes the given JavaScript code in the browser.
voidexecute(String script)
Executes the given JavaScript code in the browser.
JavaScriptgetCurrent()
Get the JavaScript object for the current Page, or null if there is no current page.