|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ActionScript
An annotation for Flex2 ActionScript generation. Used to specify class related information of ActionScript value object.
| Optional Element Summary | |
|---|---|
boolean |
bindable
Should the class be bindable? |
boolean |
createToString
Should the created class contain a custom toString() implementation? |
boolean |
extendable
|
boolean |
externalizable
Should the class be externalizable? |
boolean |
inherit
Should the created class contain a custom toString() implementation? |
boolean |
managed
Should the class be managed? |
boolean |
remoteObject
Should the class be exposed as remoteObject? |
boolean |
valueObject
Should the class implement the Cairngorm ValueObject? |
public abstract boolean managed
public abstract boolean bindable
public abstract boolean externalizable
public abstract boolean remoteObject
public abstract boolean createToString
public abstract boolean inherit
public abstract boolean valueObject
public abstract boolean extendable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||