Pakket | com.adobe.icc.vo |
Klasse | public class CustomAction |
Overerving | CustomAction Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor
| CustomAction | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
actionConfig | eigenschap |
actionConfig:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the extended properties of the underlying object.
Implementatie
public function get actionConfig():Object
public function set actionConfig(value:Object):void
actionHandler | eigenschap |
actionHandler:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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
Implementatie
public function get actionHandler():String
public function set actionHandler(value:String):void
label | eigenschap |
name | eigenschap |
permissionName | eigenschap |
permissionName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The permissionName property of the underlying object.
Implementatie
public function get permissionName():String
public function set permissionName(value:String):void
styleName | eigenschap |
styleName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The styleName property of the underlying object.
Implementatie
public function get styleName():String
public function set styleName(value:String):void
tooltip | eigenschap |
tooltip:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The toolTip property of the underlying object.
Implementatie
public function get tooltip():String
public function set tooltip(value:String):void
Constructordetails
CustomAction | () | Constructor |
public function CustomAction()
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor
Wed Jun 13 2018, 11:42 AM Z