ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
lc.procmgmt.events 

SwfAppButtonEvent  - AS3 ADEP Workspace

Paketlc.procmgmt.events
Klassepublic class SwfAppButtonEvent
VererbungSwfAppButtonEvent Inheritance Event Inheritance Object

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A SwfAppButtonEvent event is used to communicate between an application built with Flex (Flex application) and the buttons in the Workspace user interface.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 Inheritedbubbles : Boolean
[schreibgeschützt] Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt.
Event
  buttonName : String
The target button name.
SwfAppButtonEvent
 Inheritedcancelable : Boolean
[schreibgeschützt] Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann.
Event
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
 InheritedcurrentTarget : Object
[schreibgeschützt] Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet.
Event
 InheritedeventPhase : 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
 Inheritedtarget : Object
[schreibgeschützt] Das Ereignis-Ziel.
Event
 Inheritedtype : String
[schreibgeschützt] Der Ereignistyp.
Event
Öffentliche Methoden
 MethodeDefiniert von
  
SwfAppButtonEvent(type:String, buttonName:String = null, newButtonName:String = null, newTooltip:String = null)
Constructor.
SwfAppButtonEvent
 Inherited
Dupliziert eine Instanz einer Event-Unterklasse.
Event
 Inherited
formatToString(className:String, ... arguments):String
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen.
Event
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde.
Event
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann.
Event
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält.
Event
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
Öffentliche Konstanten
 KonstanteDefiniert 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
Eigenschaftendetails

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.

Konstruktordetails

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.

Parameter
type: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.
Konstantendetails

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:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe 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:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe 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:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe 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:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe 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:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe 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:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe 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:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe 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:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe 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:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe 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:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe 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.





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.