Pakket | lc.procmgmt.events |
Klasse | public class SwfAppButtonEvent |
Overerving | SwfAppButtonEvent Event Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SwfAppButtonEvent
event is used to communicate between an application built with Flex (Flex
application) and the buttons in the Workspace user interface.
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
bubbles : Boolean [alleen-lezen]
Geeft aan of een gebeurtenis een terugkoppelgebeurtenis is. | Event | ||
buttonName : String
The target button name. | SwfAppButtonEvent | ||
cancelable : Boolean [alleen-lezen]
Geeft aan of het gedrag dat aan deze gebeurtenis is gekoppeld, kan worden voorkomen. | Event | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
currentTarget : Object [alleen-lezen]
Het object dat het gebeurtenisobject actief verwerkt met een gebeurtenislistener. | Event | ||
eventPhase : uint [alleen-lezen]
De huidige fase in de gebeurtenisstroom. | Event | ||
newButtonName : String
The new button name. | SwfAppButtonEvent | ||
newTooltip : String
The new tooltip for the button. | SwfAppButtonEvent | ||
target : Object [alleen-lezen]
Doel van gebeurtenis. | Event | ||
type : String [alleen-lezen]
Het type gebeurtenis. | Event |
Methode | Gedefinieerd door | ||
---|---|---|---|
SwfAppButtonEvent(type:String, buttonName:String = null, newButtonName:String = null, newTooltip:String = null)
Constructor. | SwfAppButtonEvent | ||
Dupliceert een instantie van een subklasse Event. | Event | ||
Een hulpprogrammafunctie voor de implementatie van de methode toString() in aangepaste ActionScript 3.0-Event-klassen. | Event | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Controleert of de methode preventDefault() is aangeroepen voor de gebeurtenis. | Event | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Annuleert het standaardgedrag van een gebeurtenis wanneer dat gedrag kan worden geannuleerd. | Event | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Voorkomt het verwerken van gebeurtenislisteners in het huidige knooppunt en volgende knooppunten in de gebeurtenisstroom. | Event | ||
Voorkomt het verwerken van gebeurtenislisteners in knooppunten die volgen op het huidige knooppunt in de gebeurtenisstroom. | Event | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeks die alle eigenschappen van het Event-object bevat. | Event | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
CHANGE_ROUTE_BUTTON_TOOLTIP : String = "changeRouteButtonTooltip" [statisch]
A special value that indicates to change the tooltip of a specific route button in the Workspace user interface. | SwfAppButtonEvent | ||
DISABLE_ROUTE_BUTTON : String = "disableRouteButton" [statisch]
A special value that specifies to disable a specific route button in the Workspace user interface. | SwfAppButtonEvent | ||
ENABLE_ROUTE_BUTTON : String = "enableRouteButton" [statisch]
A special value that specifies to enable a route button in the Workspace user interface. | SwfAppButtonEvent | ||
HIDE_ALL_ROUTE_BUTTONS : String = "hideAllRouteButtons" [statisch]
A special value that specifies to hide all route buttons in the Workspace user interface. | SwfAppButtonEvent | ||
HIDE_ROUTE_BUTTON : String = "hideRouteButton" [statisch]
A special value that specifies to hide a specific route button in the Workspace user interface. | SwfAppButtonEvent | ||
HIDE_SAVE_BUTTON : String = "hideSaveButton" [statisch]
A special value that specifies to hide the Save button in the Workspace user interface. | SwfAppButtonEvent | ||
RENAME_ROUTE_BUTTON : String = "renameRouteButton" [statisch]
A special value that specifies to rename a specific route button in the Workspace user interface. | SwfAppButtonEvent | ||
SHOW_ALL_ROUTE_BUTTONS : String = "showAllRouteButtons" [statisch]
A special value that specifies to show all route buttons in the Workspace user interface. | SwfAppButtonEvent | ||
SHOW_ROUTE_BUTTON : String = "showRouteButton" [statisch]
A special value that specifies to show a specific route button in the Workspace user interface. | SwfAppButtonEvent | ||
SHOW_SAVE_BUTTON : String = "showSaveButton" [statisch]
A special value that specifies to display the Save button in the Workspace user interface. | SwfAppButtonEvent |
buttonName | eigenschap |
public var buttonName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The target button name.
newButtonName | eigenschap |
public var newButtonName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new button name.
newTooltip | eigenschap |
public var newTooltip:String
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new tooltip for the button.
SwfAppButtonEvent | () | Constructor |
public function SwfAppButtonEvent(type:String, buttonName:String = null, newButtonName:String = null, newTooltip:String = null)
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parameterstype:String — Specifies the type of event.
| |
buttonName:String (default = null ) — Specifies the name of the button being changed.
| |
newButtonName:String (default = null ) — Specifies the new name for the button.
| |
newTooltip:String (default = null ) — Specifies the new tooltip text for the button.
|
CHANGE_ROUTE_BUTTON_TOOLTIP | Constante |
public static const CHANGE_ROUTE_BUTTON_TOOLTIP:String = "changeRouteButtonTooltip"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates to change the tooltip of a specific route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The object that is actively processing the Event object
with an event listener. |
target | The object that dispatched the event;
use the currentTarget property to always access the
Object listening for the event. |
DISABLE_ROUTE_BUTTON | Constante |
public static const DISABLE_ROUTE_BUTTON:String = "disableRouteButton"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to disable a specific route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The object that is actively processing the Event object
with an event listener. |
target | The object that dispatched the event;
use the currentTarget property to always access the
Object listening for the event. |
ENABLE_ROUTE_BUTTON | Constante |
public static const ENABLE_ROUTE_BUTTON:String = "enableRouteButton"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to enable a route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The object that is actively processing the Event object
with an event listener. |
target | The object that dispatched the event;
use the currentTarget property to always access the
Object listening for the event. |
HIDE_ALL_ROUTE_BUTTONS | Constante |
public static const HIDE_ALL_ROUTE_BUTTONS:String = "hideAllRouteButtons"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to hide all route buttons in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The object that is actively processing the Event object
with an event listener. |
target | The object that dispatched the event;
use the currentTarget property to always access the
Object listening for the event. |
HIDE_ROUTE_BUTTON | Constante |
public static const HIDE_ROUTE_BUTTON:String = "hideRouteButton"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to hide a specific route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The object that is actively processing the Event object
with an event listener. |
target | The object that dispatched the event;
use the currentTarget property to always access the
Object listening for the event. |
HIDE_SAVE_BUTTON | Constante |
public static const HIDE_SAVE_BUTTON:String = "hideSaveButton"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to hide the Save button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The object that is actively processing the Event object
with an event listener. |
target | The object that dispatched the event;
use the currentTarget property to always access the
Object listening for the event. |
RENAME_ROUTE_BUTTON | Constante |
public static const RENAME_ROUTE_BUTTON:String = "renameRouteButton"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to rename a specific route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The object that is actively processing the Event object
with an event listener. |
target | The object that dispatched the event;
use the currentTarget property to always access the
Object listening for the event. |
SHOW_ALL_ROUTE_BUTTONS | Constante |
public static const SHOW_ALL_ROUTE_BUTTONS:String = "showAllRouteButtons"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to show all route buttons in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The object that is actively processing the Event object
with an event listener. |
target | The object that dispatched the event;
use the currentTarget property to always access the
Object listening for the event. |
SHOW_ROUTE_BUTTON | Constante |
public static const SHOW_ROUTE_BUTTON:String = "showRouteButton"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to show a specific route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The object that is actively processing the Event object
with an event listener. |
target | The object that dispatched the event;
use the currentTarget property to always access the
Object listening for the event. |
SHOW_SAVE_BUTTON | Constante |
public static const SHOW_SAVE_BUTTON:String = "showSaveButton"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to display the Save button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The object that is actively processing the Event object
with an event listener. |
target | The object that dispatched the event;
use the currentTarget property to always access the
Object listening for the event. |
Wed Jun 13 2018, 11:42 AM Z