@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
SupportedBrowser s supported by this constant. |
public abstract Class<?> domClass
public abstract boolean isJSObject
public abstract String className
public abstract SupportedBrowser[] value
SupportedBrowser
s supported by this constant.SupportedBrowser
sCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.