@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=JsxClasses.class) public @interface JsxClass
| Modifier and Type | Optional Element and Description |
|---|---|
String |
className
The class name.
|
Class<?> |
domClass
The DOM class (if any).
|
boolean |
isJSObject
Is JavaScript Object.
|
SupportedBrowser[] |
value
The
SupportedBrowsers supported by this constant. |
public abstract Class<?> domClass
public abstract boolean isJSObject
public abstract String className
public abstract SupportedBrowser[] value
SupportedBrowsers supported by this constant.SupportedBrowsersCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.