See: Description
| Class | Description |
|---|---|
| AbstractJavaScriptConfiguration |
An abstract container for all the JavaScript configuration information.
|
| ClassConfiguration |
A container for all the JavaScript configuration information for one class.
|
| ClassConfiguration.PropertyInfo |
Class used to contain the property information if the property is readable, writable and the
methods that implement the get and set functions.
|
| JavaScriptConfiguration |
A container for all the JavaScript configuration information.
|
| Enum | Description |
|---|---|
| BrowserName |
Represents a real browser family.
|
| CanSetReadOnlyStatus |
Status for
CanSetReadOnly. |
| Annotation Type | Description |
|---|---|
| BrowserFeature |
An annotation to mark a feature in
BrowserVersionFeatures. |
| CanSetReadOnly |
An annotation to check of whether this getter read-only method allows to set the value,
ignore it, or throw an exception.
|
| JsxClass |
An annotation to mark a Java class as JavaScript class.
|
| JsxClasses |
An annotation to mark a Java class as JavaScript class.
|
| JsxConstant |
An annotation to mark a Java field as JavaScript constant.
|
| JsxConstructor |
An annotation to mark a Java method as JavaScript constructor.
|
| JsxFunction |
An annotation to mark a Java method as JavaScript function.
|
| JsxGetter |
An annotation to mark a Java method as JavaScript getter.
|
| JsxSetter |
An annotation to mark a Java method as JavaScript setter.
|
| WebBrowser |
An annotation to specify a range of browser, e.g.
|
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.