Paket | lc.procmgmt.events |
Klasse | public class SwfAppButtonEvent |
Vererbung | SwfAppButtonEvent Event Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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.
Eigenschaft | Definiert von | ||
---|---|---|---|
bubbles : Boolean [schreibgeschützt]
Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt. | Event | ||
buttonName : String
The target button name. | SwfAppButtonEvent | ||
cancelable : Boolean [schreibgeschützt]
Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann. | Event | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
currentTarget : Object [schreibgeschützt]
Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet. | Event | ||
eventPhase : uint [schreibgeschützt]
Die aktuelle Phase im Ereignisablauf. | Event | ||
newButtonName : String
The new button name. | SwfAppButtonEvent | ||
newTooltip : String
The new tooltip for the button. | SwfAppButtonEvent | ||
target : Object [schreibgeschützt]
Das Ereignis-Ziel. | Event | ||
type : String [schreibgeschützt]
Der Ereignistyp. | Event |
Methode | Definiert von | ||
---|---|---|---|
SwfAppButtonEvent(type:String, buttonName:String = null, newButtonName:String = null, newTooltip:String = null)
Constructor. | SwfAppButtonEvent | ||
Dupliziert eine Instanz einer Event-Unterklasse. | Event | ||
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen. | Event | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde. | Event | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann. | Event | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält. | Event | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert von | ||
---|---|---|---|
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 | Eigenschaft |
public var buttonName:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The target button name.
newButtonName | Eigenschaft |
public var newButtonName:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new button name.
newTooltip | Eigenschaft |
public var newTooltip:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new tooltip for the button.
SwfAppButtonEvent | () | Konstruktor |
public function SwfAppButtonEvent(type:String, buttonName:String = null, newButtonName:String = null, newTooltip:String = null)
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametertype: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 | Konstante |
public static const CHANGE_ROUTE_BUTTON_TOOLTIP:String = "changeRouteButtonTooltip"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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 | Konstante |
public static const DISABLE_ROUTE_BUTTON:String = "disableRouteButton"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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 | Konstante |
public static const ENABLE_ROUTE_BUTTON:String = "enableRouteButton"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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 | Konstante |
public static const HIDE_ALL_ROUTE_BUTTONS:String = "hideAllRouteButtons"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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 | Konstante |
public static const HIDE_ROUTE_BUTTON:String = "hideRouteButton"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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 | Konstante |
public static const HIDE_SAVE_BUTTON:String = "hideSaveButton"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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 | Konstante |
public static const RENAME_ROUTE_BUTTON:String = "renameRouteButton"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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 | Konstante |
public static const SHOW_ALL_ROUTE_BUTTONS:String = "showAllRouteButtons"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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 | Konstante |
public static const SHOW_ROUTE_BUTTON:String = "showRouteButton"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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 | Konstante |
public static const SHOW_SAVE_BUTTON:String = "showSaveButton"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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. |
Tue Jun 12 2018, 10:04 AM Z