|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Option
Defines if the property should be used as JavaScript Widget option.
| Optional Element Summary | |
|---|---|
boolean |
escapeHTML
Defines if for this option, HTML should be escaped. |
boolean |
escapeText
Defines if for this option, the text should be escaped for JSON. |
java.lang.String |
name
Defines the name of the option. |
boolean |
useDoubleQuotes
Defines if double quotes instead of a normal quote should be used for rendering Strings. |
public abstract java.lang.String name
public abstract boolean escapeHTML
public abstract boolean escapeText
public abstract boolean useDoubleQuotes
Strings.
Strings.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||