Package | com.adobe.icc.vo |
Class | public class CustomAction |
Inheritance | CustomAction Object |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Property | Defined 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 | ||
constructor : 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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
styleName : String
The styleName property of the underlying object. | CustomAction | ||
tooltip : String
The toolTip property of the underlying object. | CustomAction |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor
| CustomAction | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
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
Mon Nov 28 2011, 06:48 AM -08:00