|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ActionScriptProperty
A property to a Flex2 ActionScript component. Defines the value object property found by introspection
| Optional Element Summary | |
|---|---|
boolean |
bindable
Is the property bindable? |
boolean |
extendable
|
boolean |
managed
Is the property managed? |
boolean |
read
Should a getter method be created? |
String |
type
The ActionScript type of the property, if different from the default. |
boolean |
useDefaultValue
Add the default value. |
boolean |
write
Should a setter method be created? |
public abstract boolean bindable
public abstract boolean managed
public abstract boolean read
public abstract boolean write
public abstract String type
public abstract boolean useDefaultValue
public abstract boolean extendable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||