public static class BrowserWindow.EvalRequest

  1. Object
  2. Observable
  3. AsyncResource<String>
  4. BrowserWindow.EvalRequest
A future that is returned from the eval() method.

Constructors

public EvalRequest()

Methods

public String getJS()Gets the JS code to be executed.
public void setJS(String js)Sets the JS code to be executed

Inherited nested types

Inherited methods

Constructor details

EvalRequest

public EvalRequest()

Method details

getJS

public String getJS()
Gets the JS code to be executed.

setJS

public void setJS(String js)
Sets the JS code to be executed