Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
lc.procmgmt.events 

SwfAppButtonEvent  - AS3 ADEP - Area di lavoro

Pacchettolc.procmgmt.events
Classepublic class SwfAppButtonEvent
EreditarietàSwfAppButtonEvent Inheritance Event Inheritance Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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.



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedbubbles : Boolean
[sola lettura] Indica se un evento è un evento di bubbling.
Event
  buttonName : String
The target button name.
SwfAppButtonEvent
 Inheritedcancelable : Boolean
[sola lettura] Indica se il comportamento associato all'evento può essere impedito.
Event
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
 InheritedcurrentTarget : Object
[sola lettura] L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi.
Event
 InheritedeventPhase : uint
[sola lettura] La fase attuale del flusso di eventi.
Event
  newButtonName : String
The new button name.
SwfAppButtonEvent
  newTooltip : String
The new tooltip for the button.
SwfAppButtonEvent
 Inheritedtarget : Object
[sola lettura] Il target dell'evento.
Event
 Inheritedtype : String
[sola lettura] Il tipo di evento.
Event
Metodi pubblici
 MetodoDefinito da
  
SwfAppButtonEvent(type:String, buttonName:String = null, newButtonName:String = null, newTooltip:String = null)
Constructor.
SwfAppButtonEvent
 Inherited
Duplica un'istanza di una sottoclasse Event.
Event
 Inherited
formatToString(className:String, ... arguments):String
Una funzione dell'utilità per l'implementazione del metodo toString() in classi Event ActionScript 3.0 personalizzate.
Event
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Verifica se sull'evento è stato chiamato il metodo preventDefault().
Event
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Annulla il comportamento predefinito di un evento se tale comportamento può essere annullato.
Event
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Impedisce l'elaborazione di tutti i listener di eventi nel nodo corrente e in tutti i nodi successivi del flusso di eventi.
Event
 Inherited
Impedisce l'elaborazione di tutti i listener di eventi nei nodi del flusso di eventi successivi a quello corrente.
Event
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce una stringa che contiene tutte le proprietà dell'oggetto Event.
Event
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Costanti pubbliche
 CostanteDefinito da
  CHANGE_ROUTE_BUTTON_TOOLTIP : String = "changeRouteButtonTooltip"
[statico] 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"
[statico] A special value that specifies to disable a specific route button in the Workspace user interface.
SwfAppButtonEvent
  ENABLE_ROUTE_BUTTON : String = "enableRouteButton"
[statico] A special value that specifies to enable a route button in the Workspace user interface.
SwfAppButtonEvent
  HIDE_ALL_ROUTE_BUTTONS : String = "hideAllRouteButtons"
[statico] A special value that specifies to hide all route buttons in the Workspace user interface.
SwfAppButtonEvent
  HIDE_ROUTE_BUTTON : String = "hideRouteButton"
[statico] A special value that specifies to hide a specific route button in the Workspace user interface.
SwfAppButtonEvent
  HIDE_SAVE_BUTTON : String = "hideSaveButton"
[statico] A special value that specifies to hide the Save button in the Workspace user interface.
SwfAppButtonEvent
  RENAME_ROUTE_BUTTON : String = "renameRouteButton"
[statico] A special value that specifies to rename a specific route button in the Workspace user interface.
SwfAppButtonEvent
  SHOW_ALL_ROUTE_BUTTONS : String = "showAllRouteButtons"
[statico] A special value that specifies to show all route buttons in the Workspace user interface.
SwfAppButtonEvent
  SHOW_ROUTE_BUTTON : String = "showRouteButton"
[statico] A special value that specifies to show a specific route button in the Workspace user interface.
SwfAppButtonEvent
  SHOW_SAVE_BUTTON : String = "showSaveButton"
[statico] A special value that specifies to display the Save button in the Workspace user interface.
SwfAppButtonEvent
Descrizione delle proprietà

buttonName

proprietà
public var buttonName:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The target button name.

newButtonName

proprietà 
public var newButtonName:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The new button name.

newTooltip

proprietà 
public var newTooltip:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The new tooltip for the button.

Descrizione della funzione di costruzione

SwfAppButtonEvent

()Funzione di costruzione
public function SwfAppButtonEvent(type:String, buttonName:String = null, newButtonName:String = null, newTooltip:String = null)

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Parametri
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.
Descrizione delle costanti

CHANGE_ROUTE_BUTTON_TOOLTIP

Costante
public static const CHANGE_ROUTE_BUTTON_TOOLTIP:String = "changeRouteButtonTooltip"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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

Costante 
public static const DISABLE_ROUTE_BUTTON:String = "disableRouteButton"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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

Costante 
public static const ENABLE_ROUTE_BUTTON:String = "enableRouteButton"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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

Costante 
public static const HIDE_ALL_ROUTE_BUTTONS:String = "hideAllRouteButtons"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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

Costante 
public static const HIDE_ROUTE_BUTTON:String = "hideRouteButton"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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

Costante 
public static const HIDE_SAVE_BUTTON:String = "hideSaveButton"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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

Costante 
public static const RENAME_ROUTE_BUTTON:String = "renameRouteButton"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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

Costante 
public static const SHOW_ALL_ROUTE_BUTTONS:String = "showAllRouteButtons"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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

Costante 
public static const SHOW_ROUTE_BUTTON:String = "showRouteButton"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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

Costante 
public static const SHOW_SAVE_BUTTON:String = "showSaveButton"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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 ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.