ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.icc.vo 

CustomAction  - AS3 Asset Composer

Packagecom.adobe.icc.vo
Classpublic class CustomAction
InheritanceCustomAction Inheritance Object

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

The class representing the additional extended action defined by solution to show up on Extensible toolbar of the Editors and the Create Correspondence UI.



Public Properties
 PropertyDefined By
  actionConfig : Object
Specifies the extended properties of the underlying object.
CustomAction
  actionHandler : String
Qulaified class name of the handler who will be handling this action click.
CustomAction
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  label : String
The label property of the underlying object.
CustomAction
  name : String
The name property of the underlying object.
CustomAction
  permissionName : String
The permissionName property of the underlying object.
CustomAction
  styleName : String
The styleName property of the underlying object.
CustomAction
  tooltip : String
The toolTip property of the underlying object.
CustomAction
Public Methods
 MethodDefined By
  
Constructor
CustomAction
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

actionConfig

property
actionConfig:Object

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the extended properties of the underlying object.



Implementation
    public function get actionConfig():Object
    public function set actionConfig(value:Object):void

actionHandler

property 
actionHandler:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Qulaified class name of the handler who will be handling this action click. It should implement com.adobe.acm.solutions.domain.extensions.IActionHandler interface



Implementation
    public function get actionHandler():String
    public function set actionHandler(value:String):void

label

property 
label:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The label property of the underlying object.



Implementation
    public function get label():String
    public function set label(value:String):void

name

property 
name:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The name property of the underlying object.



Implementation
    public function get name():String
    public function set name(value:String):void

permissionName

property 
permissionName:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The permissionName property of the underlying object.



Implementation
    public function get permissionName():String
    public function set permissionName(value:String):void

styleName

property 
styleName:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The styleName property of the underlying object.



Implementation
    public function get styleName():String
    public function set styleName(value:String):void

tooltip

property 
tooltip:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The toolTip property of the underlying object.



Implementation
    public function get tooltip():String
    public function set tooltip(value:String):void
Constructor Detail

CustomAction

()Constructor
public function CustomAction()

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor