@Retention @Target public @interface LocalFunction
Modifier and Type | Optional Element and Description |
---|---|
String |
description
A verbose description of the function.
|
String |
displayName
The human-readable name of the function.
|
boolean |
enabled
Whether the function is enabled.
|
String |
familyId
Returns the ID of the family the function belongs to.
|
String |
flexClassName
The fully qualified name of the ActionScript class which contains a method which is the
equivalent client-side implementation of the local function.
|
String |
flexMethodName
The name of the method on the ActionScript class (as specified by the 'flexClassName' attribute value)
which contains an equivalent client-side implementation of the local function.
|
public abstract boolean enabled
public abstract String familyId
public abstract String displayName
public abstract String description
public abstract String flexClassName
public abstract String flexMethodName
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.