Pacchetto | com.adobe.icc.vo |
Classe | public class CustomAction |
Ereditarietà | CustomAction Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor
| CustomAction | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
actionConfig | proprietà |
actionConfig:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the extended properties of the underlying object.
Implementazione
public function get actionConfig():Object
public function set actionConfig(value:Object):void
actionHandler | proprietà |
actionHandler:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | 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
Implementazione
public function get actionHandler():String
public function set actionHandler(value:String):void
label | proprietà |
label:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The label property of the underlying object.
Implementazione
public function get label():String
public function set label(value:String):void
name | proprietà |
name:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name property of the underlying object.
Implementazione
public function get name():String
public function set name(value:String):void
permissionName | proprietà |
permissionName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The permissionName property of the underlying object.
Implementazione
public function get permissionName():String
public function set permissionName(value:String):void
styleName | proprietà |
styleName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The styleName property of the underlying object.
Implementazione
public function get styleName():String
public function set styleName(value:String):void
tooltip | proprietà |
tooltip:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The toolTip property of the underlying object.
Implementazione
public function get tooltip():String
public function set tooltip(value:String):void
Descrizione della funzione di costruzione
CustomAction | () | Funzione di costruzione |
public function CustomAction()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor
Tue Jun 12 2018, 02:44 PM Z