| Pakket | com.adobe.acm.solutions.authoring.domain.extensions |
| Interface | public interface IActionHandler extends IEventDispatcher |
| Geïmplementeerd door | CCRDefaultActionHandler |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| action : CustomAction
Fetch action associated with this handler instance. | IActionHandler | ||
| model : *
Flex Domain Model for on which the action is being taken
| IActionHandler | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Should the action be enabled in toolbar
| IActionHandler | ||
Should the action be visible in toolbar
| IActionHandler | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | IEventDispatcher | |
![]() |
Verzendt een gebeurtenis naar de gebeurtenisstroom. | IEventDispatcher | |
Called when user user click an action
| IActionHandler | ||
![]() |
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | IEventDispatcher | |
![]() |
Verwijdert een listener uit het object EventDispatcher. | IEventDispatcher | |
![]() |
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | IEventDispatcher | |
Eigenschapdetails
action | eigenschap |
action:CustomAction| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Fetch action associated with this handler instance.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get action():CustomAction public function set action(value:CustomAction):voidmodel | eigenschap |
model:*| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Flex Domain Model for on which the action is being taken
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get model():* public function set model(value:any):voidMethodedetails
actionEnabled | () | methode |
public function actionEnabled(extraParams:Object = null):Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Should the action be enabled in toolbar
Parameters
extraParams:Object (default = null) — additional arguements that may be passed to handler (For future use)
|
Boolean — flag indicating whether the action should be enabled
|
actionVisible | () | methode |
public function actionVisible(extraParams:Object = null):Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Should the action be visible in toolbar
Parameters
extraParams:Object (default = null) — additional arguements that may be passed to handler (For future use)
|
Boolean — flag indicating whether the action should be visible
|
handleAction | () | methode |
public function handleAction(extraParams:Object = null):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Called when user user click an action
Parameters
extraParams:Object (default = null) — additional arguements that may be passed to handler (For future use)
|
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare methoden verbergen
Overerfde openbare methoden weergeven