See: Description
Interface | Description |
---|---|
Fn.FromJavaScript |
Additional interface to be implemented by
Fn.Presenter s that
need to convert JavaScript object (usually array) to Java object
when calling back from JavaScript to Java. |
Fn.KeepAlive |
Additional interface to
Fn.Presenter to control more precisely
garbage collection behavior of individual parameters. |
Fn.Presenter |
The representation of a presenter - usually a browser window.
|
Fn.Ref<P extends Fn.Presenter> |
Reference to a
Fn.Presenter .Each implementation of a Fn.Presenter
may choose a way to reference itself (usually in a weak way)
effectively. |
Fn.ToJavaScript |
Additional interface to be implemented by
Fn.Presenter s that
wish to control what objects are passed into the JavaScript virtual
machine. |
Class | Description |
---|---|
Fn |
Represents single JavaScript function that can be invoked.
|
BrowserBuilder
to launch their applications,
or (if they need to do some JavaScript calls themselves) look at
JavaScriptBody
annotation and its usage.Copyright © 2021 The Apache Software Foundation. All rights reserved.