Simboli A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
a — Proprietà, classe fl.motion.BezierSegment |
|
Il primo punto della curva di Bézier. |
a — Proprietà, classe flash.geom.Matrix |
|
Il valore che determina il posizionamento dei pixel lungo l'asse x durante il ridimensionamento o la rotazione di un'immagine. |
A — Proprietà statica costante, classe flash.ui.Keyboard |
|
Costante associata al valore del codice tasto per il tasto A(65). |
A4 — Proprietà statica costante, classe flash.printing.PaperSize |
|
A4
|
A5 — Proprietà statica costante, classe flash.printing.PaperSize |
|
A5
|
A6 — Proprietà statica costante, classe flash.printing.PaperSize |
|
A6
|
AAAARecord — classe, pacchetto flash.net.dns |
|
La classe AAAARecord rappresenta un record di risorsa AAAA DNS (Domain Name System) contenente un indirizzo IPv6. |
AAAARecord() — Funzione di costruzione, classe flash.net.dns.AAAARecord |
|
Crea un record di risorsa AAAA. |
abandon(taskId:String) — metodo, interfaccia lc.procmgmt.ITaskManager |
|
Abandons the task identified by the task identifier. |
abandon() — metodo, classe lc.procmgmt.domain.Task |
|
Abandons the task. |
AbandonCommand — classe, pacchetto lc.procmgmt.commands |
|
The AbandonCommand class executes the abandon operation for a task.
|
AbandonCommand(task:lc.procmgmt.domain:Task) — Funzione di costruzione, classe lc.procmgmt.commands.AbandonCommand |
|
Constructor. |
ABOVE — Proprietà statica costante, classe spark.components.PopUpPosition |
|
Position above the target
|
ABRUtils — classe, pacchetto org.osmf.net |
|
ABRUtils provides utility functions used in the Adaptive Bitrate components
|
abs(val:Number) — Metodo statico , classe Math |
|
Calcola e restituisce un valore assoluto per il numero specificato dal parametro val. |
abs(n:Number) — Metodo statico , classe com.adobe.fiber.runtime.lib.MathFunc |
|
The absolute value of a number. |
ABSOLUTE — Proprietà statica costante, classe mx.core.ContainerLayout |
|
Use absolute layout for the contents of this container. |
absoluteEnd — Proprietà, classe flashx.textLayout.edit.ElementRange |
|
La posizione di testo assoluta dell'oggetto FlowLeafElement che contiene la fine dell'intervallo. |
absoluteEnd — Proprietà, interfaccia flashx.textLayout.edit.ISelectionManager |
|
La posizione del testo alla fine della selezione, indicata come offset dall'inizio del flusso di testo. |
absoluteEnd — Proprietà, classe flashx.textLayout.edit.SelectionManager |
|
La posizione del testo alla fine della selezione, indicata come offset dall'inizio del flusso di testo. |
absoluteEnd — Proprietà, classe flashx.textLayout.elements.TextRange |
| Fine della selezione, indicata come posizione assoluta in TextFlow. |
absoluteEnd — Proprietà, classe flashx.textLayout.operations.FlowTextOperation |
|
Il punto finale assoluto dell'intervallo di testo a cui l'operazione viene applicata. |
absoluteStart — Proprietà, classe flashx.textLayout.compose.TextFlowLine |
|
La posizione della riga come posizione del carattere assoluta nell'oggetto TextFlow. |
absoluteStart — Proprietà, classe flashx.textLayout.container.ContainerController |
|
Restituisce il primo carattere nel contenitore. |
absoluteStart — Proprietà, classe flashx.textLayout.edit.ElementRange |
|
La posizione di testo assoluta dell'oggetto FlowLeafElement che contiene l'inizio dell'intervallo. |
absoluteStart — Proprietà, interfaccia flashx.textLayout.edit.ISelectionManager |
|
La posizione del testo all'inizio della selezione, indicata come offset dall'inizio del flusso di testo. |
absoluteStart — Proprietà, classe flashx.textLayout.edit.SelectionManager |
|
La posizione del testo all'inizio della selezione, indicata come offset dall'inizio del flusso di testo. |
absoluteStart — Proprietà, classe flashx.textLayout.elements.TextRange |
| Inizio della selezione, indicata come posizione assoluta in TextFlow. |
absoluteStart — Proprietà, classe flashx.textLayout.operations.FlowTextOperation |
|
Il punto iniziale assoluto dell'intervallo di testo a cui l'operazione viene applicata. |
absoluteToDisplayColumnIndex(columnIndex:int) — metodo, classe mx.controls.AdvancedDataGridBaseEx |
|
Converts an absolute column index to the corresponding index in the
displayed columns. |
absoluteToVisibleColumnIndex(columnIndex:int) — metodo, classe mx.controls.AdvancedDataGridBaseEx |
|
Converts an absolute column index to the corresponding index in the
visible columns. |
absoluteToVisibleIndices(rowIndex:int, columnIndex:int) — metodo, classe mx.controls.AdvancedDataGridBaseEx |
|
Convert an absolute row index and column index into the corresponding
row index and column index of the item as it is currently displayed by the control. |
AbstractConsumer — classe, pacchetto mx.messaging |
|
The AbstractConsumer is the base class for both the Consumer and
MultiTopicConsumer classes. |
AbstractConsumer() — Funzione di costruzione, classe mx.messaging.AbstractConsumer |
|
Constructs a Consumer. |
AbstractEntityMetadata — classe, pacchetto com.adobe.fiber.valueobjects |
|
This class defines default, error throwing implementations of all of the functions
declared in the IModelType and IModelInstance interfaces. |
AbstractEvent — classe, pacchetto mx.rpc.events |
|
The base class for events that RPC services dispatch. |
AbstractInvoker — classe, pacchetto mx.rpc |
|
An invoker is an object that actually executes a remote procedure call (RPC). |
AbstractMessage — classe, pacchetto mx.messaging.messages |
|
Abstract base class for all messages. |
AbstractMessage() — Funzione di costruzione, classe mx.messaging.messages.AbstractMessage |
|
Constructs an instance of an AbstractMessage with an empty body and header. |
AbstractOperation — classe, pacchetto mx.rpc |
|
The AbstractOperation class represents an individual method on a
service. |
AbstractOperation — classe, pacchetto mx.rpc.http |
|
An Operation used specifically by HTTPService or HTTPMultiService. |
AbstractOperation(service:mx.rpc:AbstractService, name:String) — Funzione di costruzione, classe mx.rpc.AbstractOperation |
|
Creates a new Operation. |
AbstractOperation(service:mx.rpc:AbstractService, name:String) — Funzione di costruzione, classe mx.rpc.http.AbstractOperation |
|
Creates a new Operation. |
AbstractParticipant — classe, pacchetto com.adobe.livecycle.rca.model.participant |
|
Defines the basic properties of a participant in a review. |
AbstractParticipant(self:com.adobe.livecycle.rca.model.participant:AbstractParticipant) — Funzione di costruzione, classe com.adobe.livecycle.rca.model.participant.AbstractParticipant |
|
Constructor. |
AbstractProducer — classe, pacchetto mx.messaging |
|
The AbstractProducer is the base class for the Producer and
MultiTopicConsumer classes. |
AbstractSearchFilterVO — classe, pacchetto com.adobe.solutions.prm.vo |
|
This class defines an abstract search filter for Project Management search operations. |
AbstractSearchFilterVO() — Funzione di costruzione, classe com.adobe.solutions.prm.vo.AbstractSearchFilterVO |
|
The constructor for AbstractSearchFilterVO class. |
AbstractService — Classe dinamica, pacchetto mx.rpc |
|
The AbstractService class is the base class for the HTTPMultiService, WebService,
and RemoteObject classes. |
AbstractService(destination:String) — Funzione di costruzione, classe mx.rpc.AbstractService |
|
Constructor. |
AbstractServiceWrapper — classe, pacchetto com.adobe.fiber.services.wrapper |
|
The AbstractServiceWrapper class is the superclass of the hierarchy for generated service
wrappers.As such it declares functions and variables common to all
generated service wrappers. |
AbstractServiceWrapper(target:flash.events:IEventDispatcher) — Funzione di costruzione, classe com.adobe.fiber.services.wrapper.AbstractServiceWrapper |
|
Constructor. |
AbstractStage — classe, pacchetto com.adobe.livecycle.rca.model.stage |
| Defines the basic properties of a stage. |
AbstractStage(self:com.adobe.livecycle.rca.model.stage:AbstractStage) — Funzione di costruzione, classe com.adobe.livecycle.rca.model.stage.AbstractStage |
|
This constructor function cannot be called directly because this is an abstract class. |
AbstractTarget — classe, pacchetto mx.logging |
|
This class provides the basic functionality required by the logging framework
for a target implementation. |
AbstractTarget() — Funzione di costruzione, classe mx.logging.AbstractTarget |
|
Constructor. |
AbstractWebService — classe, pacchetto mx.rpc.soap |
|
AbstractWebService is an abstract base class for implementations
that provide RPC access to SOAP-based web services. |
AbstractWebService(destination:String, rootURL:String) — Funzione di costruzione, classe mx.rpc.soap.AbstractWebService |
|
Creates a new WebService. |
AccConst — classe finale, pacchetto mx.accessibility |
|
The AccConst class defines constants defined in
Microsoft's Active Accessibility (MSAA) specification. |
accDoDefaultAction(childID:uint) — metodo, classe flash.accessibility.AccessibilityImplementation |
|
Un metodo IAccessible che esegue l'azione predefinita associata al componente che questa AccessibilityImplementation rappresenta o di uno dei suoi elementi secondari. |
ACCELERATED — Proprietà statica costante, classe flash.media.VideoStatus |
|
Indica la decodifica video con accelerazione hardware (GPU). |
accelerationX — Proprietà, classe flash.events.AccelerometerEvent |
|
Accelerazione lungo l'asse x, misurata in G. |
accelerationY — Proprietà, classe flash.events.AccelerometerEvent |
|
Accelerazione lungo l'asse y, misurata in G. |
accelerationZ — Proprietà, classe flash.events.AccelerometerEvent |
|
Accelerazione lungo l'asse z, misurata in G. |
Accelerometer — classe, pacchetto flash.sensors |
|
La classe Accelerometer invia eventi in base all'attività rilevata dal sensore di movimento del dispositivo. |
Accelerometer() — Funzione di costruzione, classe flash.sensors.Accelerometer |
|
Crea una nuova istanza Accelerometer. |
AccelerometerEvent — classe, pacchetto flash.events |
|
La classe Accelerometer invia oggetti AccelerometerEvent quando gli aggiornamenti di accelerazione vengono ottenuti dal sensore Accelerometer installato nel dispositivo. |
AccelerometerEvent(type:String, bubbles:Boolean, cancelable:Boolean, timestamp:Number, accelerationX:Number, accelerationY:Number, accelerationZ:Number) — Funzione di costruzione, classe flash.events.AccelerometerEvent |
|
Crea un oggetto AccelerometerEvent contenente informazioni relative all'accelerazione lungo assi tridimensionali. |
accentColor — Stile, classe mx.charts.Legend |
| Accent color used by component skins. |
accentColor — Stile, classe mx.controls.sliderClasses.Slider |
| Color of the track highlight. |
accentColor — Stile, classe mx.controls.Button |
| Color applied to the button when the emphasized flag is true. |
accentColor — Stile, classe mx.core.ScrollControlBase |
| Accent color used by component skins. |
accentColor — Stile, classe mx.core.Container |
| Accent color used by component skins. |
accentColor — Stile, classe spark.components.supportClasses.GroupBase |
| Accent color used by component skins. |
accentColor — Stile, classe spark.components.Button |
| Color applied to the button when the emphasized flag is true. |
accentColor — Stile, classe spark.components.ActionBar |
| Accent color used by component skins. |
accentColor — Stile, classe spark.components.SkinnableContainer |
| Accent color used by component skins. |
accentColor — Stile, classe spark.components.DateSpinner |
| Color applied for the date items that match today's date. |
accentColor — Stile, classe spark.components.ToggleSwitch |
| Color applied to highlight the selected side of the ToggleSwitch control. |
accept() — Metodo statico , classe adobe.utils.XMLUI |
|
Fa chiudere la finestra di dialogo XMLUI corrente con lo stato "accept". |
acceptableStatusCodes — Proprietà, classe air.net.URLMonitor |
|
I codici di stato numerici che rappresentano un risultato positivo. |
acceptAllClient() — metodo, classe mx.data.Conflicts |
|
This is a convenience method that iterates all of the conflicts within
this list and invokes the Conflict.acceptClient() method. |
acceptAllServer() — metodo, classe mx.data.Conflicts |
|
This is a convenience method that iterates all of the conflicts within
this list and invokes the Conflict.acceptClient() method. |
acceptClient() — metodo, classe mx.data.Conflict |
|
Requeues the current local changes and updates the property values such
that a subsequent call to DataService.commit() should
succeed, causing these changes to override the previous ones. |
acceptDragDrop(target:flash.display:InteractiveObject) — Metodo statico , classe flash.desktop.NativeDragManager |
|
Informa l'oggetto NativeDragManager che l'oggetto interattivo target specificato può accettare un rilascio corrispondente all'evento di trascinamento corrente. |
acceptDragDrop(target:mx.core:IUIComponent) — Metodo statico , classe mx.managers.DragManager |
|
Call this method from your dragEnter event handler if you accept
the drag/drop data. |
acceptServer() — metodo, classe mx.data.Conflict |
|
Removes the conflicting local change and applies the property values
found on the Conflict.serverObject property to the local item. |
Accessibility — classe finale, pacchetto flash.accessibility |
|
La classe Accessibility gestisce la comunicazione con gli screen reader. |
accessibilityDescription — Proprietà, classe mx.core.UIComponent |
|
A convenience accessor for the description property
in this UIComponent's accessibilityProperties object. |
accessibilityEnabled — Proprietà, classe mx.core.UIComponent |
|
A convenience accessor for the silent property
in this UIComponent's accessibilityProperties object. |
accessibilityImplementation — Proprietà, classe flash.display.InteractiveObject |
|
L'implementazione di accessibilità corrente (AccessibilityImplementation) di questa istanza InteractiveObject. |
AccessibilityImplementation — classe, pacchetto flash.accessibility |
|
La classe AccessibilityImplementation è la classe base di Flash Player per l'implementazione dell'accessibilità nei componenti. |
AccessibilityImplementation() — Funzione di costruzione, classe flash.accessibility.AccessibilityImplementation |
|
Funzione di costruzione statica. |
accessibilityName — Proprietà, classe mx.core.UIComponent |
|
A convenience accessor for the name property
in this UIComponent's accessibilityProperties object. |
accessibilityProperties — Proprietà, classe flash.display.DisplayObject |
|
Le opzioni di accessibilità correnti di questo oggetto di visualizzazione. |
accessibilityProperties — Proprietà, classe mx.containers.utilityClasses.PostScaleAdapter |
| |
accessibilityProperties — Proprietà, interfaccia mx.core.IFlexDisplayObject |
|
Le opzioni di accessibilità correnti di questo oggetto di visualizzazione. |
accessibilityProperties — Proprietà, interfaccia spark.core.IEditableText |
|
Le opzioni di accessibilità correnti di questo oggetto di visualizzazione. |
AccessibilityProperties — classe, pacchetto flash.accessibility |
|
La classe AccessibilityProperties consente di controllare la presentazione degli oggetti Flash negli strumenti di accessibilità, ad esempio gli screen reader. |
AccessibilityProperties() — Funzione di costruzione, classe flash.accessibility.AccessibilityProperties |
|
Crea un nuovo oggetto AccessibilityProperties. |
accessibilityShortcut — Proprietà, classe mx.core.UIComponent |
|
A convenience accessor for the shortcut property
in this UIComponent's accessibilityProperties object. |
AccessibleButton — classe, pacchetto ga.uiComponents |
|
For internal use only. |
accessibleName — Proprietà, classe lc.procmgmt.ui.controls.EmbossedNavigator |
|
Sets the accessible name of the list that is read by a screen reader. |
AccessibleText — classe, pacchetto ga.uiComponents |
|
For internal use only. |
AccessPrivileges — classe, pacchetto mx.data |
|
Encapsulates the allowed privileges and provides access to simple
descriptions of what operations are allowed. |
AccessPrivileges(privileges:uint) — Funzione di costruzione, classe mx.data.AccessPrivileges |
|
Constructs an instance with the specified privileges. |
AccImpl — classe, pacchetto fl.accessibility |
|
La classe AccImpl, definita anche come classe di implementazione dell'accessibilità, è la classe base per l'implementazione dell'accessibilità nei componenti. |
AccImpl — classe, pacchetto mx.accessibility |
|
AccImpl is Flex's base accessibility implementation class
for MX and Spark components. |
AccImpl(master:mx.core:UIComponent) — Funzione di costruzione, classe mx.accessibility.AccImpl |
|
Constructor. |
accLocation(childID:uint) — metodo, classe flash.accessibility.AccessibilityImplementation |
|
Il metodo MSAA per restituire un oggetto DisplayObject o Rectangle che specifica il rettangolo di delimitazione di un elemento secondario nella AccessibilityImplementation. |
Accordion — classe, pacchetto mx.containers |
|
An MX Accordion navigator container has a collection of child MX containers
or Spark NavigatorContent containers, but only one of them at a time is visible. |
Accordion() — Funzione di costruzione, classe mx.containers.Accordion |
|
Constructor. |
AccordionAutomationImpl — classe, pacchetto mx.automation.delegates.containers |
|
Defines the methods and properties required to perform instrumentation for the
Accordion class. |
AccordionAutomationImpl(obj:mx.containers:Accordion) — Funzione di costruzione, classe mx.automation.delegates.containers.AccordionAutomationImpl |
|
Constructor. |
AccordionHeader — classe, pacchetto mx.containers.accordionClasses |
|
The AccordionHeader class defines the appearance of the navigation buttons
of an Accordion. |
AccordionHeader() — Funzione di costruzione, classe mx.containers.accordionClasses.AccordionHeader |
|
Constructor. |
AccordionHeaderAccImpl — classe, pacchetto mx.accessibility |
|
AccordionHeaderAccImpl is a subclass of AccessibilityImplementation
which implements accessibility for the AccordionHeader class. |
AccordionHeaderAccImpl(master:mx.core:UIComponent) — Funzione di costruzione, classe mx.accessibility.AccordionHeaderAccImpl |
|
Constructor. |
AccordionHeaderSkin — classe, pacchetto mx.skins.halo |
|
The skin for all the states of an AccordionHeader in an Accordion. |
AccordionHeaderSkin — classe, pacchetto mx.skins.spark |
| The Spark skin class for the header of the MX Accordion container. |
AccordionHeaderSkin — classe, pacchetto mx.skins.wireframe |
| The wireframe skin class for the header of the MX Accordion container. |
AccordionHeaderSkin() — Funzione di costruzione, classe mx.skins.halo.AccordionHeaderSkin |
|
Constructor. |
AccordionHeaderSkin() — Funzione di costruzione, classe mx.skins.spark.AccordionHeaderSkin |
| Constructor. |
AccordionHeaderSkin() — Funzione di costruzione, classe mx.skins.wireframe.AccordionHeaderSkin |
| Constructor. |
_accordionMode — Proprietà, classe xd.core.axm.view.components.AXMAccordion |
|
The accordionMode determines if the accordion is in MODE_ACCORDION or MODE_DISCLOSURE
|
accordionMode — Proprietà, classe xd.core.axm.view.components.AXMAccordion |
|
accordionMode
|
AccordionNav — classe, pacchetto ga.controls |
| The AccordionNav component is an accordion control that lists section names
where each section contains a list of panels. |
AccordionNav() — Funzione di costruzione, classe ga.controls.AccordionNav |
| Constructor. |
AccordionSkin — classe, pacchetto com.adobe.guides.spark.wrappers.skins |
|
Defines the Accordion wrapper skin. |
AccordionSkin() — Funzione di costruzione, classe com.adobe.guides.spark.wrappers.skins.AccordionSkin |
| Constructor. |
accSelect(operation:uint, childID:uint) — metodo, classe flash.accessibility.AccessibilityImplementation |
|
Metodo IAccessible per modificare la selezione nel componente rappresentato da questo AccessibilityImplementation. |
accurate — Proprietà, classe mx.charts.chartClasses.AxisLabelSet |
|
When returned from the getLabelEstimate() method,
set to true if the estimate accurately represents
the final labels to be rendered. |
acknowledge — Evento, classe mx.messaging.MessageAgent |
|
Dispatched when an acknowledge message is received for a sent message. |
acknowledge(ackMsg:mx.messaging.messages:AcknowledgeMessage, msg:mx.messaging.messages:IMessage) — metodo, classe mx.messaging.MessageAgent |
|
Invoked by a MessageResponder upon receiving a result for a sent
message. |
ACKNOWLEDGE — Proprietà statica costante, classe mx.messaging.events.MessageAckEvent |
|
The ACKNOWLEDGE event type; dispatched upon receipt of an acknowledgement. |
acknowledgeMessage — Proprietà, classe mx.messaging.events.MessageAckEvent |
|
Utility property to get the message property from the MessageEvent as an AcknowledgeMessage. |
AcknowledgeMessage — classe, pacchetto mx.messaging.messages |
|
An AcknowledgeMessage acknowledges the receipt of a message that
was sent previously. |
AcknowledgeMessage() — Funzione di costruzione, classe mx.messaging.messages.AcknowledgeMessage |
|
Constructs an instance of an AcknowledgeMessage with an empty body and header. |
ACMRelationshipManager — classe, pacchetto com.adobe.icc.editors.managers |
|
Relationship manager for managing the Relationship browser. |
ACMRelationshipManager() — Funzione di costruzione, classe com.adobe.icc.editors.managers.ACMRelationshipManager |
|
Constructor. |
acos(val:Number) — Metodo statico , classe Math |
|
Calcola e restituisce l'arcocoseno del numero specificato dal parametro val, espresso in radianti. |
acquireContextByName(name:String) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IApplication |
|
Returns the context interface with the given name for the application. |
acquireManager(name:String) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IClientFramework |
|
Creates or gets the instance of the requested Composite Application Framework component that implements IManager. |
ACROBAT_DETECT — Proprietà statica costante, classe lc.procmgmt.ui.layout.DesktopModel |
|
A special value that specifies to set the state to for detecting Adobe Acrobat or Adobe Reader version
installed on the computer of the user. |
action — Proprietà, classe coldfusion.service.BasicService |
|
Action string for the service. |
action — Proprietà, interfaccia com.adobe.acm.solutions.authoring.domain.extensions.IActionHandler |
|
Fetch action associated with this handler instance. |
action — Proprietà, classe com.adobe.acm.solutions.ccr.domain.extensions.CCRDefaultActionHandler |
|
Fetch action associated with this handler instance. |
action — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.DataDictionaryEditor |
|
The action (AssetAction) being performed on this particular instance of data dictionary. |
action — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.actionbar.ActionRenderer |
|
The custom action instance associated with the action renderer. |
action — Proprietà, interfaccia com.adobe.solutions.acm.authoring.presentation.actionbar.IActionRenderer |
|
Fetch action associated with this handler instance. |
action — Proprietà, classe mx.automation.events.AutomationDragEvent |
|
The requested action. |
action — Proprietà, classe mx.events.DragEvent |
|
The requested action. |
action — Proprietà, classe spark.events.ViewNavigatorEvent |
|
The navigation action committed by the view navigator that resulted
in the event. |
ACTION — Proprietà costante, classe mx.messaging.management.MBeanOperationInfo |
|
The operation is write-like, updating the control in some way. |
ACTION_ACTIVATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to activation of an asset. |
ACTION_ACTIVATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to activation of an asset. |
ACTION_ACTIVATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to activation of an asset. |
ACTION_ACTIVATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to activation of an asset. |
ACTION_ACTIVATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to activation of an asset. |
ACTION_ACTIVATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to activation of an asset. |
ACTION_ACTIVATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to publishing of an asset. |
ACTION_ASSET_FOCUS_GAINED — Proprietà statica costante, classe com.adobe.ep.ux.content.event.AssetFocusEvent |
|
This constant specifies that the asset has gained focus. |
actionBar — Parte skin, classe com.adobe.ep.ux.content.view.components.toolbar.Toolbar |
| Skin Part for holding the multiple number of buttons/any control
Skin Part for holding the multiple number of buttons/any control
|
actionBar — Parte skin, classe spark.components.ViewNavigator |
| A skin part that defines the action bar of the navigator.
A skin part that defines the action bar of the navigator. |
actionBar — Proprietà, classe spark.components.ViewNavigatorApplication |
|
A reference to the view navigator's ActionBar control,
if one exists. |
actionBar — Proprietà, classe spark.skins.mobile.ViewNavigatorSkin |
|
A skin part that defines the action bar of the navigator. |
ActionBar — classe, pacchetto com.adobe.ep.ux.content.view.components.toolbar |
|
Actionbar Host Component
|
ActionBar — classe, pacchetto spark.components |
|
The ActionBar class defines a component that includes title, navigation,
and action content groups. |
ActionBar() — Funzione di costruzione, classe com.adobe.ep.ux.content.view.components.toolbar.ActionBar |
|
Constructor
|
ActionBar() — Funzione di costruzione, classe spark.components.ActionBar |
|
Constructor. |
ActionBarButtonSkinBase — classe, pacchetto spark.skins.mobile.supportClasses |
|
Base skin class for ActionBar buttons in mobile applications. |
ActionBarButtonSkinBase() — Funzione di costruzione, classe spark.skins.mobile.supportClasses.ActionBarButtonSkinBase |
|
Constructor. |
ActionBarDefaultButtonAppearance — classe finale, pacchetto spark.components |
|
The ActionBarDefaultButtonAppearance class defines the constants for the allowed values
of the defaultButtonAppearance style of ActionBar. |
ActionBarSkin — classe, pacchetto spark.skins.mobile |
|
The default skin class for the Spark ActionBar component in mobile
applications. |
ActionBarSkin() — Funzione di costruzione, classe spark.skins.mobile.ActionBarSkin |
|
Constructor. |
actionBarVisible — Proprietà, classe spark.components.View |
|
Specifies whether a view should show the action bar or not. |
actionButton — Parte skin, classe com.adobe.ep.ux.taskaction.domain.TaskAction |
| The skin for each button. There is one button for each user action. All buttons are added to the contentGroup SkinPart of the SkinnableContainer parent class.
The skin for each button. |
actionButton — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.actionbar.ActionRenderer |
| A skin part that defines the action button
A skin part that defines the action button
|
actionButton — Parte skin, classe xd.core.axm.view.components.AXMSplitActionButton |
| |
actionButton — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionSkin |
| The action button. |
ACTION_BUTTON_CLICK — Proprietà statica costante, classe xd.core.axm.view.components.AXMSplitActionButton |
|
ACTION_BUTTON_CLICK
|
actionConfig — Proprietà, classe com.adobe.icc.vo.CustomAction |
|
Specifies the extended properties of the underlying object. |
actionContent — Proprietà, classe spark.components.ActionBar |
|
The components that define actions the user can take in a view. |
actionContent — Proprietà, classe spark.components.View |
| |
actionContent — Proprietà, classe spark.components.ViewNavigator |
| |
actionContent — Proprietà, classe spark.components.ViewNavigatorApplication |
| |
ACTION_COPY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to copying of an asset. |
ACTION_COPY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to copying of an asset. |
ACTION_COPY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to copying of an asset. |
ACTION_COPY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to copying of an asset. |
ACTION_COPY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to copying of an asset. |
ACTION_COPY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to copying of an asset. |
ACTION_COPY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to copying of an asset. |
ACTION_CREATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.CategoryHandler |
|
Constant for the name of the action related to creation of an asset. |
ACTION_CREATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to creation of an asset. |
ACTION_CREATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.DataDictionaryHandler |
|
Constant for the name of the action related to creation of an asset. |
ACTION_CREATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to creation of an asset. |
ACTION_CREATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to creation of an asset. |
ACTION_CREATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to creation of an asset. |
ACTION_CREATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to creation of an asset. |
ACTION_CREATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to creation of an asset. |
ACTION_CREATE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to creation of an asset. |
ACTION_DEFAULT — Proprietà statica costante, classe com.adobe.ep.ux.content.event.AssetActionEvent |
|
This constant specifies the default action to be taken on the asset
|
ACTION_DEFAULT — Proprietà statica costante, classe com.adobe.ep.ux.content.event.AssetFocusEvent |
|
This constant specifies the default action on the asset. |
ACTION_DEFAULT — Proprietà statica costante, classe com.adobe.livecycle.assetmanager.client.event.AssetActionEvent |
|
Specifies the default action when the user double-clicks an action. |
ACTION_DEFAULT_VERSION_SPECIFIC — Proprietà statica costante, classe com.adobe.ep.ux.content.event.AssetActionEvent |
|
This constant specifies the default action to be taken in the version browser for that asset
|
ACTION_DEFAULT_VERSION_SPECIFIC — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). |
ACTION_DEFAULT_VERSION_SPECIFIC — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). |
ACTION_DEFAULT_VERSION_SPECIFIC — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). |
ACTION_DEFAULT_VERSION_SPECIFIC — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). |
ACTION_DEFAULT_VERSION_SPECIFIC — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). |
ACTION_DEFAULT_VERSION_SPECIFIC — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). |
ACTION_DEFAULT_VERSION_SPECIFIC — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to getting version history of an asset(dispatched by LCC). |
ACTION_DELETE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.CategoryHandler |
|
Constant for the name of the action related to deletion of an asset. |
ACTION_DELETE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to deletion of an asset. |
ACTION_DELETE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.DataDictionaryHandler |
|
Constant for the name of the action related to deletion of an asset. |
ACTION_DELETE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to deletion of an asset. |
ACTION_DELETE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to deletion of an asset. |
ACTION_DELETE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to deletion of an asset. |
ACTION_DELETE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to deletion of an asset. |
ACTION_DELETE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to deletion of an asset. |
ACTION_DELETE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to deletion of an asset. |
ACTION_DEPENDENCY_BROWSER — Proprietà statica costante, classe com.adobe.ep.ux.content.event.AssetActionEvent |
|
Dependency/Relationship action name. |
ACTION_DEPENDENCY_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.ep.ux.content.event.AssetActionEvent |
|
This constant specifies that report action on Dependency Browser needs to be performed. |
ACTION_DEPENDENCY_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to downloading dependency browser report. |
ACTION_DEPENDENCY_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to downloading dependency browser report. |
ACTION_DEPENDENCY_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to downloading dependency browser report. |
ACTION_DEPENDENCY_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to downloading dependency browser report. |
ACTION_DEPENDENCY_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to downloading dependency browser report. |
ACTION_DEPENDENCY_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to downloading dependency browser report. |
ACTION_DEPENDENCY_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to downloading dependency browser report. |
ACTION_EDIT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.CategoryHandler |
|
Constant for the name of the action related to editing of an asset. |
ACTION_EDIT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to editing of an asset. |
ACTION_EDIT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.DataDictionaryHandler |
|
Constant for the name of the action related to editing of an asset. |
ACTION_EDIT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to editing of an asset. |
ACTION_EDIT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to editing of an asset. |
ACTION_EDIT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to editing of an asset. |
ACTION_EDIT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to editing of an asset. |
ACTION_EDIT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to editing of an asset. |
ACTION_EDIT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to editing of an asset. |
ActionEffectInstance — classe, pacchetto mx.effects.effectClasses |
|
The ActionEffectInstance class is the superclass for all
action effect instance classes. |
ActionEffectInstance(target:Object) — Funzione di costruzione, classe mx.effects.effectClasses.ActionEffectInstance |
|
Constructor. |
actionEnabled(extraParams:Object) — metodo, interfaccia com.adobe.acm.solutions.authoring.domain.extensions.IActionHandler |
|
Should the action be enabled in toolbar
|
actionEnabled(extraParams:Object) — metodo, classe com.adobe.acm.solutions.ccr.domain.extensions.CCRDefaultActionHandler |
|
Should the action be enabled in toolbar
|
ACTION_EXPORTDEFINITION — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTDEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTDEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTDEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTDEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTDEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTDEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.BaseAssetHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.DataDictionaryHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to exporting dependencies of an asset. |
ACTION_EXPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.managers.ImportExportManager |
|
The constant specifying the export package action. |
actionGroup — Parte skin, classe spark.components.ActionBar |
| The skin part that defines the appearance of the action area of the component. By default, the ActionBarSkin class defines the action area to appear to the right of the title area.
The skin part that defines the appearance of the
action area of the component. |
actionGroup — Proprietà, classe spark.skins.mobile.ActionBarSkin |
|
The skin part that defines the appearance of the
action area of the component. |
actionHandler — Proprietà, classe com.adobe.icc.vo.CustomAction |
|
Qulaified class name of the handler who will be handling this action click. |
actionHandler — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.actionbar.ActionRenderer |
|
The handler invoked on click of the custom action button on extensible toolbar. |
actionHandler — Proprietà, interfaccia com.adobe.solutions.acm.authoring.presentation.actionbar.IActionRenderer |
|
Fetches the action handler associated with the click of custom action in extensible tool bar. |
ACTION_IMPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.BaseAssetHandler |
|
Constant for the name of the action related to importing dependencies of an asset. |
ACTION_IMPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to importing dependencies of an asset. |
ACTION_IMPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.DataDictionaryHandler |
|
Constant for the name of the action related to importing dependencies of an asset. |
ACTION_IMPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to importing dependencies of an asset. |
ACTION_IMPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to importing dependencies of an asset. |
ACTION_IMPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to importing dependencies of an asset. |
ACTION_IMPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to importing dependencies of an asset. |
ACTION_IMPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to importing dependencies of an asset. |
ACTION_IMPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to importing dependencies of an asset. |
ACTION_IMPORTPACKAGE — Proprietà statica costante, classe com.adobe.icc.editors.managers.ImportExportManager |
|
The constant specifying the import package action. |
actionIndex — Proprietà, classe com.adobe.ep.ux.content.model.asset.AssetAction |
|
Relative index of action in it's group
|
ACTION_INFO — Proprietà costante, classe mx.messaging.management.MBeanOperationInfo |
|
The operation is both read-like and write-like, updating the control and returning
information. |
ACTION_INVALID_ERROR — Proprietà statica costante, classe coldfusion.service.ProxyServiceError |
| |
actionItemGroup — Parte skin, classe com.adobe.ep.ux.content.view.components.toolbar.ActionBar |
| Group for displaying all the asset actions
Group for displaying all the asset actions
|
actionItemRenderer — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.actionbar.ExtensibleActionbar |
| A skin part that defines ActionRenderer
A skin part that defines ActionRenderer
|
actionItems — Proprietà, classe com.adobe.ep.ux.content.event.AssetActionEvent |
|
Selected Itmes on which action is taken
|
actionItems — Proprietà, classe com.adobe.livecycle.assetmanager.client.event.AssetActionEvent |
|
Specifies the selected items on which to take the action. |
actionItemsInstances — Proprietà, classe com.adobe.ep.ux.content.view.components.toolbar.ActionBar |
| |
actionLayout — Proprietà, classe spark.components.ActionBar |
|
Defines the layout of the components defined in the
action area by the actionGroup property. |
actionLayout — Proprietà, classe spark.components.View |
|
Defines the layout of the components defined in the
action area by the actionGroup property. |
actionLayout — Proprietà, classe spark.components.ViewNavigator |
|
The components that define actions the user can take in a view. |
actionLayout — Proprietà, classe spark.components.ViewNavigatorApplication |
|
Defines the layout of the components defined in the
action area by the actionGroup property. |
ACTION_MARKFORPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to activation of an asset. |
ACTION_MARKFORPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.DataDictionaryHandler |
|
Constant for the name of the action related to activation of an asset. |
ACTION_MARKFORPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to markforpublish of an asset. |
ACTION_MARKFORPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to markforpublish of an asset. |
ACTION_MARKFORPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to markforpublish of an asset. |
ACTION_MARKFORPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to markforpublish of an asset. |
ACTION_MARKFORPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to markforpublish of an asset. |
ACTION_MARKFORPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to activation of an asset. |
actionMenu — Parte skin, classe com.adobe.solutions.exm.authoring.components.toolbars.EBToolBar |
| A Skin part which defines UI component to display menu item.
A Skin part which defines UI component to display menu item. |
actionName — Proprietà, classe com.adobe.ep.taskmanagement.event.TaskCompletedEvent |
|
The name of the user action used to complete the task. |
actionName — Proprietà, classe com.adobe.ep.ux.content.event.AssetActionCompleteEvent |
|
Name of the action
|
actionName — Proprietà, classe com.adobe.ep.ux.content.event.AssetActionEvent |
|
Name of the action
|
actionName — Proprietà, classe com.adobe.ep.ux.taskaction.domain.events.ActionSelectedEvent |
|
The name of the selected user action. |
actionName — Proprietà, classe com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent |
|
Specifies the name of the action. |
actionName — Proprietà, classe com.adobe.livecycle.assetmanager.client.event.AssetActionEvent |
|
Specifies the name of the action. |
actionName — Proprietà, classe com.adobe.solutions.rca.vo.AuditActionVO |
|
Retrieves the name of the audit action. |
actionName — Proprietà, classe com.adobe.solutions.rca.vo.AuditMetaInfoVO |
|
Gets the action name. |
actionName — Proprietà, classe lc.procmgmt.domain.UserActionProperty |
|
Returns name of the action. |
actionNames — Proprietà, interfaccia com.adobe.ep.taskmanagement.domain.ILCTask |
|
Retrieves the list of user actions supported by the task. |
ActionNames — Proprietà, interfaccia com.adobe.ep.taskmanagement.domain.ITask |
|
The list of user actions supported by the task. |
ACTION_PREVIEW_WITHOUT_DATA — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to previewing letter without data. |
ACTION_PREVIEW_WITH_TEST_DATA — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to previewing letter with data. |
ACTION_PUBLISH — Proprietà statica costante, classe com.adobe.ep.ux.content.event.AssetActionEvent |
|
Publish action name. |
ACTION_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to markforpublish of an asset. |
ACTION_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.DataDictionaryHandler |
|
Constant for the name of the action related to markforpublish of an asset. |
ACTION_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to publishing of an asset. |
ACTION_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to publishing of an asset. |
ACTION_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to publishing of an asset. |
ACTION_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to publishing of an asset. |
ACTION_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to publishing of an asset. |
ACTION_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to markforpublish of an asset. |
ACTION_PUBLISH_BROWSER_PUBLISH — Proprietà statica costante, classe com.adobe.ep.ux.content.event.AssetActionEvent |
|
This constant specifies that the publish action on Publish Browser needs to be performed. |
ACTION_PUBLISH_BROWSER_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to publishing of an asset
|
ACTION_PUBLISH_BROWSER_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to publishing of an asset
|
ACTION_PUBLISH_BROWSER_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to publishing of an asset
|
ACTION_PUBLISH_BROWSER_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to publishing of an asset
|
ACTION_PUBLISH_BROWSER_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to publishing of an asset
|
ACTION_PUBLISH_BROWSER_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to publishing of an asset
|
ACTION_PUBLISH_BROWSER_PUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to publishing of an asset
|
ACTION_PUBLISH_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.ep.ux.content.event.AssetActionEvent |
|
This constant specifies that report action on Publish Browser needs to be performed. |
ACTION_PUBLISH_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to publishing report of an asset
|
ACTION_PUBLISH_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to publishing report of an asset
|
ACTION_PUBLISH_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to publishing report of an asset
|
ACTION_PUBLISH_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to publishing report of an asset
|
ACTION_PUBLISH_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to publishing report of an asset
|
ACTION_PUBLISH_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to publishing report of an asset
|
ACTION_PUBLISH_BROWSER_REPORT — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to publishing report of an asset
|
actionRenderer — Proprietà, classe com.adobe.ep.ux.content.model.asset.AssetAction |
|
Can specify Renderer for Asset Action
|
ActionRenderer — classe, pacchetto com.adobe.solutions.acm.authoring.presentation.actionbar |
|
The renderer that is used to render the custom action instance on the extensible tool bar. |
ActionRenderer() — Funzione di costruzione, classe com.adobe.solutions.acm.authoring.presentation.actionbar.ActionRenderer |
|
Constructor. |
ACTION_REVERTTOLASTPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to revert to last publish of an asset. |
ACTION_REVERTTOLASTPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.DataDictionaryHandler |
|
Constant for the name of the action related to revert to last publish of an asset. |
ACTION_REVERTTOLASTPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to revert to last publish of an asset. |
ACTION_REVERTTOLASTPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to revert to last publish of an asset. |
ACTION_REVERTTOLASTPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to revert to last publish of an asset. |
ACTION_REVERTTOLASTPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to revert to last publish of an asset. |
ACTION_REVERTTOLASTPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to revert to last publish of an asset. |
ACTION_REVERTTOLASTPUBLISH — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to revert to last publish of an asset. |
actions — Proprietà, classe com.adobe.solutions.rca.vo.AuditLevelVO |
|
Gets the audit actions associated with the audit level. |
ACTIONSCRIPT — Proprietà statica costante, classe fl.video.CuePointType |
|
Definisce il valore del parametro type dei metodi findCuePoint() e findNearestCuePoint(). |
ACTION_SCRIPT — Proprietà statica costante, classe mx.events.MetadataEvent |
|
The MetadataEvent.ACTION_SCRIPT constant defines the value of the
type property of the event object for a actionscript event. |
ACTIONSCRIPT — Proprietà statica costante, classe org.osmf.metadata.CuePointType |
|
An ActionScript cue point. |
ACTIONSCRIPT2 — Proprietà statica costante, classe flash.display.ActionScriptVersion |
|
ActionScript 2.0 e versioni precedenti. |
ACTIONSCRIPT3 — Proprietà statica costante, classe flash.display.ActionScriptVersion |
|
ActionScript 3.0. |
actionScriptData — Proprietà, classe flash.external.ExtensionContext |
|
L'eventuale oggetto ActionScript associato a questo contesto. |
actionScriptVersion — Proprietà, classe fl.display.ProLoaderInfo |
|
La versione ActionScript del file SWF caricato. |
actionScriptVersion — Proprietà, classe flash.display.LoaderInfo |
|
La versione ActionScript del file SWF caricato. |
ActionScriptVersion — classe finale, pacchetto flash.display |
|
La classe ActionScriptVersion è un'enumerazione di valori costanti che indicano la versione del linguaggio di un file SWF caricato. |
actionSelected — Evento, classe com.adobe.ep.ux.documentsubmit.domain.DocumentSubmit |
|
Dispatched when a button is selected. |
actionSelected — Evento, classe com.adobe.ep.ux.taskaction.component.TaskActionComponent |
|
Dispatched when the user clicks a user action button. |
actionSelected — Evento, classe com.adobe.ep.ux.taskaction.domain.TaskAction |
|
Dispatched when the user selects an action. |
ActionSelectedEvent — classe, pacchetto com.adobe.ep.ux.taskaction.domain.events |
|
The ActionSelectedEvent event is dispatched when the user selects a user action in the TaskAction UX component. |
ActionSelectedEvent(actionName:String) — Funzione di costruzione, classe com.adobe.ep.ux.taskaction.domain.events.ActionSelectedEvent |
|
Constructor. |
ACTION_SELECTED_EVENT — Proprietà statica costante, classe com.adobe.ep.ux.taskaction.domain.events.ActionSelectedEvent |
|
The ACTION_SELECTED_EVENT constant define the event type name for the event. |
actionSeperator — Parte skin, classe com.adobe.ep.ux.content.view.components.toolbar.ActionBar |
| Factory for Separator between the actions
Factory for Separator between the actions
|
actionsList — Proprietà statica, classe adobe.utils.CustomActions |
|
Restituisce un oggetto Array che contiene i nomi di tutte le azioni personalizzate che vengono registrate con lo strumento di creazione Flash. |
ACTION_VERSION_HISTORY — Proprietà statica costante, classe com.adobe.ep.ux.content.event.AssetActionEvent |
|
Version History action name. |
ACTION_VERSIONHISTORY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to getting version history of an asset. |
ACTION_VERSIONHISTORY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to getting version history of an asset. |
ACTION_VERSIONHISTORY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to getting version history of an asset. |
ACTION_VERSIONHISTORY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to getting version history of an asset. |
ACTION_VERSIONHISTORY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to getting version history of an asset. |
ACTION_VERSIONHISTORY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to getting version history of an asset. |
ACTION_VERSIONHISTORY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to getting version history of an asset(Used to just enable
and disable icon). |
ACTION_VIEW — Proprietà statica costante, classe com.adobe.icc.editors.handlers.CategoryHandler |
|
Constant for the name of the action related to viewing of an asset. |
ACTION_VIEW — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to viewing of an asset. |
ACTION_VIEW — Proprietà statica costante, classe com.adobe.icc.editors.handlers.DataDictionaryHandler |
|
Constant for the name of the action related to viewing of an asset. |
ACTION_VIEW — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to viewing of an asset. |
ACTION_VIEW — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to viewing of an asset. |
ACTION_VIEW — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to viewing of an asset. |
ACTION_VIEW — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to viewing of an asset. |
ACTION_VIEW — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to viewing of an asset. |
ACTION_VIEW — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to viewing of an asset. |
ACTION_VIEW_DEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.CategoryHandler |
|
Constant for the name of the action related to view dependencies of an asset. |
ACTION_VIEW_DEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Constant for the name of the action related to view dependencies of an asset. |
ACTION_VIEW_DEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Constant for the name of the action related to view dependencies of an asset. |
ACTION_VIEW_DEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Constant for the name of the action related to view dependencies of an asset. |
ACTION_VIEW_DEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Constant for the name of the action related to view dependencies of an asset. |
ACTION_VIEW_DEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Constant for the name of the action related to view dependencies of an asset. |
ACTION_VIEW_DEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler |
|
Constant for the name of the action related to view dependencies of an asset. |
ACTION_VIEW_DEPENDENCY — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler |
|
Constant for the name of the action related to view dependencies of an asset. |
actionVisible(extraParams:Object) — metodo, interfaccia com.adobe.acm.solutions.authoring.domain.extensions.IActionHandler |
|
Should the action be visible in toolbar
|
actionVisible(extraParams:Object) — metodo, classe com.adobe.acm.solutions.ccr.domain.extensions.CCRDefaultActionHandler |
|
Should the action be visible in toolbar
|
activate() — metodo, interfaccia com.adobe.solutions.prm.domain.IProject |
|
This remote operation activates a current project and its child projects or workItems. |
activate() — metodo, interfaccia com.adobe.solutions.prm.domain.IWorkItem |
|
This remote operation activates the current workitem. |
activate() — metodo, classe com.adobe.solutions.prm.domain.impl.Project |
|
This remote operation activates a current project and its child projects or workItems. |
activate() — metodo, classe com.adobe.solutions.prm.domain.impl.WorkItem |
|
This remote operation activates the current workitem. |
activate() — metodo, classe fl.managers.FocusManager |
|
Attiva l'istanza FocusManager. |
activate() — metodo, interfaccia fl.managers.IFocusManager |
|
Attiva un gestore di attivazione. |
activate — Evento, classe flash.desktop.NativeApplication |
|
Inviato quando questa applicazione diventa l'applicazione attiva sul desktop. |
activate(window:flash.display:NativeWindow) — metodo, classe flash.desktop.NativeApplication |
|
Attiva questa applicazione. |
activate — Evento, classe flash.display.NativeWindow |
|
Inviato dall'oggetto NativeWindow in seguito all'attivazione della finestra. |
activate() — metodo, classe flash.display.NativeWindow |
|
Attiva la finestra. |
activate — Evento, classe flash.events.EventDispatcher |
|
[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR ottiene lo stato di attivazione del sistema operativo ed entra nello stato attivo. |
activate() — metodo, classe mx.core.Window |
|
Activates the underlying NativeWindow (even if this Window's application
is not currently active). |
activate() — metodo, classe mx.core.WindowedApplication |
|
Activates the underlying NativeWindow (even if this application is not the active one). |
activate() — metodo, classe mx.managers.FocusManager |
|
The SystemManager activates and deactivates a FocusManager
if more than one IFocusManagerContainer is visible at the same time. |
activate() — metodo, interfaccia mx.managers.IFocusManager |
|
The SystemManager activates and deactivates a FocusManager
if more than one IFocusManagerContainer is visible at the same time. |
activate() — metodo, classe spark.components.Window |
|
Activates the underlying NativeWindow (even if this Window's application
is not currently active). |
activate() — metodo, classe spark.components.WindowedApplication |
|
Activates the underlying NativeWindow (even if this application is not the active one). |
ACTIVATE — Proprietà statica costante, classe flash.events.Event |
|
La costante ACTIVATE definisce il valore della proprietà type di un oggetto evento activate. |
activateCheckbox — Parte skin, classe com.adobe.solutions.rca.presentation.template.definition.TemplateDefintion |
| A reference to the CheckBox object that allows users to activate or deactivate a template. Only active templates can be assigned to a project or to an asset.
A reference to the CheckBox object that allows users to activate or deactivate a template. |
activateCondition() — metodo, classe com.adobe.icc.editors.handlers.ConditionHandler |
|
Called internally when this handler is handling an action of type Activate. |
activateDataModule(moduleId:String, updateDependencies:Boolean) — metodo, interfaccia com.adobe.icc.services.module.IModuleService |
|
Activates the specified data module. |
activateDocumentViewCB(error:ga.model:FormBridgeError, data:String) — metodo, classe com.adobe.guides.spark.wrappers.components.WrapperHostBase |
|
Call back indicating document view has activated. |
activateDocumentViewCB(error:ga.model:FormBridgeError, data:String) — metodo, interfaccia ga.controls.IWrapperHost |
|
Call back indicating document view has activated. |
activateDocumentViewCB(error:ga.model:FormBridgeError, data:String) — metodo, classe ga.controls.Wrapper |
|
Call back indicating document view has activated. |
ACTIVATE_FOCUS_REQUEST — Proprietà statica costante, classe mx.events.SWFBridgeRequest |
|
Sent from the top-level focus manager to a subordinate focus managers
so all the focus managers participating in a tab loop get activated. |
activateForm(formId:String, updateDependencies:Boolean) — metodo, interfaccia com.adobe.icc.services.layout.ILayoutService |
|
Activates a form template
|
activateFragmentLayout(fragmentLayoutId:String, updateDependencies:Boolean) — metodo, interfaccia com.adobe.icc.services.fragmentlayout.IFragmentLayoutService |
|
Activates a fragmentLayout template
|
activateFragmentLayouts() — metodo, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler |
|
Called internally when this handler is handling an action of type Activate. |
activateHandler(event:flash.events:Event) — metodo, classe flashx.textLayout.container.ContainerController |
| Elabora l'evento Event.ACTIVATE quando il client gestisce gli eventi. |
activateHandler(event:flash.events:Event) — metodo, classe flashx.textLayout.container.TextContainerManager |
| Elabora l'evento Event.ACTIVATE quando il client gestisce gli eventi. |
activateHandler(event:flash.events:Event) — metodo, interfaccia flashx.textLayout.edit.IInteractionEventHandler |
|
Elabora un evento activate. |
activateHandler(event:flash.events:Event) — metodo, classe flashx.textLayout.edit.SelectionManager |
|
Elabora un evento activate. |
activateImages() — metodo, classe com.adobe.icc.editors.handlers.ImageHandler |
|
Called internally when this handler is handling an action of type Activate. |
activateLayouts() — metodo, classe com.adobe.icc.editors.handlers.LayoutHandler |
|
Called internally when this handler is handling an action of type Activate. |
activateLetter(letterID:String, updateDependencies:Boolean) — metodo, interfaccia com.adobe.icc.services.letter.ILetterService |
|
Activates a letter template
|
activateLetters() — metodo, classe com.adobe.icc.editors.handlers.LetterHandler |
|
Called internally when this handler is handling an action of type Activate. |
activateLists() — metodo, classe com.adobe.icc.editors.handlers.ListHandler |
|
Called internally when this handler is handling an action of type Activate. |
ACTIVATE_POP_UP_REQUEST — Proprietà statica costante, classe mx.events.SWFBridgeRequest |
|
Requests that a child application's pop up be activated. |
activateProject(projectId:String) — metodo, interfaccia com.adobe.solutions.prm.service.IProjectManagementCoreService |
|
This function activates a given project and its child projects or workItems. |
activateProject(projectId:String) — metodo, classe com.adobe.solutions.prm.services.impl.ProjectManagementCoreService |
|
This function activates a given project and its child projects or workItems. |
activateTexts() — metodo, classe com.adobe.icc.editors.handlers.TextHandler |
|
Called internally when this handler is handling an action of type Activate. |
activateWorkItem(workItemId:String) — metodo, interfaccia com.adobe.solutions.prm.service.IWorkItemManagementService |
|
This function activates a given workitem. |
activateWorkItem(workItemId:String) — metodo, classe com.adobe.solutions.prm.services.impl.WorkItemManagementService |
|
This function activates a given workitem. |
activating — Proprietà, classe flash.events.ActivityEvent |
|
Indica se il dispositivo viene attivato (true) o disattivato (false). |
ActivationBrowser — classe, pacchetto com.adobe.ep.ux.content.view.components.activate |
|
Custom Component derived from TitleWindow which shows an asset's publish dependencies. |
ActivationBrowser() — Funzione di costruzione, classe com.adobe.ep.ux.content.view.components.activate.ActivationBrowser |
|
Constructor
|
ACTIVATION_MANAGER_SERVICE_RO — Proprietà statica costante, classe com.adobe.ep.ux.content.services.ServiceLocator |
|
The ServiceLocator.ACTIVATION_MANAGER_SERVICE_RO constant defines the value of the ActivationManager
service destination. |
activator — Proprietà, interfaccia com.adobe.gravity.service.bundleloader.IBundleLoaderContext |
|
The bundle activator for this bundle. |
ActivatorSkin — classe, pacchetto mx.skins.halo |
|
Defines the up, down, and over states for MenuBarItem objects. |
ActivatorSkin() — Funzione di costruzione, classe mx.skins.halo.ActivatorSkin |
|
Constructor. |
active — Proprietà, classe com.adobe.livecycle.rca.model.ReviewTemplateReference |
| Specifies whether the template is active. |
active — Proprietà, interfaccia com.adobe.solutions.rca.domain.IReviewTemplate |
|
A Boolean flag to determine if a template is active. |
active — Proprietà, interfaccia com.adobe.solutions.rca.domain.IStageTemplate |
|
A Boolean value to decide if the template is active. |
active — Proprietà, classe com.adobe.solutions.rca.domain.impl.ReviewTemplate |
|
A Boolean flag to determine if a template is active. |
active — Proprietà, classe com.adobe.solutions.rca.domain.impl.StageTemplate |
|
A Boolean value to decide if the template is active. |
active — Proprietà, classe com.adobe.solutions.rca.vo.ReviewTemplateVO |
|
A Boolean flag to determine if template is active or not. |
active — Proprietà, classe com.adobe.solutions.rca.vo.StageTemplateSearchFilterVO |
|
Whether to search for active templates only or for all templates. |
active — Proprietà, classe com.adobe.solutions.rca.vo.StageTemplateVO |
|
A Boolean flag to determine if template is active or not. |
active — Proprietà statica, classe flash.accessibility.Accessibility |
|
Indica se uno screen reader è attivo e se sta comunicando con l'applicazione. |
active — Proprietà, classe flash.display.NativeWindow |
|
Indica se questa finestra è la finestra dell'applicazione attiva. |
active — Proprietà, classe flash.net.NetworkInterface |
|
Segnala quando questa interfaccia è attiva. |
active — Proprietà statica, classe flash.printing.PrintJob |
|
Indica se un lavoro di stampa è attualmente attivo. |
ACTIVE — Proprietà statica costante, classe com.adobe.gravity.framework.BundleConstants |
|
The bundle has been started and is ready for use. |
ACTIVE — Proprietà statica costante, classe com.adobe.icc.enum.FormState |
|
Specifies the enumerator code for Active state. |
ACTIVE — Proprietà statica costante, classe com.adobe.icc.enum.LetterState |
|
Specifies the enumerator code for Active state. |
ACTIVE — Proprietà statica costante, classe com.adobe.icc.enum.ObjectState |
|
Specifies the enumerator code for Active state. |
ACTIVE — Proprietà statica costante, classe com.adobe.icc.enum.TBXState |
|
Specifies the enumerator code for Active state. |
ACTIVE — Proprietà statica costante, classe flashx.textLayout.elements.LinkState |
|
Valore dello stato attivo, che si verifica quando tenete premuto il mouse su un collegamento. |
activeAssetType — Proprietà, classe com.adobe.ep.ux.content.view.components.toolbar.ActionBar |
|
Active Asset Type Descriptor which enables or disables the action buttons
|
activeAssetType — Proprietà, classe com.adobe.ep.ux.content.view.components.toolbar.Toolbar |
|
Active Asset Type Descriptor which enables or disables the action buttons
|
ACTIVE_CONTENT_CHANGE — Proprietà statica costante, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveContentEvent |
|
The ActiveContentEvent.ACTIVE_CONTENT_CHANGE constant defines the value of the
type property of the event object for an event that is
dispatched when the selected content(module) changes in the content panel in the Create
Correspondence UI. |
ActiveContentEvent — classe, pacchetto com.adobe.solutions.acm.ccr.presentation.contentcapture.events |
|
ActiveContentEvent is the event dispatched when the selected
content(module) changes in the content panel in the Create
Correspondence UI. |
ActiveContentEvent(type:String, activeModuleValue:com.adobe.icc.dc.domain:IModuleInstance, activeModuleListValue:spark.components.supportClasses:ListBase, activeTargetModuleList:spark.components.supportClasses:ListBase) — Funzione di costruzione, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveContentEvent |
|
Constructor. |
activeData — Proprietà, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveDataEvent |
|
The current selected data capture item. |
activeData — Proprietà, classe com.adobe.solutions.acm.ccr.presentation.datacapture.DataCapturePod |
|
The current selected data item in the Data capture Panel. |
ACTIVE_DATA_CHANGE — Proprietà statica costante, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveDataEvent |
|
The ActiveDataEvent.ACTIVE_DATA_CHANGE constant defines the value of the
type property of the event object for an event that is
dispatched when the selected data capture item changes in the Create
Correspondence UI. |
ActiveDataEvent — classe, pacchetto com.adobe.solutions.acm.ccr.presentation.contentcapture.events |
|
ActiveDataEvent is the event dispatched when the selected
data capture item changes in the the Create Correspondence UI. |
ActiveDataEvent(type:String, activeData:com.adobe.icc.dc.domain:IDataInstance) — Funzione di costruzione, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveDataEvent |
|
Constructor. |
activeEffects — Proprietà, classe mx.core.UIComponent |
|
The list of effects that are currently playing on the component,
as an Array of EffectInstance instances. |
activeEndDate — Proprietà, classe com.adobe.consulting.pst.vo.Form |
| |
activeEndDate — Proprietà, classe com.adobe.consulting.pst.vo.Letter |
| |
activeEndDate — Proprietà, classe com.adobe.icc.editors.model.AssetModel |
|
The activeEndDate of the underlying value object. |
activeEndDate — Proprietà, classe com.adobe.icc.vo.ContainerLayout |
| |
activeEndDate — Proprietà, classe com.adobe.icc.vo.DataModule |
| |
activeEndDate — Proprietà, classe com.adobe.icc.vo.Document |
| |
activeEndDate — Proprietà, classe com.adobe.icc.vo.Portfolio |
| |
activeEndDateDisplay — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.AssetPropertiesEditor |
| A skin part that defines the asset's active end date
A skin part that defines the asset's active end date
|
activeModule — Proprietà, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod |
|
The current selected module in the content capture Panel. |
activeModule — Proprietà, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentLibraryContainer |
|
The currently selected module in the list. |
activeModule — Proprietà, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.TextEditorContainer |
|
The current text module being edited in the text editor. |
activeModule — Proprietà, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveContentEvent |
|
The current selected module in the content capture panel. |
activeModuleList — Proprietà, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod |
|
The module display list which contains the current selected module. |
activeModuleList — Proprietà, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveContentEvent |
|
The module display list which contains the current selected module. |
activePosition — Proprietà, interfaccia flashx.textLayout.edit.ISelectionManager |
|
Il punto attivo della selezione. |
activePosition — Proprietà, classe flashx.textLayout.edit.SelectionManager |
|
Il punto attivo della selezione. |
activePosition — Proprietà, classe flashx.textLayout.elements.TextRange |
| Posizione attiva della selezione, indicata come posizione assoluta in TextFlow. |
activeRequests — Proprietà, classe spark.core.ContentCache |
|
List of queued CacheEntryNode instances currently executing. |
activeStartDate — Proprietà, classe com.adobe.consulting.pst.vo.Form |
| |
activeStartDate — Proprietà, classe com.adobe.consulting.pst.vo.Letter |
| |
activeStartDate — Proprietà, classe com.adobe.icc.editors.model.AssetModel |
|
The activeStartDate date of the underlying value object. |
activeStartDate — Proprietà, classe com.adobe.icc.vo.ContainerLayout |
| |
activeStartDate — Proprietà, classe com.adobe.icc.vo.DataModule |
| |
activeStartDate — Proprietà, classe com.adobe.icc.vo.Document |
| |
activeStartDate — Proprietà, classe com.adobe.icc.vo.Portfolio |
| |
activeStartDateDisplay — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.AssetPropertiesEditor |
| A skin part that defines the asset's active start date
A skin part that defines the asset's active start date
|
activeTargetAssignmentEditor — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.letter.LetterEditor |
|
The instance of TargetAreaAssignmentEditor associated with the target area of the Letter currently being worked upon. |
activeTargetModuleList — Proprietà, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod |
|
The target area display list which contains the current selected module. |
activeTargetModuleList — Proprietà, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.events.ActiveContentEvent |
|
The target area display list which contains the current selected module. |
activeTask — Proprietà, interfaccia com.adobe.ep.taskmanagement.services.ITaskManager |
|
Retrieves the active task from the task list. |
activeVideoPlayerIndex — Proprietà, classe fl.video.FLVPlayback |
|
Numero che specifica quale istanza di lettore video è interessata da altre API. |
activeView — Proprietà, classe spark.components.ViewNavigator |
|
During a view transition, this property references the
view that the navigator is transitioning to.
The currently active view of the navigator. |
activeView — Proprietà, classe spark.components.supportClasses.ViewNavigatorBase |
|
The currently active view of the navigator. |
activeViewType — Proprietà, classe com.adobe.guides.spark.wrappers.components.WrapperHostBase |
|
Indicates the type of communication expected, either DOR or interactive. |
activeViewType — Proprietà, interfaccia ga.controls.IWrapperHost |
|
Indicates the type of communication expected, either DOR or interactive. |
activeViewType — Proprietà, classe ga.controls.Wrapper |
|
Indicates the type of communication expected, either DOR or interactive. |
activeWindow — Proprietà, classe flash.desktop.NativeApplication |
|
La finestra dell'applicazione attiva. |
activeWindow — Proprietà, classe mx.automation.air.AirFunctionsHelper |
|
Returns current window that is active
|
activity — Evento, classe flash.media.Camera |
|
Inviato quando una videocamera inizia o termina una sessione. |
ACTIVITY — Proprietà statica costante, classe flash.events.ActivityEvent |
|
La costante ActivityEvent.ACTIVITY definisce il valore della proprietà type di un oggetto evento activity. |
ActivityEvent — classe, pacchetto flash.events |
|
Un oggetto Camera o Microphone invia un oggetto ActivityEvent ogni volta che viene segnalata l'attivazione o la disattivazione di una videocamera o di un microfono. |
ActivityEvent(type:String, bubbles:Boolean, cancelable:Boolean, activating:Boolean) — Funzione di costruzione, classe flash.events.ActivityEvent |
|
Crea un oggetto evento contenente informazioni relative agli eventi activity. |
activityLevel — Proprietà, classe flash.media.Camera |
|
La quantità di movimento rilevata dalla videocamera. |
activityLevel — Proprietà, classe flash.media.Microphone |
|
La quantità di suono rilevata dal microfono. |
ACTUAL_BITRATE — Proprietà statica costante, classe org.osmf.net.metrics.MetricType |
|
The type constant for the actual bitrate metric. |
ActualBitrateMetric — classe, pacchetto org.osmf.net.metrics |
|
Metric computing the actual bitrate of the currently downloading quality level.
This metric's type is MetricType.ACTUAL_BITRATE (org.osmf.net.abr.metrics.actualBitrate)
|
ActualBitrateMetric(qosInfoHistory:org.osmf.net.qos:QoSInfoHistory, maxFragments:uint) — Funzione di costruzione, classe org.osmf.net.metrics.ActualBitrateMetric |
|
Constructor. |
actualCollection — Proprietà, classe mx.controls.listClasses.AdvancedListBase |
|
A copy of the value normally stored in the collection
property used while running data changes effects. |
actualCollection — Proprietà, classe mx.controls.listClasses.ListBase |
|
A copy of the value normally stored in collection
used while running data changes effects. |
actualColNum — Proprietà, classe mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo |
|
The actual column index at which the header starts,
relative to the currently displayed columns. |
actualCreationPolicy — Proprietà, classe mx.charts.Legend |
|
The creation policy of this container. |
actualCreationPolicy — Proprietà, classe mx.core.Container |
|
The creation policy of this container. |
actualHeight — Proprietà, classe flashx.textLayout.elements.InlineGraphicElement |
| L'attuale altezza effettiva. |
actualHorizontalPosition — Proprietà, classe spark.components.Callout |
|
Fully resolved horizontal position after evaluating CalloutPosition.AUTO. |
actualIndex — Proprietà, classe org.osmf.net.NetStreamSwitcher |
|
The index of the quality level currently being downloaded
|
actualIndex — Proprietà, classe org.osmf.net.RuleSwitchManagerBase |
|
The index of the currently downloading quality level
|
actualIndex — Proprietà, classe org.osmf.net.qos.QoSInfo |
|
The index of the currently downloading quality level
|
actualIterator — Proprietà, classe mx.controls.listClasses.AdvancedListBase |
|
A copy of the value normally stored in the iterator
property used while running data changes effects. |
actualIterator — Proprietà, classe mx.controls.listClasses.ListBase |
|
A copy of the value normally stored in iterator
used while running data changes effects. |
actualListeners — Proprietà, classe mx.validators.Validator |
|
Contains an Array of listener objects, if any,
or the source object. |
actualListeners — Proprietà, classe spark.validators.supportClasses.GlobalizationValidatorBase |
|
Contains an Array of listener objects, if any,
or the source object. |
actualLocaleIDName — Proprietà, classe flash.globalization.Collator |
|
Il nome dell'ID di impostazioni internazionali effettivamente utilizzato da questo oggetto Collator. |
actualLocaleIDName — Proprietà, classe flash.globalization.CurrencyFormatter |
|
Il nome dell'ID di impostazioni internazionali effettivamente utilizzato da questo oggetto CurrencyFormatter. |
actualLocaleIDName — Proprietà, classe flash.globalization.DateTimeFormatter |
|
Il nome dell'ID di impostazioni internazionali effettivamente utilizzato da questo oggetto DateTimeFormatter. |
actualLocaleIDName — Proprietà, classe flash.globalization.NumberFormatter |
|
Il nome dell'ID di impostazioni internazionali effettivamente utilizzato da questo oggetto NumberFormatter. |
actualLocaleIDName — Proprietà, classe flash.globalization.StringTools |
|
Il nome dell'ID di impostazioni internazionali effettivamente utilizzato da questo oggetto StringTools. |
actualLocaleIDName — Proprietà, classe spark.formatters.CurrencyFormatter |
|
The name of the actual locale ID used by this class object. |
actualLocaleIDName — Proprietà, classe spark.formatters.DateTimeFormatter |
|
The name of the actual locale ID used by this class object. |
actualLocaleIDName — Proprietà, classe spark.formatters.NumberFormatter |
|
The name of the actual locale ID used by this class object. |
actualLocaleIDName — Proprietà, classe spark.globalization.StringTools |
|
The name of the actual locale ID used by this class object. |
actualLocaleIDName — Proprietà, classe spark.globalization.supportClasses.CollatorBase |
|
The name of the actual locale ID used by this class object. |
actualLocaleIDName — Proprietà, classe spark.globalization.supportClasses.GlobalizationBase |
|
The name of the actual locale ID used by this class object. |
ACTUALSORT — Proprietà statica costante, classe mx.controls.advancedDataGridClasses.SortInfo |
|
Specifies that the sort is the actual current sort. |
actualText — Proprietà, classe com.adobe.ep.ux.content.view.components.search.renderers.DefaultStringTextInput |
|
The actual text being shown in the text box. |
actualTrigger — Proprietà, classe mx.validators.Validator |
|
Contains the trigger object, if any,
or the source object. |
actualTrigger — Proprietà, classe spark.validators.supportClasses.GlobalizationValidatorBase |
|
Contains the trigger object, if any,
or the source object. |
actualVerticalPosition — Proprietà, classe spark.components.Callout |
|
Fully resolved vertical position after evaluating CalloutPosition.AUTO. |
actualWidth — Proprietà, classe flashx.textLayout.elements.InlineGraphicElement |
| L'attuale larghezza effettiva. |
adapter — Proprietà, classe mx.data.DataManager |
|
An instance of a class that controls interaction with the server. |
ADAPTIVE_FREQUENCY_DESTINATION — Proprietà statica costante, classe mx.messaging.AdvancedChannelSet |
|
Special value of a destination using adaptive frequency. |
add(v:flash.geom:Point) — metodo, classe flash.geom.Point |
|
Aggiunge le coordinate di un altro punto a quelle di questo punto in modo da creare un nuovo punto. |
add(a:flash.geom:Vector3D) — metodo, classe flash.geom.Vector3D |
|
Somma il valore degli elementi x, y e z dell'oggetto Vector3D corrente ai valori degli elementi x, y e z di un altro oggetto Vector3D. |
add — Evento, classe lc.procmgmt.formbridge.SwfConnector |
|
Dispatched when an add event is received by Workspace. |
add — Evento, classe mx.core.UIComponent |
|
Dispatched when the component is added to a container as a content child
by using the addChild(), addChildAt(),
addElement(), or addElementAt() method. |
add — Proprietà, classe mx.effects.effectClasses.AddRemoveEffectTargetFilter |
|
Determines if this is an add or remove filter. |
add — Evento, classe mx.flash.UIMovieClip |
|
Dispatched when the component is added to a container as a content child
by using the addChild() or addChildAt() method. |
Add(inMatrix:fl.motion:DynamicMatrix) — metodo, classe fl.motion.DynamicMatrix |
|
Aggiunge la matrice corrente a una matrice specificata. |
ADD — Proprietà statica costante, classe fl.events.DataChangeType |
|
Sono state aggiunte voci nel fornitore di dati. |
ADD — Proprietà statica costante, classe flash.display.BlendMode |
|
Aggiunge i valori dei colori costituenti dell'oggetto di visualizzazione a quelli dei colori dello sfondo, applicando un valore ceiling di 0xFF. |
ADD — Proprietà statica costante, classe mx.data.AccessPrivileges |
|
Indicates that add operations are allowed. |
ADD — Proprietà statica costante, classe mx.events.CollectionEventKind |
|
Indicates that the collection added an item or items. |
ADD — Proprietà statica costante, classe mx.events.FlexEvent |
|
The FlexEvent.ADD constant defines the value of the
type property of the event object for an add event. |
AddAction — classe, pacchetto spark.effects |
|
The AddAction class defines an action effect that corresponds
to the AddChild property of a view state definition. |
AddAction(target:Object) — Funzione di costruzione, classe spark.effects.AddAction |
|
Constructor. |
AddActionInstance — classe, pacchetto spark.effects.supportClasses |
|
The AddActionInstance class implements the instance class
for the AddAction effect. |
AddActionInstance(target:Object) — Funzione di costruzione, classe spark.effects.supportClasses.AddActionInstance |
|
Constructor. |
addAll(addList:mx.collections:IList) — metodo, classe mx.collections.ArrayList |
|
Adds a list of items to the current list, placing them at the end of
the list in the order they are passed. |
addAll(addList:mx.collections:IList) — metodo, classe mx.collections.ListCollectionView |
|
Adds a list of items to the current list, placing them at the end of
the list in the order they are passed. |
addAllAt(addList:mx.collections:IList, index:int) — metodo, classe mx.collections.ArrayList |
|
Adds a list of items to the current list, placing them at the position
index passed in to the function. |
addAllAt(addList:mx.collections:IList, index:int) — metodo, classe mx.collections.ListCollectionView |
|
Adds a list of items to the current list, placing them at the position
index passed in to the function. |
AddApprovalStageParticipant — classe, pacchetto com.adobe.solutions.rca.presentation |
|
The host component for the dialog to add participants to an approval stage. |
AddApprovalStageParticipant() — Funzione di costruzione, classe com.adobe.solutions.rca.presentation.AddApprovalStageParticipant |
|
The constructor for AddApprovalStageParticipant class. |
addApprovalStageParticipantPanel — Parte skin, classe com.adobe.solutions.rca.presentation.AddApprovalStageParticipant |
| The skin part that defines the Panel where the content of ApprovalStageParticipant get pushed into and laid out.
The skin part that defines the Panel where the content
of ApprovalStageParticipant get pushed into and laid out. |
addApprover(approver:com.adobe.livecycle.rca.model.participant:Approver) — metodo, classe com.adobe.livecycle.rca.model.participant.ApproverCollection |
| Adds items of type Approver to the collection. |
addApprover(reviewId:String, stageNo:int, domain:String, canonicalName:String) — metodo, interfaccia com.adobe.livecycle.rca.service.core.IReviewCommentingAndApprovalService |
|
Adds an approver to an approval stage of an ongoing review. |
addApprover(reviewId:String, stageNo:int, domain:String, canonicalName:String) — metodo, classe com.adobe.livecycle.rca.service.core.delegate.ReviewCommentingAndApprovalService |
|
Adds an approver to an approval stage of an ongoing review. |
ADD_APPROVER — Proprietà statica costante, classe com.adobe.solutions.rca.constant.OperationType |
|
This operation adds an approver to an approver stage. |
addApproverAt(approver:com.adobe.livecycle.rca.model.participant:Approver, index:int) — metodo, classe com.adobe.livecycle.rca.model.participant.ApproverCollection |
| Adds items of type Approver to the collection. |
addASCuePoint(timeOrCuePoint:any, name:String, parameters:Object) — metodo, classe fl.video.FLVPlayback |
|
Aggiunge un cue point ActionScript e produce lo stesso effetto di quando si aggiunge un cue point ActionScript utilizzando la finestra di dialogo Cue point, con la differenza che questa operazione avviene durante l'esecuzione di un'applicazione anziché durante lo sviluppo di un'applicazione. |
AddAssetPopUp — classe, pacchetto com.adobe.ep.ux.content.view.components.toolbar |
|
New Drop Down Control for the Toolbar
|
AddAssetPopUp() — Funzione di costruzione, classe com.adobe.ep.ux.content.view.components.toolbar.AddAssetPopUp |
|
Constructor
|
addAtEnd(child:com.adobe.mosaic.layouts:ILayoutChild) — metodo, classe com.adobe.mosaic.layouts.SmartColumnLayout |
|
Adds the item, given by its index, to either the end of the
matrix or into the first vacant cell. |
addAtEnd(child:com.adobe.mosaic.layouts:ILayoutChild) — metodo, classe com.adobe.mosaic.layouts.SmartRowLayout |
|
Adds the item, given by its index, to either the end of the
matrix or into the first vacant cell. |
addAtRowCol(index:int) — metodo, classe com.adobe.mosaic.layouts.SmartColumnLayout |
|
Adds the item using the item's column and row properties to place
the item. |
addAtRowCol(index:int) — metodo, classe com.adobe.mosaic.layouts.SmartRowLayout |
|
Adds the item using the item's column and row properties to place
the item. |
add_attachment — Parte skin, classe com.adobe.ep.ux.attachmentlist.domain.AttachmentList |
| The Add Attachment button.
The Add Attachment button. |
add_attachment — Proprietà, classe com.adobe.ep.ux.attachmentlist.skin.AttachmentListSkin |
| The Add Attachment button. |
addAttachment(taskId:String, file:flash.net:FileReference, attachmentPermissions:com.adobe.ep.taskmanagement.domain:IAttachmentPermissions, assertionId:String) — metodo, interfaccia com.adobe.ep.taskmanagement.services.IAttachmentManager |
|
Adds a new attachment to the Document Server. |
addAttachment(taskId:String, file:flash.net:FileReference, attachmentPermissions:com.adobe.ep.taskmanagement.domain:IAttachmentPermissions, assertionId:String) — metodo, classe com.adobe.ep.taskmanagement.services.LCTaskManager |
|
Adds a new attachment to the Document Server. |
addAttachment — Evento, classe com.adobe.ep.ux.attachmentlist.domain.AttachmentList |
|
Dispatched when the Add Attachment button has been clicked. |
addAttachment(taskId:String, file:flash.net:FileReference, attachmentPermissions:lc.procmgmt.domain:AttachmentPermissions) — metodo, interfaccia lc.procmgmt.ITaskManager |
|
Adds an attachment to a task item. |
addAttachment(attachment:flash.net:FileReference, permissions:lc.procmgmt.domain:AttachmentPermissions) — metodo, classe lc.procmgmt.domain.Task |
|
Adds an attachment to the task. |
addAttachment() — metodo, classe lc.procmgmt.ui.attachments.AttachmentHeaderModel |
|
Adds the file property to the current
Task object, with the specified AttachmentPermissions
object set. |
ADD_ATTACHMENT — Proprietà statica costante, classe com.adobe.ep.ux.attachmentlist.domain.events.AttachmentEvent |
|
The ADD_ATTACHMENT constant specifies when an attachment has been added. |
ADD_ATTACHMENT_COMPLETE — Proprietà statica costante, classe lc.foundation.events.ObjectResultEvent |
|
A special value that specifies attachments were added to a task. |
addAttributesWatcher(name:Array, listener:Object, tile:com.adobe.mosaic.om.interfaces:ITile) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IContext |
|
Adds a watcher to a specific set of context attributes. |
addAttributeWatcher(name:String, listener:Object, tile:com.adobe.mosaic.om.interfaces:ITile) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IContext |
|
Adds a watcher to the context. |
addBackgroundShape(shape:flash.display:Shape) — metodo, classe flashx.textLayout.container.ContainerController |
|
Aggiunge un oggetto flash.display.Shape in cui vengono disegnate le forme di sfondo (ad esempio il colore di sfondo). |
addBinaryChainBuildingCertificate(certificate:flash.utils:ByteArray, trusted:Boolean) — metodo, classe flash.net.SecureSocket |
|
Aggiunge un certificato X.509 alla catena di certificati locale utilizzata dal sistema per la convalida del certificato server. |
addBitmapData(bitmapData:flash.display:BitmapData) — metodo, classe flash.media.CameraRoll |
|
Aggiunge un'immagine al rullino fotografico della fotocamera. |
addBootstrapPeer(peerID:String) — metodo, classe flash.net.GroupSpecifier |
|
Fa in modo che l'oggetto NetStream o NetGroup associato effettui una connessione di vicinanza iniziale con il peerID specificato |
addBtn — Parte skin, classe com.adobe.dct.view.DictionaryPropertiesView |
| A skin part that defines SkinnableComponent which adds extended property to the data dictionary.
A skin part that defines SkinnableComponent which adds extended property to the data dictionary. |
addBtn — Proprietà, classe com.adobe.dct.component.ExtendedProperty |
| |
addButton — Parte skin, classe com.adobe.mosaic.sparklib.tabLayout.TabLayout |
| The add button, a Spark Button.
The add button, a Spark Button. |
addButton — Proprietà, classe com.adobe.mosaic.sparklib.tabLayout.skins.TabLayoutSkin |
| The Add button control
|
addCacheEntry(source:Object, value:Object) — metodo, classe spark.core.ContentCache |
|
Adds new entry to cache (or replaces existing entry). |
addCallback(functionName:String, closure:Function) — Metodo statico , classe flash.external.ExternalInterface |
|
Registra un metodo ActionScript come metodo chiamabile dal contenitore. |
ADD_CELL — Proprietà statica costante, classe spark.events.GridSelectionEventKind |
|
Indicates that this cell should be added to the current selection. |
addCellSelectionData(uid:String, columnIndex:int, selectionData:mx.controls.advancedDataGridClasses:AdvancedDataGridBaseSelectionData) — metodo, classe mx.controls.AdvancedDataGrid |
|
Adds cell selection information to the control, as if you used the mouse to select the cell. |
addCertificate(cert:flash.utils:ByteArray, trusted:Boolean) — metodo, classe flash.security.XMLSignatureValidator |
|
Aggiunge un certificato x509 per la creazione del catena. |
addChannel(channel:mx.messaging:Channel) — metodo, classe mx.messaging.ChannelSet |
|
Adds a Channel to the ChannelSet. |
addChild(child:flash.display:DisplayObject) — metodo, classe flash.display.DisplayObjectContainer |
|
Aggiunge un'istanza secondaria DisplayObject a questa istanza DisplayObjectContainer. |
addChild(child:flash.display:DisplayObject) — metodo, classe flash.display.Stage |
|
Aggiunge un'istanza secondaria DisplayObject a questa istanza DisplayObjectContainer. |
addChild(child:flashx.textLayout.elements:FlowElement) — metodo, classe flashx.textLayout.elements.FlowGroupElement |
|
Aggiunge un oggetto FlowElement secondario. |
addChild(child:flash.display:DisplayObject) — metodo, classe mx.charts.Legend |
|
Adds a child DisplayObject to this Container. |
addChild(child:flash.display:DisplayObject) — metodo, classe mx.charts.chartClasses.CartesianDataCanvas |
|
Adds a child DisplayObject after the end of this child list. |
addChild(child:flash.display:DisplayObject) — metodo, classe mx.charts.chartClasses.ChartElement |
|
Adds a child DisplayObject after the end of this child list. |
addChild(child:flash.display:DisplayObject) — metodo, classe mx.charts.chartClasses.PolarDataCanvas |
|
Adds a child DisplayObject after the end of this child list. |
addChild(parent:Object, newChild:Object) — metodo, classe mx.collections.HierarchicalCollectionView |
|
Adds a child node to a node of the data. |
addChild(parent:Object, newChild:Object) — metodo, interfaccia mx.collections.IHierarchicalCollectionView |
|
Adds a child node to a node of the data. |
addChild(child:flash.display:DisplayObject) — metodo, classe mx.core.Container |
|
Adds a child DisplayObject to this Container. |
addChild(child:flash.display:DisplayObject) — metodo, interfaccia mx.core.IChildList |
|
Adds a child DisplayObject after the end of this child list. |
addChild(child:flash.display:DisplayObject) — metodo, interfaccia mx.core.IContainer |
|
Aggiunge un'istanza secondaria DisplayObject a questa istanza DisplayObjectContainer. |
addChild(childEffect:mx.effects:IEffect) — metodo, classe mx.effects.CompositeEffect |
|
Adds a new child effect to this composite effect. |
addChild(child:org.osmf.media:MediaElement) — metodo, classe org.osmf.elements.CompositeElement |
|
Adds the specified child to the end of the list. |
AddChild — classe, pacchetto mx.states |
|
The AddChild class adds a child display object, such as a component,
to a container as part of a view state. |
AddChild(relativeTo:mx.core:UIComponent, target:flash.display:DisplayObject, position:String) — Funzione di costruzione, classe mx.states.AddChild |
|
Constructor. |
AddChildAction — classe, pacchetto mx.effects |
|
The AddChildAction class defines an action effect that corresponds
to the AddChild property of a view state definition. |
AddChildAction(target:Object) — Funzione di costruzione, classe mx.effects.AddChildAction |
|
Constructor. |
AddChildActionInstance — classe, pacchetto mx.effects.effectClasses |
|
The AddChildActionInstance class implements the instance class
for the AddChildAction effect. |
AddChildActionInstance(target:Object) — Funzione di costruzione, classe mx.effects.effectClasses.AddChildActionInstance |
|
Constructor. |
addChildAt(child:flash.display:DisplayObject, index:int) — metodo, classe flash.display.DisplayObjectContainer |
|
Aggiunge un'istanza secondaria DisplayObject a questa istanza DisplayObjectContainer. |
addChildAt(child:flash.display:DisplayObject, index:int) — metodo, classe flash.display.Stage |
|
Aggiunge un'istanza secondaria DisplayObject a questa istanza DisplayObjectContainer. |
addChildAt(index:uint, child:flashx.textLayout.elements:FlowElement) — metodo, classe flashx.textLayout.elements.FlowGroupElement |
|
Aggiunge un oggetto FlowElement secondario nella posizione di indice specificata. |
addChildAt(child:flash.display:DisplayObject, index:int) — metodo, classe mx.charts.Legend |
|
Adds a child DisplayObject to this Container. |
addChildAt(child:flash.display:DisplayObject, index:int) — metodo, classe mx.charts.chartClasses.CartesianDataCanvas |
|
Adds a child DisplayObject instance to this DisplayObjectContainer
instance. |
addChildAt(child:flash.display:DisplayObject, index:int) — metodo, classe mx.charts.chartClasses.ChartElement |
|
Adds a child DisplayObject instance to this DisplayObjectContainer
instance. |
addChildAt(child:flash.display:DisplayObject, index:int) — metodo, classe mx.charts.chartClasses.PolarDataCanvas |
|
Adds a child DisplayObject instance to this DisplayObjectContainer
instance. |
addChildAt(parent:Object, newChild:Object, index:int) — metodo, classe mx.collections.HierarchicalCollectionView |
|
Add a child node to a node at the specified index. |
addChildAt(parent:Object, newChild:Object, index:int) — metodo, interfaccia mx.collections.IHierarchicalCollectionView |
|
Adds a child node to a node of the data at a specific index in the data. |
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — metodo, interfaccia mx.controls.menuClasses.IMenuDataDescriptor |
|
Add a child node to a node at the specified index. |
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — metodo, classe mx.controls.treeClasses.DefaultDataDescriptor |
|
Add a child node to a node at the specified index. |
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — metodo, interfaccia mx.controls.treeClasses.ITreeDataDescriptor |
|
Adds a child node to a node at the specified index. |
addChildAt(child:flash.display:DisplayObject, index:int) — metodo, classe mx.core.Container |
|
Adds a child DisplayObject to this Container. |
addChildAt(child:flash.display:DisplayObject, index:int) — metodo, interfaccia mx.core.IChildList |
|
Adds a child DisplayObject to this child list at the index specified. |
addChildAt(child:flash.display:DisplayObject, index:int) — metodo, interfaccia mx.core.IContainer |
|
Aggiunge un'istanza secondaria DisplayObject a questa istanza DisplayObjectContainer. |
addChildAt(child:org.osmf.media:MediaElement, index:Number) — metodo, classe org.osmf.elements.CompositeElement |
|
Adds the child to the list at the specified index. |
addChildBridge(bridge:flash.events:IEventDispatcher, bridgeProvider:mx.core:ISWFBridgeProvider) — metodo, interfaccia mx.core.ISWFBridgeGroup |
|
Adds a new bridge to the pod. |
addChildBridge(bridge:flash.events:IEventDispatcher, bridgeProvider:mx.core:ISWFBridgeProvider) — metodo, classe mx.core.SWFBridgeGroup |
|
Adds a new bridge to the pod. |
addChildBridge(bridge:flash.events:IEventDispatcher, owner:flash.display:DisplayObject) — metodo, interfaccia mx.managers.IMarshalSystemManager |
|
Adds a child bridge to the system manager. |
addChildSet(childSet:Array) — metodo, classe mx.effects.effectClasses.CompositeEffectInstance |
|
Adds a new set of child effects to this Composite effect. |
addChildToSandboxRoot(layer:String, child:flash.display:DisplayObject) — metodo, interfaccia mx.managers.IMarshalSystemManager |
|
Adds the specified child to the sandbox root in the layer requested. |
addColumn(column:any) — metodo, classe fl.controls.DataGrid |
|
Aggiunge una colonna alla fine dell'array di colonne. |
addColumnAt(column:any, index:uint) — metodo, classe fl.controls.DataGrid |
|
Inserisce una colonna in corrispondenza dell'indice specificato nell'array columns. |
addCondition(aProperty:com.adobe.ep.taskmanagement.filter:IProperty, aComparisonOperator:com.adobe.ep.taskmanagement.filter:IComparisonOperator, aComparisonValue:Object) — metodo, interfaccia com.adobe.ep.taskmanagement.filter.IFilter |
|
Adds a condition to the filter. |
addContentRenderer() — metodo, classe com.adobe.ep.ux.content.view.components.grid.hover.HoverRenderer |
|
Current Preview Pod shows name/description in its title area and content of the asset
like text/xml/image in the canvas area. |
addController(controller:flashx.textLayout.container:ContainerController) — metodo, interfaccia flashx.textLayout.compose.IFlowComposer |
|
Aggiunge un controller a questa istanza di IFlowComposer. |
addController(controller:flashx.textLayout.container:ContainerController) — metodo, classe flashx.textLayout.compose.StandardFlowComposer |
|
Aggiunge un controller a questa istanza di IFlowComposer. |
addControllerAt(controller:flashx.textLayout.container:ContainerController, index:int) — metodo, interfaccia flashx.textLayout.compose.IFlowComposer |
|
Aggiunge un controller a questa istanza di IFlowComposer in corrispondenza dell'indice specificato. |
addControllerAt(controller:flashx.textLayout.container:ContainerController, index:int) — metodo, classe flashx.textLayout.compose.StandardFlowComposer |
|
Aggiunge un controller a questa istanza di IFlowComposer in corrispondenza dell'indice specificato. |
addCreatorButton — Parte skin, classe com.adobe.solutions.rca.presentation.template.stages.CreatorTab |
| A reference to the ButtonBase object that allows users to add a new creator.
A reference to the ButtonBase object that allows users to add a new creator. |
AddCreatorDialog — classe, pacchetto com.adobe.solutions.rca.presentation |
|
The host component for dialog used to adding creator to a creation stage. |
AddCreatorDialog() — Funzione di costruzione, classe com.adobe.solutions.rca.presentation.AddCreatorDialog |
|
The constructor for AddCreatorDialog class. |
addCreatorDialogPanel — Parte skin, classe com.adobe.solutions.rca.presentation.AddCreatorDialog |
| The skin part that defines the Panel where the content of Add Creator get pushed into and laid out.
The skin part that defines the Panel where the content
of Add Creator get pushed into and laid out. |
addCuePoint(cuePoint:Object) — metodo, classe mx.controls.videoClasses.CuePointManager |
|
Adds a cue point. |
addData(data:Object, format:String) — metodo, classe mx.core.DragSource |
|
Adds data and a corresponding format String to the drag source. |
addDataChild(child:flash.display:DisplayObject, left:any, top:any, right:any, bottom:any, hCenter:any, vCenter:any) — metodo, classe mx.charts.chartClasses.CartesianDataCanvas |
|
Adds the specified display object as a child to the current canvas. |
addDataChild(child:flash.display:DisplayObject, angleLeft:any, radialTop:any, angleRight:any, radialBottom:any, angleCenter:any, radialCenter:any) — metodo, classe mx.charts.chartClasses.PolarDataCanvas |
|
This adds any DisplayObject as child to current canvas
|
addDataDictionary(dataDictionary:com.adobe.dct.model:DEPDictionaryModel) — metodo, classe com.adobe.dct.component.dataElementsPanel.DataElementsPanel |
|
Adds an instance of DEPDictionaryModel to the existing list on which data elements panel is working. |
addDataEffectItem(item:Object) — metodo, classe mx.controls.listClasses.AdvancedListBase |
|
Adds an item renderer if a data change effect is running. |
addDataEffectItem(item:Object) — metodo, classe mx.controls.listClasses.ListBase |
|
Adds an item renderer if a data change effect is running. |
addDataEffectItem(target:Object) — metodo, interfaccia mx.effects.IEffectTargetHost |
|
Adds an item renderer if a data change effect is running. |
addDataElement — Evento, classe com.adobe.dct.component.dataElementsPanel.NewDataElement |
|
Dispatched when the user presses the Insert ButtonBase control. |
addDDE(elementType:String) — metodo, classe com.adobe.dct.component.datadictionary.DDExplorer |
|
Adds a new data dictionary element as child to the current selected element. |
addDeferredInclude(includeURL:String) — metodo, interfaccia com.adobe.gravity.service.manifest.IManifestParseContext |
|
Add a deferred include. |
addDelayedInstance(instance:Object, stringID:String) — Metodo statico , classe fl.lang.Locale |
|
Aggiunge la coppia {instance, string ID} all'array interno per un uso successivo. |
addDisplayObject(displayObject:flash.display:DisplayObject, depth:Number) — metodo, classe spark.components.supportClasses.DisplayLayer |
|
Adds a displayObject with the specified depth to the ordered list. |
addDocumentAndSave(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — metodo, classe com.adobe.solutions.prm.domain.impl.Project |
|
This remote operation adds a document from the collection and submits the change on the server. |
addDocumentAndSave(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — metodo, classe com.adobe.solutions.prm.domain.impl.WorkItem |
|
This remote operation adds a document from the collection and submits the change on the server. |
addDocumentAndSave(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — metodo, interfaccia com.adobe.solutions.rca.domain.common.IDocumentCollection |
|
This remote operation adds a document from the collection and submits the change on the server. |
addDragData(ds:Object) — metodo, classe mx.charts.chartClasses.ChartBase |
|
Adds the selected items to the DragSource object as part of a
drag and drop operation. |
addDragData(dragSource:Object) — metodo, classe mx.controls.listClasses.AdvancedListBase |
|
Adds the selected items to the DragSource object as part of a
drag-and-drop operation. |
addDragData(dragSource:Object) — metodo, classe mx.controls.listClasses.ListBase |
|
Adds the selected items to the DragSource object as part of a
drag-and-drop operation. |
addDragData(dragSource:mx.core:DragSource) — metodo, classe spark.components.List |
|
Adds the selected items to the DragSource object as part of
a drag-and-drop operation. |
added — Proprietà, classe fl.video.CaptionChangeEvent |
|
Un valore booleano che determina se la didascalia è stata aggiunta o rimossa. |
added — Evento, classe flash.display.DisplayObject |
|
Inviato quando un oggetto di visualizzazione viene aggiunto all'elenco di visualizzazione. |
ADDED — Proprietà statica costante, classe flash.events.Event |
|
La costante Event.ADDED definisce il valore della proprietà type di un oggetto evento added. |
addedEffect — Effetto, classe mx.core.UIComponent |
|
Played when the component is added as a child to a Container.
|
addedToStage — Evento, classe flash.display.DisplayObject |
|
Inviato quando un oggetto di visualizzazione viene aggiunto all'elenco di visualizzazione sullo stage, sia direttamente o mediante l'aggiunta di una sottostruttura ad albero che contiene l'oggetto di visualizzazione. |
ADDED_TO_STAGE — Proprietà statica costante, classe flash.events.Event |
|
La costante Event.ADDED_TO_STAGE definisce il valore della proprietà type di un oggetto evento addedToStage. |
addElement — Evento, classe com.adobe.dct.component.toolbars.DDToolbar |
|
Dispatched when the New Element button is clicked. |
addElement(element:mx.core:IVisualElement) — metodo, classe mx.charts.Legend |
|
Adds a visual element to this container. |
addElement(element:mx.core:IVisualElement) — metodo, classe mx.core.Container |
|
Adds a visual element to this container. |
addElement(element:mx.core:IVisualElement) — metodo, interfaccia mx.core.IVisualElementContainer |
|
Adds a visual element to this container. |
addElement(element:mx.core:IVisualElement) — metodo, classe mx.flash.ContainerMovieClip |
|
Adds a visual element to this container. |
addElement(element:mx.olap:IOLAPElement) — metodo, interfaccia mx.olap.IOLAPSet |
|
Adds a new member to the set. |
addElement(e:mx.olap:IOLAPElement) — metodo, classe mx.olap.OLAPSet |
|
Adds a new member to the set. |
addElement(element:mx.core:IVisualElement) — metodo, classe spark.components.Group |
|
Adds a visual element to this container. |
addElement(element:mx.core:IVisualElement) — metodo, classe spark.components.Scroller |
|
This operation is not supported in Scroller. |
addElement(element:mx.core:IVisualElement) — metodo, classe spark.components.SkinnableContainer |
|
Adds a visual element to this container. |
addElementAt(element:mx.core:IVisualElement, index:int) — metodo, classe mx.charts.Legend |
|
Adds a visual element to this container. |
addElementAt(element:mx.core:IVisualElement, index:int) — metodo, classe mx.core.Container |
|
Adds a visual element to this container. |
addElementAt(element:mx.core:IVisualElement, index:int) — metodo, interfaccia mx.core.IVisualElementContainer |
|
Adds a visual element to this container. |
addElementAt(element:mx.core:IVisualElement, index:int) — metodo, classe mx.flash.ContainerMovieClip |
|
Adds a visual element to this container. |
addElementAt(element:mx.core:IVisualElement, index:int) — metodo, classe spark.components.Group |
|
Adds a visual element to this container. |
addElementAt(element:mx.core:IVisualElement, index:int) — metodo, classe spark.components.Scroller |
|
This operation is not supported in Scroller. |
addElementAt(element:mx.core:IVisualElement, index:int) — metodo, classe spark.components.SkinnableContainer |
|
Adds a visual element to this container. |
addElements(elements:mx.collections:IList) — metodo, interfaccia mx.olap.IOLAPSet |
|
Adds a list of members to the set. |
addElements(members:mx.collections:IList) — metodo, classe mx.olap.OLAPSet |
|
Adds a list of members to the set. |
addEnabled — Proprietà, classe com.adobe.guides.spark.layouts.components.RepeaterLayoutHost |
|
Whether or not the add button is enabled. |
addEntry(url:String, policyFileURL:String) — metodo, classe fl.rsl.RSLInfo |
|
Aggiunge una serie di URL (file RSL e file di criteri). |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe coldfusion.air.Session |
|
Registers an event listener object with the Session object so that the
listener receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe coldfusion.air.SyncManager |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe coldfusion.service.BasicService |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.consulting.pst.vo.Category |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.consulting.pst.vo.FlexConfiguration |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.consulting.pst.vo.Form |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.consulting.pst.vo.Letter |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.dct.transfer.BindingElement |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.dct.transfer.DataDictionary |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.dct.transfer.DataDictionaryElement |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.dct.transfer.DataDictionaryReference |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.dct.transfer.DataDictionarySearchFilter |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.dct.transfer.OperationInfo |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.dct.transfer.OperationParameter |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.dct.transfer.RemotingServiceInfo |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.ep.taskmanagement.domain.TaskProperty |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.ep.taskmanagement.util.CollectionToken |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.ep.taskmanagement.util.ObjectToken |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.ep.ux.content.model.asset.AssetAction |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.ep.ux.content.model.asset.AssetPropertyDescriptor |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.ep.ux.content.model.asset.AssetTypeDescriptor |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.ep.ux.content.model.search.SearchFilter |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.ep.ux.content.search.SearchQuery |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.ep.ux.content.view.components.relationships.RelationshipVO |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.fiber.styles.Style |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.editors.managers.PreferencesManager |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.editors.model.FileModel |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.obj.FileData |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.CDMAssignment |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.ContainerLayout |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.DataDownload |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.DataModule |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.Document |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.DocumentAssignment |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.Field |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.FieldAssignment |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.Folder |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.LDMAssignment |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.ModuleAssignment |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.Portfolio |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.Query |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.Statement |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.Table |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.TableColumnDetails |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.TargetArea |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.TargetAreaAssignment |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.User |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.Variable |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.VariableAssignment |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.render.ContextData |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.render.PDFResponseType |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icc.vo.render.ResolvedContent |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.icomm.assetplacement.controller.AttachmentLoader |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Metodo statico , classe com.adobe.icomm.assetplacement.model.PackageDefinitionLoader |
|
Registers an event listener object with an EventDispatcher object so that the listener receives notification
of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.assetmanager.client.model.AssetAction |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.assetmanager.client.model.AssetPropertyDescriptor |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.assetmanager.client.model.AssetTypeDescriptor |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.assetmanager.client.model.SearchFilter |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.assetmanager.client.model.SearchQuery |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.AuditLevel |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.CustomAttribute |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.Review |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.ReviewContext |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.ReviewSearchFilter |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.ReviewTemplateReference |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.TemplateSearchFilter |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.UserPreference |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.document.SupportingDocument |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.participant.BaseUser |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.reminder.Reminder |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.livecycle.rca.model.stage.AbstractStage |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe com.adobe.mosaic.mxml.Catalog |
|
Overridden EventDispatcher addEventListener. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.prm.domain.impl.Asset |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.prm.domain.impl.TeamMember |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.prm.domain.impl.WorkItem |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.prm.vo.AbstractSearchFilterVO |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.prm.vo.AssetVO |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.prm.vo.BaseEntityVO |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.rca.domain.impl.Participant |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.rca.domain.impl.ReviewContext |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.rca.domain.impl.Stage |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.rca.domain.impl.User |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.rca.presentation.util.FormatterUtil |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.rca.vo.ReviewTemplateVO |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe com.adobe.solutions.rca.vo.StageTemplateVO |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe flash.data.SQLConnection |
|
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe flash.desktop.NativeApplication |
|
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe flash.display.Stage |
|
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe flash.events.EventDispatcher |
|
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, interfaccia flash.events.IEventDispatcher |
|
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe flash.media.AVURLLoader |
| |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe flash.net.URLLoader |
|
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe flash.system.MessageChannel |
|
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe flash.system.Worker |
|
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe flashx.textLayout.elements.LinkElement |
|
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe flashx.textLayout.elements.TextFlow |
|
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.foundation.domain.Message |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.foundation.domain.Preference |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.foundation.domain.Principal |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.foundation.util.CollectionToken |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.foundation.util.ObjectToken |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.commands.AttachmentCommand |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.commands.InitiateFromStartTaskCommand |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.AttachmentInfo |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.Category |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.DocumentReference |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.Process |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.ProcessInstance |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.ProcessVariable |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.QueueBase |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.QueuesManager |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.ReaderSubmit |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.SearchFilter |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.SearchFilterAttribute |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.SearchFilterCondition |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.SearchFilterSort |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.SearchTemplate |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.SearchTemplateDescriptor |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.SearchTemplateDescriptors |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.Startpoint |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.TaskAttachmentInfo |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.domain.UserActionProperty |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe lc.procmgmt.impl.FavoritesManager |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe mx.collections.ListCollectionView |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe mx.containers.utilityClasses.PostScaleAdapter |
| |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe mx.data.DataStoreEventDispatcher |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — metodo, classe mx.data.DynamicManagedItem |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe mx.data.ManagedRemoteService |
|
Add an event listener to the service. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe mx.olap.OLAPCube |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe mx.utils.ObjectProxy |
|
Registers an event listener object
so that the listener receives notification of an event. |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — metodo, classe mx.utils.OnDemandEventDispatcher |
|
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. |
ADD_EVENT_LISTENER_REQUEST — Proprietà statica costante, classe mx.events.EventListenerRequest |
|
Request to add an event listener. |
addEventListenersToAllChildApplications(eventDetailsArray:Array) — metodo, classe mx.automation.AutomationManager |
| |
addEventListenersToAllChildApplications(eventDetailsArray:Array) — metodo, interfaccia mx.automation.IAutomationManager2 |
|
Marshalling Support(for tool): Adds the passed EventDetails objects to the probable
child applications in the current ApplicationDomain. |
addEventListenersToAllParentApplications(eventDetailsArray:Array) — metodo, classe mx.automation.AutomationManager |
| |
addEventListenersToAllParentApplications(eventDetailsArray:Array) — metodo, interfaccia mx.automation.IAutomationManager2 |
|
Marshalling Support(for tool): Adds the passed EventDetails objects to the probable
parent applications in the current ApplicationDomain. |
addExport(name:String) — metodo, interfaccia com.adobe.gravity.service.manifest.IInterfaceBuilder |
|
Add a service export. |
addExtendedPropertyRow(key:String, value:String, isKeyEditable:Boolean) — metodo, classe com.adobe.dct.view.DictionaryPropertiesView |
|
Adds an extended property row in the PropertiesView. |
addFaultHandler(handler:Function) — metodo, interfaccia com.adobe.ep.taskmanagement.util.IToken |
|
Adds a fault handler for this asynchronous invocation. |
addFaultHandler(handler:Function) — metodo, classe com.adobe.ep.taskmanagement.util.Token |
|
Adds a fault handler for this asynchronous invocation. |
addFaultHandler(handler:Function, weakReference:Boolean) — metodo, classe com.adobe.gravity.utility.async.AggregatingToken |
|
Add a handler to be called if the operation fails. |
addFaultHandler(handler:Function, weakReference:Boolean) — metodo, interfaccia com.adobe.gravity.utility.async.IToken |
|
Add a handler to be called if the operation fails. |
addFaultHandler(handler:Function, weakReference:Boolean) — metodo, classe com.adobe.gravity.utility.async.ImmediateFaultToken |
|
Add a handler to be called if the operation fails. |
addFaultHandler(handler:Function, weakReference:Boolean) — metodo, classe com.adobe.gravity.utility.async.ImmediateSuccessToken |
|
Add a handler to be called if the operation fails. |
addFaultHandler(handler:Function, weakReference:Boolean) — metodo, classe com.adobe.gravity.utility.async.Token |
|
Add a handler to be called if the operation fails. |
addFaultHandler(handler:Function, weakReference:Boolean) — metodo, classe com.adobe.gravity.utility.flex.async.AsyncTokenWrapper |
|
Add a handler to be called if the operation fails. |
addFaultHandler(fault:Function) — metodo, interfaccia com.adobe.icc.token.IAsyncToken |
|
Adds a fault handler to this token. |
addFaultHandler(fault:Function) — metodo, interfaccia com.adobe.livecycle.rca.token.IAsyncToken |
|
Adds a fault handler to this token. |
addFaultHandler(fault:Function) — metodo, classe com.adobe.livecycle.rca.token.RCAToken |
|
Adds a fault handler to this token. |
addFaultHandler(handler:Function) — metodo, classe lc.foundation.util.Token |
|
Adds a fault handler for this asynchronous invocation. |
ADD_FAVORITE — Proprietà statica costante, classe lc.procmgmt.ui.startpoint.StartpointEvent |
|
A special value that specifies that an startpoint was added to the favorites list. |
addFilterPropertyArray(index:int, name:String, values:Array, startFrame:int, endFrame:int) — metodo, classe fl.motion.MotionBase |
|
Modifica una proprietà Filter in tutti i fotogrammi chiave corrispondenti per un oggetto Motion. |
addFirst(p:mx.automation:AutomationIDPart) — metodo, classe mx.automation.AutomationID |
|
Adds a parts to the front of the id. |
ADD_FOCUS_MANAGER — Proprietà statica costante, classe mx.events.FlexEvent |
|
The FlexEvent.ADD_FOCUS_MANAGER constant defines the value of the
type property of the event object for an addFocusManager event. |
addFormat(format:String, importerClass:Class, exporterClass:Class, clipboardFormat:String) — Metodo statico , classe flashx.textLayout.conversion.TextConverter |
|
Registrate un nuovo formato per l'importazione/esportazione. |
addFormatAt(index:int, format:String, importerClass:Class, exporterClass:Class, clipboardFormat:String) — Metodo statico , classe flashx.textLayout.conversion.TextConverter |
|
Registrate un nuovo formato per l'importazione/esportazione, nella posizione specificata. |
addFunction(inExpr:String, actual:String) — metodo, classe com.adobe.solutions.exm.runtime.impl.SimpleFunctionMapper |
|
Adds a new local function mapping. |
addHaloColors(colors:Object, themeColor:uint, fillColor0:uint, fillColor1:uint) — Metodo statico , classe mx.skins.halo.HaloColors |
|
Calculates colors that are used by components that
support the Halo theme, such as the colors of beveled
edges. |
addHandler(handler:Function, weakReference:Boolean) — metodo, classe com.adobe.gravity.utility.async.HandlerHolder |
|
Add a handler function. |
addHandler(handler:Function, format:String) — metodo, classe mx.core.DragSource |
|
Adds a handler that is called when data
for the specified format is requested. |
addHandler(name:String, handler:Function, priority:int) — metodo, classe org.osmf.net.NetClient |
|
Adds a handler for the specified callback name. |
addHandlers(token:com.adobe.gravity.utility.async:IToken, successHandler:Function, faultHandler:Function, weakReference:Boolean) — Funzione del pacchetto, com.adobe.gravity.utility.async |
|
A convenience function for adding a success and fault handler without declaring a local variable. |
addHandlers(resultHandler:Function, faultHandler:Function) — metodo, interfaccia com.adobe.ep.taskmanagement.util.IToken |
|
Adds a result and fault handler for this asynchronous invocation. |
addHandlers(resultHandler:Function, faultHandler:Function) — metodo, classe com.adobe.ep.taskmanagement.util.Token |
|
Adds a result and fault handler for this asynchronous invocation. |
addHandlers(success:Function, fault:Function) — metodo, interfaccia com.adobe.icc.token.IAsyncToken |
|
Adds a success and a fault handler to this token. |
addHandlers(success:Function, fault:Function) — metodo, interfaccia com.adobe.livecycle.rca.token.IAsyncToken |
|
Adds success and fault handlers to this token. |
addHandlers(success:Function, fault:Function) — metodo, classe com.adobe.livecycle.rca.token.RCAToken |
|
Adds success and fault handlers to this token. |
addHandlers(resultHandler:Function, faultHandler:Function) — metodo, classe lc.foundation.util.Token |
|
Adds a result and fault handler for this asynchronous invocation. |
addHaveObjects(startIndex:Number, endIndex:Number) — metodo, classe flash.net.NetGroup |
|
Aggiunge gli oggetti da startIndex a endIndex alla serie di oggetti che questo nodo segnala ai vicini come oggetti per i quali eseguirà le richieste. |
addHeader(operation:String, mustUnderstand:Boolean, param:Object) — metodo, classe flash.net.NetConnection |
|
Aggiunge un'intestazione contestuale alla struttura dei pacchetti Action Message Format (AMF). |
addHeader(header:Object) — metodo, classe mx.rpc.soap.AbstractWebService |
|
Adds a header that will be applied to all operations of this web service. |
addHeader(header:Object) — metodo, classe mx.rpc.soap.Operation |
|
Adds a header that is applied only to this Operation. |
addImplementationClassName(className:String) — metodo, classe mx.automation.AutomationClass |
|
Add Flex class names which match this class description. |
addImport(name:String) — metodo, interfaccia com.adobe.gravity.service.manifest.IBundleBuilder |
|
Add a service import. |
addImport(name:String) — metodo, interfaccia com.adobe.gravity.service.manifest.IInterfaceBuilder |
|
Add a service import. |
addingService(reference:com.adobe.gravity.framework:IServiceReference) — metodo, interfaccia com.adobe.gravity.tracker.IServiceTrackerCustomizer |
|
Called when a new service appears that is to be tracked. |
addingService(reference:com.adobe.gravity.framework:IServiceReference) — metodo, classe com.adobe.gravity.tracker.ServiceTracker |
|
Called when a new service appears that is to be tracked. |
addInlineGraphicElement(parent:flash.display:DisplayObjectContainer, inlineGraphicElement:flash.display:DisplayObject, index:int) — metodo, classe flashx.textLayout.container.ContainerController |
|
Aggiunge un oggetto flash.display.DisplayObject come discendente di parent. |
addIPMulticastAddress(address:String, port:any, source:String) — metodo, classe flash.net.GroupSpecifier |
|
Fa in modo che l'oggetto NetStream o NetGroup associato si aggiunga al gruppo IP Multicast specificato e agisca da listener sulla porta UDP specificata |
addItem(group:spark.components:Group, itemFactory:mx.core:IFactory) — metodo, interfaccia com.adobe.guides.spark.layouts.components.ILayoutComponent |
|
instantiate the itemFactory and add it to the specified group
|
addItem(group:spark.components:Group, itemFactory:mx.core:IFactory) — metodo, classe com.adobe.guides.spark.layouts.components.LayoutHostBase |
|
instantiate the itemFactory and add it to the specified group
|
addItem(item:Object) — metodo, classe com.adobe.livecycle.rca.model.document.DocumentCollection |
|
Overrides the addItem() method for ArrayCollection. |
addItem(item:Object) — metodo, classe com.adobe.livecycle.rca.model.participant.ApproverCollection |
|
Overrides the addItem() method of ArrayCollection. |
addItem(item:Object) — metodo, classe com.adobe.livecycle.rca.model.participant.ModeratorCollection |
|
Overrides the addItem() method of ArrayCollection. |
addItem(item:Object) — metodo, classe com.adobe.livecycle.rca.model.participant.ReviewerCollection |
|
Overrides the addItem() method of ArrayCollection. |
addItem(item:Object) — metodo, classe com.adobe.livecycle.rca.model.reminder.ReminderCollection |
|
Overrides the addItem() method of ArrayCollection. |
addItem(item:Object) — metodo, classe com.adobe.livecycle.rca.model.stage.StageCollection |
|
Overrides the addItem() method of the ArrayCollection. |
addItem(item:Object) — metodo, classe fl.controls.ComboBox |
|
Aggiunge una voce alla fine dell'elenco di voci. |
addItem(item:Object) — metodo, classe fl.controls.SelectableList |
|
Aggiunge una voce alla fine dell'elenco di voci. |
addItem(item:Object) — metodo, classe fl.data.DataProvider |
|
Aggiunge una voce alla fine del fornitore di dati. |
addItem(item:flash.display:NativeMenuItem) — metodo, classe flash.display.NativeMenu |
|
Aggiunge una voce di menu in fondo al menu. |
addItem(item:Object) — metodo, classe mx.collections.ArrayList |
|
Add the specified item to the end of the list. |
addItem(item:Object) — metodo, classe mx.collections.AsyncListView |
|
Adds the specified item to the end of the list. |
addItem(item:Object) — metodo, interfaccia mx.collections.IList |
|
Adds the specified item to the end of the list. |
addItem(item:Object) — metodo, classe mx.collections.ListCollectionView |
|
Adds the specified item to the end of the list. |
addItem(item:org.osmf.media:MediaFactoryItem) — metodo, classe org.osmf.media.MediaFactory |
|
Adds the specified MediaFactoryItem to the factory. |
addItem(item:org.osmf.net.metrics:MetricFactoryItem) — metodo, classe org.osmf.net.metrics.MetricFactory |
|
Adds the specified MetricFactoryItem to the factory. |
addItem(item:Object) — metodo, classe spark.collections.NumericDataProvider |
|
This function is not supported. |
addItem(item:Object) — metodo, classe spark.components.TabbedViewNavigator |
|
Add the specified view navigator to the end of the list. |
AddItemAction — classe, pacchetto mx.effects |
|
The AddItemAction class defines an action effect that determines
when the item renderer appears in the control for an item being added
to a list-based control, such as List or TileList,
or for an item that replaces an existing item in the control. |
AddItemAction(target:Object) — Funzione di costruzione, classe mx.effects.AddItemAction |
|
Constructor. |
AddItemActionInstance — classe, pacchetto mx.effects.effectClasses |
|
The AddItemActionInstance class implements the instance class
for the AddItemAction effect. |
AddItemActionInstance(target:Object) — Funzione di costruzione, classe mx.effects.effectClasses.AddItemActionInstance |
|
Constructor. |
addItemAt(item:Object, index:int) — metodo, classe com.adobe.livecycle.rca.model.document.DocumentCollection |
|
Overrides the addItemAt() method for ArrayCollection. |
addItemAt(item:Object, index:int) — metodo, classe com.adobe.livecycle.rca.model.participant.ApproverCollection |
|
Overrides the addItemAt() method for ArrayCollection. |
addItemAt(item:Object, index:int) — metodo, classe com.adobe.livecycle.rca.model.participant.ModeratorCollection |
|
Overrides the addItemAt() method of ArrayCollection. |
addItemAt(item:Object, index:int) — metodo, classe com.adobe.livecycle.rca.model.participant.ReviewerCollection |
|
Overrides the addItemAt() method of ArrayCollection. |
addItemAt(item:Object, index:int) — metodo, classe com.adobe.livecycle.rca.model.reminder.ReminderCollection |
|
Overrides the addItemAt() method of ArrayCollection. |
addItemAt(item:Object, index:int) — metodo, classe com.adobe.livecycle.rca.model.stage.StageCollection |
|
Overrides the addItemAt() method of the ArrayCollection. |
addItemAt(item:Object, index:uint) — metodo, classe fl.controls.ComboBox |
|
Inserisce una voce nell'elenco nella posizione di indice specificata. |
addItemAt(item:Object, index:uint) — metodo, classe fl.controls.SelectableList |
|
Inserisce una voce nell'elenco nella posizione di indice specificata. |
addItemAt(item:Object, index:uint) — metodo, classe fl.data.DataProvider |
|
Aggiunge una nuova voce al fornitore di dati nella posizione di indice specificata. |
addItemAt(item:flash.display:NativeMenuItem, index:int) — metodo, classe flash.display.NativeMenu |
|
Aggiunge una voce di menu alla posizione specificata. |
addItemAt(item:flash.display:NativeMenuItem, index:int) — metodo, classe flash.ui.ContextMenu |
|
Aggiunge una voce di menu in fondo al menu. |
addItemAt(item:Object, index:int) — metodo, classe mx.collections.ArrayList |
|
Add the item at the specified index. |
addItemAt(item:Object, index:int) — metodo, classe mx.collections.AsyncListView |
|
Adds the item at the specified index. |
addItemAt(item:Object, index:int) — metodo, interfaccia mx.collections.IList |
|
Adds the item at the specified index. |
addItemAt(item:Object, index:int) — metodo, classe mx.collections.ListCollectionView |
|
Adds the item at the specified index. |
addItemAt(item:Object, index:int) — metodo, classe spark.collections.NumericDataProvider |
|
This function is not supported. |
addItemAt(item:Object, index:int) — metodo, classe spark.components.TabbedViewNavigator |
|
Add the view navigator at the specified index. |
addItems(oItems:Array, oContainers:Array, nStartTabIndex:int, nTabIncrement:int, oAreaContainer:spark.components:Group) — metodo, classe com.adobe.guides.spark.layouts.components.AlignmentArea |
|
Add items to an alignment area obeying "keepWithPrevious" settings. |
addItems(items:Object) — metodo, classe fl.data.DataProvider |
|
Aggiunge più voci alla fine del DataProvider e invia un evento DataChangeType.ADD. |
AddItems — classe, pacchetto mx.states |
|
Documentation is not currently available. |
AddItems() — Funzione di costruzione, classe mx.states.AddItems |
|
Constructor. |
addItemsAt(items:Object, index:uint) — metodo, classe fl.data.DataProvider |
|
Aggiunge varie voci al fornitore di dati nella posizione di indice specificata e invia un evento DataChangeType.ADD. |
addItemsToGroup(group:spark.components:Group, itemFactories:Array) — metodo, interfaccia com.adobe.guides.spark.layouts.components.ILayoutComponent |
|
instantiate the itemFactories and add them to the specified group. |
addItemsToGroup(group:spark.components:Group, itemFactories:Array) — metodo, classe com.adobe.guides.spark.layouts.components.LayoutHostBase |
|
instantiate the itemFactories and add them to the specified group. |
addItemsToGroup(group:spark.components:Group, itemFactories:Array) — metodo, classe com.adobe.guides.spark.layouts.components.RepeaterLayoutHost |
|
instantiate the itemFactories and add them to the specified group. |
addItemsToGroups(groups:Array, itemFactories:Array, startTabIndex:int, tabIncrement:int) — metodo, interfaccia com.adobe.guides.spark.layouts.components.ILayoutComponent |
|
Add items alternating between the specified groups, incremented the tab indexes. |
addItemsToGroups(groups:Array, itemFactories:Array, startTabIndex:int, tabIncrement:int) — metodo, classe com.adobe.guides.spark.layouts.components.LayoutHostBase |
|
Add items alternating between the specified groups, incremented the tab indexes. |
addItemToCollectionOperation — Proprietà, classe mx.data.ManagedQuery |
|
These addItemToCollectionOperation() and removeItemFromCollectionOperation()
methods are optional operations which let you define a function to be invoked
as an item is added to or removed from a collection. |
additionalColumnListDisplay — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.fragment.FragmentTableConfigPanel |
| A skin part that defines the list having additional column properties
A skin part that defines the list having additional column properties
|
additionalEditOptions — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.rte.IccRichTextControlToolbar |
|
Fetches the array of Edit Options. |
additionalMetadata — Proprietà, interfaccia com.adobe.solutions.rca.domain.IParticipant |
|
This property can be used to store additional metadata, while extending the application. |
additionalMetadata — Proprietà, interfaccia com.adobe.solutions.rca.domain.IReviewContext |
|
Any review-specific data can be preserved in this field. |
additionalMetadata — Proprietà, interfaccia com.adobe.solutions.rca.domain.IStage |
|
This property can be used to store additional metadata while extending the application. |
additionalMetadata — Proprietà, classe com.adobe.solutions.rca.domain.impl.Participant |
|
This property can be used to store additional metadata, while extending the application. |
additionalMetadata — Proprietà, classe com.adobe.solutions.rca.domain.impl.ReviewContext |
|
Any review-specific data can be preserved in this field. |
additionalMetadata — Proprietà, classe com.adobe.solutions.rca.domain.impl.Stage |
|
This property can be used to store additional metadata while extending the application. |
additionalMetadata — Proprietà, classe com.adobe.solutions.rca.vo.ParticipantVO |
|
This property can be used to store additional metadata, while extending the application. |
additionalMetadata — Proprietà, classe com.adobe.solutions.rca.vo.ReviewContextVO |
|
Any review specific data can be preserved in this field. |
additionalMetadata — Proprietà, classe com.adobe.solutions.rca.vo.ReviewStageVO |
|
This property can be used to store additional metadata, while extending the application. |
additionalMetaData — Proprietà, classe com.adobe.livecycle.rca.model.ReviewContext |
| Specifies any data specific to this review to save. |
additionalMetaData — Proprietà, classe com.adobe.livecycle.rca.model.participant.AbstractParticipant |
|
Specifies additional metadata when you extend the application. |
additionalMetaData — Proprietà, classe com.adobe.livecycle.rca.model.stage.AbstractStage |
|
Stores additional metadata when the application is extended. |
additionalTableColumns — Proprietà, classe com.adobe.icc.vo.Table |
|
Table column details for all the columns inside the table. |
addKeyframe(newKeyframe:fl.motion:KeyframeBase) — metodo, classe fl.motion.MotionBase |
|
Aggiunge un oggetto keyframe all'istanza Motion. |
addKeyPair(key:String, value:String) — metodo, classe com.adobe.icc.external.dc.InvokeParams |
|
Adds an entry to the ddkeMap for the specified key/value pair. |
addLast(p:mx.automation:AutomationIDPart) — metodo, classe mx.automation.AutomationID |
|
Adds a parts to the end of the id. |
addLayer(value:mx.core:DesignLayer) — metodo, classe mx.core.DesignLayer |
|
Adds a DesignLayer child to this layer. |
addLayoutCompleteSynchronization() — metodo, classe mx.automation.delegates.core.UIComponentAutomationImpl |
|
Sets up an automation synchronization with the Layout Manager's UPDATE_COMPLETE event. |
addLayoutCompleteSynchronization() — metodo, classe mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl |
|
Sets up a automation synchronization with layout manager update complete event. |
addLineForReuse(textLine:flash.text.engine:TextLine) — Metodo statico , classe flashx.textLayout.compose.TextLineRecycler |
|
Aggiunge un oggetto TextLine al pool per il riutilizzo. |
addListenerHandler() — metodo, classe mx.validators.Validator |
|
Sets up all of the listeners for the
valid and invalid
events dispatched from the validator. |
addListenerHandler() — metodo, classe spark.validators.supportClasses.GlobalizationValidatorBase |
|
Sets up all of the listeners for the
valid and invalid
events dispatched from the validator. |
addLoader(bundleLoaderFactory:com.adobe.gravity.service.bundleloader:IBundleLoaderFactory, configuration:XML) — metodo, interfaccia com.adobe.gravity.service.manifest.IBundleBuilder |
|
Add a bundle loader factory for loading the bundle. |
addLocalUser(projectId:String, user:com.adobe.solutions.prm.vo:TeamMemberVO) — metodo, interfaccia com.adobe.solutions.prm.service.IProjectManagementCoreService |
|
This function adds a local user to a project. |
addLocalUser(projectId:String, user:com.adobe.solutions.prm.vo:TeamMemberVO) — metodo, classe com.adobe.solutions.prm.services.impl.ProjectManagementCoreService |
|
This function adds a local user to a project. |
addLogger(logger:mx.logging:ILogger) — metodo, classe mx.logging.AbstractTarget |
|
Sets up this target with the specified logger. |
addLogger(logger:mx.logging:ILogger) — metodo, interfaccia mx.logging.ILoggingTarget |
|
Sets up this target with the specified logger. |
addManagedOperation(mop:mx.data:ManagedOperation) — metodo, classe mx.data.RPCDataManager |
|
Adds a managed operation to the set managed by this data manager. |
addMarker(marker:org.osmf.metadata:TimelineMarker) — metodo, classe org.osmf.metadata.TimelineMetadata |
|
Adds the specified TimelineMarker to this object. |
addMediaElement(element:org.osmf.media:MediaElement) — metodo, interfaccia org.osmf.containers.IMediaContainer |
|
Adds a MediaElement instance to the container. |
addMediaElement(element:org.osmf.media:MediaElement) — metodo, classe org.osmf.containers.MediaContainer |
|
Adds a MediaElement instance to the container. |
addMember(s:mx.olap:IOLAPMember) — metodo, interfaccia mx.olap.IOLAPQueryAxis |
|
Adds a single member to the query axis. |
addMember(member:mx.olap:IOLAPElement) — metodo, interfaccia mx.olap.IOLAPTuple |
|
Adds a new member to the tuple. |
addMember(m:mx.olap:IOLAPMember) — metodo, classe mx.olap.OLAPQueryAxis |
|
Adds a single member to the query axis. |
addMember(element:mx.olap:IOLAPElement) — metodo, classe mx.olap.OLAPTuple |
|
Adds a new member to the tuple. |
addMemberAndSave(member:com.adobe.solutions.rca.domain.common:IMember) — metodo, classe com.adobe.solutions.prm.domain.impl.Project |
|
This remote operation adds a member to the collection and submits the change to the server. |
addMemberAndSave(member:com.adobe.solutions.rca.domain.common:IMember) — metodo, classe com.adobe.solutions.prm.domain.impl.WorkItem |
|
This remote operation adds a member to the collection and submits the change to the server. |
addMemberAndSave(member:com.adobe.solutions.rca.domain.common:IMember) — metodo, interfaccia com.adobe.solutions.rca.domain.common.IMemberCollection |
|
This remote operation adds a member to the collection and submits the change to the server. |
addMemberAndSave(member:com.adobe.solutions.rca.domain.common:IMember) — metodo, classe com.adobe.solutions.rca.domain.impl.ReviewContext |
|
This remote operation adds a member to the collection and submits the change to the server. |
addMemberAndSave(member:com.adobe.solutions.rca.domain.common:IMember) — metodo, classe com.adobe.solutions.rca.domain.impl.Stage |
|
This remote operation adds a member to the collection and submits the change to the server. |
addMemberHint(peerID:String) — metodo, classe flash.net.NetGroup |
|
Aggiunge manualmente un record per specificare che peerID è un membro del gruppo. |
addMembers(value:mx.collections:IList) — metodo, interfaccia mx.olap.IOLAPTuple |
|
Adds a list of members to the tuple. |
addMembers(value:mx.collections:IList) — metodo, classe mx.olap.OLAPTuple |
|
Adds a list of members to the tuple. |
addMenuItem(obj:flash.display:InteractiveObject, url:String, hideBuiltIns:Boolean) — Metodo statico , classe com.adobe.viewsource.ViewSource |
|
Adds a "View Source" context menu item
to the context menu of the given object. |
addMessageListener(namespace:String, name:String, handler:Function) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IMessageBus |
|
Adds a listener for a namespace and name combination. |
addMetadata(namespaceURL:String, metadata:org.osmf.metadata:Metadata) — metodo, classe org.osmf.media.MediaElement |
|
Adds a Metadata object to this MediaElement under the specified namespace URL. |
addMetadataValue(namespaceURL:String, value:Object) — metodo, classe org.osmf.media.MediaResourceBase |
|
Adds a metadata value to this resource. |
addModerator(moderator:com.adobe.livecycle.rca.model.participant:Moderator) — metodo, classe com.adobe.livecycle.rca.model.participant.ModeratorCollection |
|
Adds items of type Moderator to the collection. |
addModeratorAt(moderator:com.adobe.livecycle.rca.model.participant:Moderator, index:int) — metodo, classe com.adobe.livecycle.rca.model.participant.ModeratorCollection |
| Adds items of type Moderator to the collection. |
addModuleAssignment(value:com.adobe.icc.editors.model:ModuleAssignmentModel, addAt:int) — metodo, classe com.adobe.icc.editors.model.TargetAreaAssignmentModel |
|
Adds a module assignment to this target area assignment object. |
addModuleInstance(moduleInstance:com.adobe.icc.dc.domain:IModuleInstance) — metodo, classe com.adobe.icc.dc.domain.VariableInstance |
|
Add the given moduleInstance to this VariableInstance, as a source of the associated Variable. |
addMotionPath(newMotionPath:spark.effects.animation:MotionPath, newEffectStartTime:Number) — metodo, classe spark.effects.supportClasses.AnimateTransformInstance |
|
Adds a MotionPath object to the set of MotionPath objects in this instance,
with the start time relative to the outermost parent effect. |
addMouseClickHandlerToExistingRenderers() — metodo, classe spark.automation.delegates.components.supportClasses.SparkListBaseAutomationImpl |
| |
addMouseEvent(obj:flash.display:DisplayObject, event:String, handler:Function, useCapture:Boolean, priority:int, useWeekRef:Boolean) — metodo, classe mx.automation.delegates.core.UIComponentAutomationImpl |
| |
addMouseEvent(obj:flash.display:DisplayObject, event:String, handler:Function, useCapture:Boolean, priority:int, useWeekRef:Boolean) — metodo, classe spark.automation.delegates.components.supportClasses.SparkGroupBaseAutomationImpl |
| |
addNamespace(ns:Object) — metodo, classe XML |
|
Aggiunge uno spazio dei nomi al gruppo di spazi dei nomi validi per l'oggetto XML. |
addNeighbor(peerID:String) — metodo, classe flash.net.NetGroup |
|
Aggiunge manualmente un vicino, stabilendo immediatamente una connessione diretta all'oggetto peerID specificato, che deve già essere parte di questo gruppo. |
addNewAsset() — metodo, classe com.adobe.solutions.prm.presentation.asset.AssetPod |
|
This method adds a new asset. |
addNote(taskId:String, title:String, note:String, attachmentPermissions:lc.procmgmt.domain:AttachmentPermissions) — metodo, interfaccia lc.procmgmt.ITaskManager |
|
Adds a note to a task item. |
addNote(title:String, note:String, permissions:lc.procmgmt.domain:AttachmentPermissions) — metodo, classe lc.procmgmt.domain.Task |
|
Adds a note to the task. |
addNote() — metodo, classe lc.procmgmt.ui.attachments.AttachmentHeaderModel |
|
Adds the title and note properties to the current
Task object, with the specified AttachmentPermissions object
set. |
ADD_NOTE_COMPLETE — Proprietà statica costante, classe lc.foundation.events.ObjectResultEvent |
|
A special value that specifies notes were added to a task. |
addObject(obj:mx.core:IUIComponent, scaleType:String) — metodo, classe mx.printing.FlexPrintJob |
|
Adds a UIComponent object to the list of objects being printed. |
addOfflineItem(item:Object) — metodo, classe mx.data.DataServiceOfflineAdapter |
|
Adds the specified offline item to the localStore. |
addOfflineItem(item:Object) — metodo, classe mx.data.SQLiteOfflineAdapter |
|
Adds the specified offline item to the localStore. |
addOneShotEventListener(dispatcher:flash.events:IEventDispatcher, type:String, listener:Function, useCapture:Boolean, priority:int) — Funzione del pacchetto, com.adobe.gravity.utility.events |
|
Add an event listener to the specified event dispatcher ensuring that it will only fire once. |
addOneShotEventListener(dispatcher:flash.events:IEventDispatcher, type:String, listener:Function, useCapture:Boolean, priority:int) — Funzione del pacchetto, lc.foundation.util |
|
Add an event listener to the specified event dispatcher ensuring that it will only fire once. |
addOperation(operation:flashx.textLayout.operations:FlowOperation) — metodo, classe flashx.textLayout.operations.CompositeOperation |
|
Aggiunge un'ulteriore operazione alla fine dell'elenco. |
addOperationParameterButton — Parte skin, classe com.adobe.dct.view.DictionaryServiceView |
| A skin part that defines a Button which adds an operation parameter.
A skin part that defines a Button which adds an operation parameter. |
addPage(sprite:flash.display:Sprite, printArea:flash.geom:Rectangle, options:flash.printing:PrintJobOptions, frameNum:int) — metodo, classe flash.printing.PrintJob |
|
Invia l'oggetto Sprite specificato come pagina singola allo spooler di stampa. |
addPage() — metodo, classe ga.model.PanelManager |
|
If the panel is allowed to repeat, this method adds a new panel after the current panel. |
addPanel(panel:com.adobe.mosaic.om.interfaces:IPanel, onSuccess:Function, onFailure:Function) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IPanel |
|
Adds a Panel to the Panel. |
addPanel(panel:com.adobe.mosaic.om.interfaces:IPanel, onSuccess:Function, onFailure:Function) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IShell |
|
Adds a Panel to the shell. |
addPanel(panel:com.adobe.mosaic.om.interfaces:IPanel, onSuccess:Function, onFailure:Function) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IView |
|
Adds a Panel to the View. |
addPanelButton — Parte skin, classe com.adobe.guides.spark.wrappers.components.StandardWrapperHost |
| The add panel button skin part.
The add panel button skin part. |
AddPanelButton — classe, pacchetto ga.controls |
|
The AddPanelButton class defines the Add Panel Button component, which
adds a new instance of a repeating panel to a list of panels contained within a section. |
AddPanelEvent — classe, pacchetto com.adobe.mosaic.om.events |
|
The AddPanelEvent class defines a transient notification of adding a Panel. |
AddPanelEvent(type:String, panelNode:com.adobe.mosaic.om.interfaces:IPanel, msg:String) — Funzione di costruzione, classe com.adobe.mosaic.om.events.AddPanelEvent |
|
Constructor. |
addParams(func:Function, ... rest) — Funzione del pacchetto, com.adobe.gravity.utility.async |
|
Create an adapter function that calls the provided function with the provided parameters,
appending any parameters passed in when it is invoked. |
addParams(func:Function, ... rest) — Funzione del pacchetto, lc.foundation.util |
|
Create an adapter function that calls the provided function with the provided parameters,
appending any parameters passed in when it is invoked. |
addParticipant(participant:com.adobe.solutions.rca.domain:IStageParticipant) — metodo, interfaccia com.adobe.solutions.rca.domain.IStage |
|
Adds a participant at the end of the list of participants for this stage. |
addParticipant(participant:com.adobe.solutions.rca.domain:IStageParticipant) — metodo, classe com.adobe.solutions.rca.domain.impl.Stage |
|
Adds a participant at the end of the list of participants for this stage. |
addParticipantAt(participant:com.adobe.solutions.rca.domain:IStageParticipant, index:int) — metodo, interfaccia com.adobe.solutions.rca.domain.IStage |
|
Adds a participant at the end of the list of participants for this stage. |
addParticipantAt(participant:com.adobe.solutions.rca.domain:IStageParticipant, index:int) — metodo, classe com.adobe.solutions.rca.domain.impl.Stage |
|
Adds a participant at the end of the list of participants for this stage. |
addParticipantToStage(reviewId:String, stageNo:int, stageParticipant:com.adobe.solutions.rca.vo:StageParticipantVO) — metodo, interfaccia com.adobe.solutions.rca.service.IReviewCommentingAndApproval |
|
This operation adds a new non-moderator participant in an ongoing creation, review, or approval stage. |
addParticipantToStage(reviewId:String, stageNo:int, stageParticipant:com.adobe.solutions.rca.vo:StageParticipantVO) — metodo, classe com.adobe.solutions.rca.services.impl.ReviewCommentingAndApproval |
|
This operation adds a new non-moderator participant in an ongoing creation, review, or approval stage. |
addPopUp(window:mx.core:IFlexDisplayObject, parent:flash.display:DisplayObject, modal:Boolean, childList:String, moduleFactory:mx.core:IFlexModuleFactory) — Metodo statico , classe mx.managers.PopUpManager |
|
Pops up a top-level window. |
ADD_POP_UP_PLACE_HOLDER_REQUEST — Proprietà statica costante, classe mx.events.SWFBridgeRequest |
|
Adds a placeholder for a pop up window hosted by a child SystemManager. |
ADD_POP_UP_REQUEST — Proprietà statica costante, classe mx.events.SWFBridgeRequest |
|
Adds a popup on the targeted application. |
addPosition(p:mx.olap:IOLAPAxisPosition) — metodo, classe mx.olap.OLAPResultAxis |
|
Adds a position to the axis of the query result. |
addPostLoadAction(action:Function) — metodo, interfaccia com.adobe.gravity.service.manifest.IManifestParseContext |
|
Add a post-load action. |
addPreloadedRSL(loaderInfo:flash.display:LoaderInfo, rsl:Vector$mx.core:RSLData) — metodo, interfaccia mx.core.IFlexModuleFactory |
|
Adds an RSL to the preloadedRSLs list. |
addPreloadedRSL(loaderInfo:flash.display:LoaderInfo, rsl:Vector$mx.core:RSLData) — metodo, classe mx.managers.SystemManager |
|
Adds an RSL to the preloadedRSLs list. |
addProject(prj:com.adobe.solutions.prm.domain:IProject) — metodo, interfaccia com.adobe.solutions.prm.domain.IProject |
|
This method adds a project to a collection of projects. |
addProject(project:com.adobe.solutions.prm.domain:IProject) — metodo, classe com.adobe.solutions.prm.domain.impl.Project |
|
This method adds a project to a collection of projects. |
addProject(projectId:String, childProject:com.adobe.solutions.prm.vo:ProjectVO) — metodo, interfaccia com.adobe.solutions.prm.service.IProjectManagementCoreService |
|
This function adds or creates a sub-project within an existing project. |
addProject(projectId:String, childProject:com.adobe.solutions.prm.vo:ProjectVO) — metodo, classe com.adobe.solutions.prm.services.impl.ProjectManagementCoreService |
|
This function adds or creates a sub-project within an existing project. |
addProjectAndSave(project:com.adobe.solutions.prm.domain:IProject) — metodo, interfaccia com.adobe.solutions.prm.domain.IProject |
|
This remote operation adds a sub-project to the current project and updates it on the server. |
addProjectAndSave(project:com.adobe.solutions.prm.domain:IProject) — metodo, classe com.adobe.solutions.prm.domain.impl.Project |
|
This remote operation adds a sub-project to the current project and updates it on the server. |
addPropertiesIcon — Parte skin, classe com.adobe.dct.view.PropertyContainer |
| A skin part that defines SkinnableComponent which adds extended property to the data dictionary element.
A skin part that defines SkinnableComponent which adds extended property to the data dictionary element. |
addPropertyArray(name:String, values:Array, startFrame:int, endFrame:int) — metodo, classe fl.motion.MotionBase |
|
Memorizza un array di valori nei corrispondenti fotogrammi chiave per una proprietà dichiarata della classe Motion. |
addQuads — Proprietà, classe coldfusion.service.mxml.Pdf |
|
Add the position or quadrants of the thumbnail
|
addRadioButton(radioButton:fl.controls:RadioButton) — metodo, classe fl.controls.RadioButtonGroup |
|
Aggiunge un pulsante di scelta all'array di pulsanti di scelta interno da utilizzare per l'indicizzazione del gruppo di pulsanti di scelta, al fine di consentire la selezione di un singolo pulsante di scelta in un gruppo. |
addRawModule(dataModule:com.adobe.icc.vo:DataModule, position:int) — metodo, classe com.adobe.icc.dc.domain.ListModuleInstance |
|
Inserts the specified raw DataModule into the list's contents as extra selected content if list is open. |
addRawModule(dataModule:com.adobe.icc.vo:DataModule, position:int) — metodo, classe com.adobe.icc.dc.domain.TargetInstance |
|
Inserts the specified raw DataModule into the list's contents as extra selected content if list is open. |
addRef(applicationDomain:flash.system:ApplicationDomain) — metodo, interfaccia com.adobe.gravity.framework.IApplicationDomainManager |
|
Increment the reference count on the ApplicationDomain. |
addReferenceDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — metodo, interfaccia com.adobe.solutions.prm.domain.IProject |
|
This method adds a reference document to a collection of referenceDocuments. |
addReferenceDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — metodo, interfaccia com.adobe.solutions.prm.domain.IWorkItem |
|
This method adds a reference document to the referenceDocuments collection. |
addReferenceDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — metodo, classe com.adobe.solutions.prm.domain.impl.Project |
|
This method adds a reference document to a collection of referenceDocuments. |
addReferenceDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — metodo, classe com.adobe.solutions.prm.domain.impl.WorkItem |
|
This method adds a reference document to the referenceDocuments collection. |
addReminder(reminder:com.adobe.livecycle.rca.model.reminder:Reminder) — metodo, classe com.adobe.livecycle.rca.model.reminder.ReminderCollection |
|
Adds items of type Reminder to the collection. |
addReminderAt(reminder:com.adobe.livecycle.rca.model.reminder:Reminder, index:int) — metodo, classe com.adobe.livecycle.rca.model.reminder.ReminderCollection |
| Adds items of type Reminder to the collection. |
AddRemoveEffectTargetFilter — classe, pacchetto mx.effects.effectClasses |
|
AddRemoveEffectTargetFilter is a subclass of EffectTargetFilter that handles
the logic for filtering targets that have been added or removed as
children to a container. |
AddRemoveEffectTargetFilter() — Funzione di costruzione, classe mx.effects.effectClasses.AddRemoveEffectTargetFilter |
|
Constructor. |
addResource(ns:Namespace, resource:Object) — metodo, classe mx.rpc.xml.QualifiedResourceManager |
|
Adds a resource to a potential Array of resources for a
given namespace. |
addResourceBundle(resourceBundle:mx.resources:IResourceBundle, useWeakReference:Boolean) — metodo, interfaccia mx.resources.IResourceManager |
|
Adds the specified ResourceBundle to the ResourceManager
so that its resources can be accessed by ResourceManager
methods such as getString(). |
addResources(lang:String, res:Object) — metodo, classe air.update.ApplicationUpdaterUI |
|
Aggiunge dinamicamente un nuovo pacchetto di risorse per la lingua specificata. |
addResponder(responder:mx.rpc:IResponder) — metodo, classe coldfusion.air.SessionToken |
|
addResponder adds a responder to an Array of responders. |
addResponder(responder:mx.rpc:IResponder) — metodo, interfaccia com.adobe.ep.taskmanagement.util.IToken |
|
Adds an object to handle the result or failure for an asynchronous invocation. |
addResponder(responder:mx.rpc:IResponder) — metodo, classe com.adobe.ep.taskmanagement.util.Token |
|
Adds an object to handle the result or failure for an asynchronous invocation. |
addResponder(responder:mx.rpc:IResponder) — metodo, interfaccia com.adobe.icc.token.IAsyncToken |
|
Adds a responder to this token. |
addResponder(responder:mx.rpc:IResponder) — metodo, interfaccia com.adobe.livecycle.rca.token.IAsyncToken |
|
Adds a responder to this token. |
addResponder(responder:mx.rpc:IResponder) — metodo, classe com.adobe.livecycle.rca.token.RCAToken |
|
Adds a responder to this token. |
addResponder(responder:mx.rpc:IResponder) — metodo, classe lc.foundation.util.Token |
|
Adds an object to handle the result or failure for an asynchronous invocation. |
addResponder(responder:mx.rpc:IResponder) — metodo, classe mx.collections.errors.ItemPendingError |
|
addResponder adds a responder to an Array of responders. |
addResponder(responder:mx.rpc:IResponder) — metodo, classe mx.rpc.AsyncToken |
|
Adds a responder to an Array of responders. |
address — Proprietà, classe flash.net.InterfaceAddress |
|
L'indirizzo IP (Internet Protocol). |
address — Proprietà, classe flash.net.dns.AAAARecord |
|
L'indirizzo IPv6. |
address — Proprietà, classe flash.net.dns.ARecord |
|
L'indirizzo IPv4. |
address — Proprietà, classe lc.foundation.domain.User |
|
Deprecated Since Workspace 10: Please use the postalAddress property. |
addressedTo — Proprietà, classe com.adobe.solutions.prm.vo.MessageVO |
|
Defines the addressed-to field for a message. |
addresses — Proprietà, classe flash.net.NetworkInterface |
|
L'elenco degli indirizzi associati a questa interfaccia di rete |
addResultHandler(handler:Function) — metodo, interfaccia com.adobe.ep.taskmanagement.util.IToken |
|
Adds a result handler for this asynchronous invocation. |
addResultHandler(handler:Function) — metodo, classe com.adobe.ep.taskmanagement.util.Token |
|
Adds a result handler for this asynchronous invocation. |
addResultHandler(handler:Function) — metodo, classe lc.foundation.util.Token |
|
Adds a result handler for this asynchronous invocation. |
addReviewer(reviewer:com.adobe.livecycle.rca.model.participant:Reviewer) — metodo, classe com.adobe.livecycle.rca.model.participant.ReviewerCollection |
| Adds items of type Reviewer to the collection. |
addReviewer(reviewId:String, stageNo:int, domain:String, canonicalName:String, isOptional:Boolean) — metodo, interfaccia com.adobe.livecycle.rca.service.core.IReviewCommentingAndApprovalService |
|
Adds a reviewer to a stage of an ongoing review. |
addReviewer(reviewId:String, stageNo:int, domain:String, canonicalName:String, isOptional:Boolean) — metodo, classe com.adobe.livecycle.rca.service.core.delegate.ReviewCommentingAndApprovalService |
|
Adds a reviewer to a stage of an ongoing review. |
ADD_REVIEWER — Proprietà statica costante, classe com.adobe.solutions.rca.constant.OperationType |
|
This operation adds a reviewer to a review stage. |
addReviewerAt(reviewer:com.adobe.livecycle.rca.model.participant:Reviewer, index:int) — metodo, classe com.adobe.livecycle.rca.model.participant.ReviewerCollection |
| Adds items of type Reviewer to the collection. |
AddReviewStageParticipant — classe, pacchetto com.adobe.solutions.rca.presentation |
|
The host component for dialog used to adding participants to an review stage. |
AddReviewStageParticipant() — Funzione di costruzione, classe com.adobe.solutions.rca.presentation.AddReviewStageParticipant |
|
The constructor for AddReviewStageParticipant class. |
addReviewStageParticipantPanel — Parte skin, classe com.adobe.solutions.rca.presentation.AddReviewStageParticipant |
| The skin part that defines the Panel where the content of AddReviewParticipant get pushed into and laid out.
The skin part that defines the Panel where the content
of AddReviewParticipant get pushed into and laid out. |
ADD_ROW — Proprietà statica costante, classe spark.events.GridSelectionEventKind |
|
Indicates that this row should be added to the current selection. |
addRSLInfo(info:fl.rsl:RSLInfo) — metodo, classe fl.rsl.RSLPreloader |
|
Aggiunge un record RSLInfo descrittivo al file SWF o SWZ in corso di scaricamento. |
addScrollers(chilArray:Array) — metodo, classe spark.automation.delegates.components.SparkDataGridAutomationImpl |
|
private
|
addScrollers(chilArray:Array) — metodo, classe spark.automation.delegates.components.SparkSkinnableDataContainerAutomationImpl |
| |
addScrollers(chilArray:Array) — metodo, classe spark.automation.delegates.components.supportClasses.SparkListBaseAutomationImpl |
|
private
|
addSection() — metodo, classe ga.model.PanelManager |
|
If the section is repeatable, this method adds a new section after the current section. |
addSelectedCell(rowIndex:int, columnIndex:int) — metodo, classe spark.components.DataGrid |
|
If selectionMode
is GridSelectionMode.SINGLE_CELL or
GridSelectionMode.MULTIPLE_CELLS, adds the cell to
the selection and sets the caret position to the cell. |
addSelectedCell(rowIndex:int, columnIndex:int) — metodo, classe spark.components.Grid |
|
If selectionMode
is GridSelectionMode.SINGLE_CELL or
GridSelectionMode.MULTIPLE_CELLS, adds the cell to
the selection and sets the caret position to the cell. |
addSelectedIndex(rowIndex:int) — metodo, classe spark.components.DataGrid |
|
If selectionMode
is GridSelectionMode.MULTIPLE_ROWS, adds this row to
the selection and sets the caret position to this row. |
addSelectedIndex(rowIndex:int) — metodo, classe spark.components.Grid |
|
If selectionMode
is GridSelectionMode.MULTIPLE_ROWS, adds this row to
the selection and sets the caret position to this row. |
addSelectionContainer(selectionContainer:flash.display:DisplayObjectContainer) — metodo, classe flashx.textLayout.container.ContainerController |
|
Aggiunge un oggetto flash.display.DisplayObjectContainer a cui vengono aggiunte forme di selezione (ad esempio, evidenziazione della selezione di blocchi, cursore e così via) . |
addService(service:com.adobe.mosaic.om.interfaces:IService, onSuccess:Function, onFailure:Function) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IShell |
|
Adds a service to this shell. |
AddServiceEvent — classe, pacchetto com.adobe.mosaic.om.events |
|
The AddServiceEvent is dispatched when a service is added to the composite application. |
AddServiceEvent(type:String, serviceNode:com.adobe.mosaic.om.interfaces:IService, msg:String) — Funzione di costruzione, classe com.adobe.mosaic.om.events.AddServiceEvent |
|
Constructor. |
addServiceEventFailure — Evento, classe com.adobe.mosaic.mxml.Service |
|
The addServiceEventFailure defines a failure notification of an attempt to load a Service. |
addServiceEventSuccess — Evento, classe com.adobe.mosaic.mxml.Service |
|
The addServiceEventSuccess defines a successful notification of loading a Service. |
addSet(s:mx.olap:IOLAPSet) — metodo, interfaccia mx.olap.IOLAPQueryAxis |
|
Adds a set to the query axis. |
addSet(s:mx.olap:IOLAPSet) — metodo, classe mx.olap.OLAPQueryAxis |
|
Adds a set to the query axis. |
addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String) — metodo, classe mx.rpc.soap.AbstractWebService |
|
Add a header that will be applied to all operations of this WebService. |
addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String) — metodo, classe mx.rpc.soap.Operation |
|
Adds a header that is applied only to this Operation. |
addSortField(columnName:String, columnNumber:int, collection:mx.collections:ICollectionView) — metodo, classe mx.controls.AdvancedDataGridBaseEx |
|
Adds a data field to the list of sort fields. |
addStage(stage:com.adobe.livecycle.rca.model.stage:AbstractStage) — metodo, classe com.adobe.livecycle.rca.model.stage.StageCollection |
| Adds items of type AbstractStage to the collection
|
addStage(stage:com.adobe.solutions.rca.domain:IStage) — metodo, interfaccia com.adobe.solutions.rca.domain.IReviewContext |
|
Adds stage to the review after the last stage. |
addStage(stage:com.adobe.solutions.rca.domain:IStage) — metodo, classe com.adobe.solutions.rca.domain.impl.ReviewContext |
|
Adds stage to the review after the last stage. |
addStageAt(stage:com.adobe.livecycle.rca.model.stage:AbstractStage, index:int) — metodo, classe com.adobe.livecycle.rca.model.stage.StageCollection |
|
Adds items of type AbstractStage to the collection. |
addStageAt(stage:com.adobe.solutions.rca.domain:IStage, index:int) — metodo, interfaccia com.adobe.solutions.rca.domain.IReviewContext |
|
Adds stage to the review at the specified index from the beginning. |
addStageAt(stage:com.adobe.solutions.rca.domain:IStage, index:int) — metodo, classe com.adobe.solutions.rca.domain.impl.ReviewContext |
|
Adds stage to the review at the specified index from the beginning. |
AddStageParticipant — classe, pacchetto com.adobe.solutions.rca.presentation |
|
This class defines the base functionality for adding a participant to a stage. |
AddStageParticipant() — Funzione di costruzione, classe com.adobe.solutions.rca.presentation.AddStageParticipant |
|
The constructor for AddStageParticipant class. |
addStageParticipantHandler(event:com.adobe.solutions.rca.presentation.event:StageParticipantEvent) — metodo, classe com.adobe.solutions.rca.presentation.template.stages.ApprovalStage |
|
Adds a participant to an approval stage if not already added. |
addStageParticipantHandler(event:com.adobe.solutions.rca.presentation.event:StageParticipantEvent) — metodo, classe com.adobe.solutions.rca.presentation.template.stages.ReviewStage |
|
This function adds a participant to an approval stage if the participant does not already exist. |
addStyleClient(styleClient:mx.styles:IAdvancedStyleClient) — metodo, classe mx.core.UIComponent |
|
Adds a non-visual style client to this component instance. |
addSubmenu(submenu:flash.display:NativeMenu, label:String) — metodo, classe flash.display.NativeMenu |
|
Aggiunge un sottomenu al menu inserendo una nuova voce di menu. |
addSubmenuAt(submenu:flash.display:NativeMenu, index:int, label:String) — metodo, classe flash.display.NativeMenu |
|
Aggiunge un sottomenu al menu inserendo una nuova voce di menu nella posizione specificata. |
addSubscription(subtopic:String, selector:String, maxFrequency:uint) — metodo, classe mx.messaging.MultiTopicConsumer |
|
This is a convenience method for adding a new subscription. |
ADD_SUBSCRIPTIONS — Proprietà statica costante, classe mx.messaging.messages.CommandMessage |
|
Header used in a MULTI_SUBSCRIBE message to specify an Array of subtopic/selector
pairs to add to the existing set of subscriptions. |
addSubtopic(subtopic:String) — metodo, classe mx.messaging.MultiTopicProducer |
|
Adds a subtopic to the current list of subtopics for messages sent by this
producer. |
addSuccessHandler(handler:Function, weakReference:Boolean) — metodo, classe com.adobe.gravity.utility.async.AggregatingToken |
|
Add a handler to be called if the operation succeeds. |
addSuccessHandler(handler:Function, weakReference:Boolean) — metodo, interfaccia com.adobe.gravity.utility.async.IToken |
|
Add a handler to be called if the operation succeeds. |
addSuccessHandler(handler:Function, weakReference:Boolean) — metodo, classe com.adobe.gravity.utility.async.ImmediateFaultToken |
|
Add a handler to be called if the operation succeeds. |
addSuccessHandler(handler:Function, weakReference:Boolean) — metodo, classe com.adobe.gravity.utility.async.ImmediateSuccessToken |
|
Add a handler to be called if the operation succeeds. |
addSuccessHandler(handler:Function, weakReference:Boolean) — metodo, classe com.adobe.gravity.utility.async.Token |
|
Add a handler to be called if the operation succeeds. |
addSuccessHandler(handler:Function, weakReference:Boolean) — metodo, classe com.adobe.gravity.utility.flex.async.AsyncTokenWrapper |
|
Add a handler to be called if the operation succeeds. |
addSuccessHandler(success:Function) — metodo, interfaccia com.adobe.icc.token.IAsyncToken |
|
Adds a success handler to this token. |
addSuccessHandler(success:Function) — metodo, interfaccia com.adobe.livecycle.rca.token.IAsyncToken |
|
Adds a success handler to this token. |
addSuccessHandler(success:Function) — metodo, classe com.adobe.livecycle.rca.token.RCAToken |
|
Adds a success handler to this token. |
addSupportingDocument(doc:com.adobe.livecycle.rca.model.document:SupportingDocument) — metodo, classe com.adobe.livecycle.rca.model.document.DocumentCollection |
| Adds items of type SupportingDocument to the collection. |
addSupportingDocument(projectId:String, supportingDocument:com.adobe.solutions.rca.vo:DocumentVO) — metodo, interfaccia com.adobe.solutions.prm.service.IProjectManagementCoreService |
|
This function adds a supporting document to a project. |
addSupportingDocument(workItemId:String, supportingDocument:com.adobe.solutions.rca.vo:DocumentVO) — metodo, interfaccia com.adobe.solutions.prm.service.IWorkItemManagementService |
|
This function adds a supporting document to a workitem. |
addSupportingDocument(projectId:String, supportingDocument:com.adobe.solutions.rca.vo:DocumentVO) — metodo, classe com.adobe.solutions.prm.services.impl.ProjectManagementCoreService |
|
This function adds a supporting document to a project. |
addSupportingDocument(workItemId:String, supportingDocument:com.adobe.solutions.rca.vo:DocumentVO) — metodo, classe com.adobe.solutions.prm.services.impl.WorkItemManagementService |
|
This function adds a supporting document to a workitem. |
addSupportingDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — metodo, interfaccia com.adobe.solutions.rca.domain.IReviewContext |
|
Adds the supporting document at the end of the list of supportingDocuments for this review. |
addSupportingDocument(doc:com.adobe.solutions.rca.domain:ISupportingDocument) — metodo, classe com.adobe.solutions.rca.domain.impl.ReviewContext |
|
Adds the supporting document at the end of the list of supportingDocuments for this review. |
addSupportingDocumentAt(doc:com.adobe.livecycle.rca.model.document:SupportingDocument, index:int) — metodo, classe com.adobe.livecycle.rca.model.document.DocumentCollection |
| Adds items of type SupportingDocument to the collection. |
addSupportingDocumentAt(doc:com.adobe.solutions.rca.domain:ISupportingDocument, index:int) — metodo, interfaccia com.adobe.solutions.rca.domain.IReviewContext |
|
Adds the supporting document at the index in the list of supportingDocuments for this review. |
addSupportingDocumentAt(doc:com.adobe.solutions.rca.domain:ISupportingDocument, index:int) — metodo, classe com.adobe.solutions.rca.domain.impl.ReviewContext |
|
Adds the supporting document at the index in the list of supportingDocuments for this review. |
addSynchronization(isComplete:Function, target:Object) — metodo, interfaccia mx.automation.IAutomationObjectHelper |
|
Adds a synchronization object to the automation manager. |
addTab — Evento, classe com.adobe.mosaic.sparklib.tabLayout.TabLayout |
|
Dispatched when the add button is clicked. |
addTab(child:flash.display:DisplayObject) — metodo, classe com.adobe.mosaic.sparklib.tabLayout.TabLayout |
|
Adds a child to the end of the tab list. |
ADD_TAB — Proprietà statica costante, classe com.adobe.mosaic.sparklib.tabLayout.events.TabLayoutEvent |
|
A new tab is requested. |
addTabAt(child:flash.display:DisplayObject, index:int) — metodo, classe com.adobe.mosaic.sparklib.tabLayout.TabLayout |
|
Adds a child in a specific location to the tab list. |
addTarget(target:flash.display:DisplayObject, repeatCount:int, autoPlay:Boolean, startFrame:int, useCurrentFrame:Boolean) — metodo, classe fl.motion.AnimatorFactoryBase |
|
Crea e restituisce un'istanza AnimatorBase, la cui proprietà target è impostata su DisplayObject (se disponibile) che corrisponde alla proprietà targetName di targetParent e la cui proprietà Motion viene memorizzata nell'istanza AnimatorFactoryBase al momento della creazione. |
addTarget(target:mx.logging:ILoggingTarget) — Metodo statico , classe mx.logging.Log |
|
Allows the specified target to begin receiving notification of log
events. |
addTarget(target:org.osmf.layout:ILayoutTarget) — metodo, classe org.osmf.layout.LayoutRendererBase |
|
Method for adding a target to the layout renderer's list of objects
that it calculates the size and position for. |
addTargetInfo(targetParent:flash.display:DisplayObject, targetName:String, repeatCount:int, autoPlay:Boolean, startFrame:int, useCurrentFrame:Boolean, initialPosition:Array, zIndex:int, placeholderName:String, instanceFactoryClass:Class) — metodo, classe fl.motion.AnimatorFactoryBase |
|
Fa riferimento all'oggetto DisplayObjectContainer principale, quindi crea e restituisce un'istanza AnimatorBase, la cui proprietà target è impostata su DisplayObject (se disponibile), che corrisponde alla proprietà targetName di targetParent e la cui proprietà Motion viene memorizzata nell'istanza AnimatorFactoryBase al momento della creazione. |
addTask(task:lc.procmgmt.domain:Task) — metodo, classe lc.procmgmt.domain.QueueBase |
|
Adds a task to the queue. |
addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember) — metodo, interfaccia com.adobe.solutions.prm.domain.IProject |
|
This method adds a team member to a collection of members. |
addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember) — metodo, interfaccia com.adobe.solutions.prm.domain.IWorkItem |
|
This method adds a team member to the collection of the members. |
addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember) — metodo, classe com.adobe.solutions.prm.domain.impl.Project |
|
This method adds a team member to a collection of members. |
addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember) — metodo, classe com.adobe.solutions.prm.domain.impl.WorkItem |
|
This method adds a team member to the collection of the members. |
addTeamMember(projectId:String, member:com.adobe.solutions.prm.vo:TeamMemberVO) — metodo, interfaccia com.adobe.solutions.prm.service.IProjectManagementCoreService |
|
This function adds a team member to the project. |
addTeamMember(workItemId:String, member:com.adobe.solutions.prm.vo:TeamMemberVO) — metodo, interfaccia com.adobe.solutions.prm.service.IWorkItemManagementService |
|
This function adds a team member to a workitem. |
addTeamMember(projectId:String, member:com.adobe.solutions.prm.vo:TeamMemberVO) — metodo, classe com.adobe.solutions.prm.services.impl.ProjectManagementCoreService |
|
This function adds a team member to the project. |
addTeamMember(workItemId:String, member:com.adobe.solutions.prm.vo:TeamMemberVO) — metodo, classe com.adobe.solutions.prm.services.impl.WorkItemManagementService |
|
This function adds a team member to a workitem. |
addTextLine(textLine:flash.text.engine:TextLine, index:int) — metodo, classe flashx.textLayout.container.ContainerController |
|
Aggiunge un oggetto flash.text.engine.TextLine come elemento discendente di container. |
addTile(tile:com.adobe.mosaic.om.interfaces:ITile, onSuccess:Function, onFailure:Function) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IPanel |
|
Adds a Tile to the Panel. |
addTile(tile:com.adobe.mosaic.om.interfaces:ITile, onSuccess:Function, onFailure:Function) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IShell |
|
Adds a Tile to the Shell. |
AddTileEvent — classe, pacchetto com.adobe.mosaic.om.events |
|
The AddTileEvent class defines a transient notification of adding a Tile. |
AddTileEvent(type:String, tileNode:com.adobe.mosaic.om.interfaces:ITile, msg:String) — Funzione di costruzione, classe com.adobe.mosaic.om.events.AddTileEvent |
|
Constructor. |
addTileEventFailure — Evento, classe com.adobe.mosaic.mxml.Tile |
|
The addTileEventFailure event indicates that an attempt to add a Tile from a Catalog failed. |
addTileEventSuccess — Evento, classe com.adobe.mosaic.mxml.Tile |
|
The addTileEventSuccess event indicates that adding a Tile from a Catalog was successful. |
addToCreationQueue(id:Object, preferredIndex:int, callbackFunc:Function, parent:mx.core:IFlexDisplayObject) — metodo, classe mx.core.Application |
|
Add a container to the Application's creation queue. |
addToDeviceGroup(deviceGroup:flash.net.drm:DRMDeviceGroup, forceRefresh:Boolean) — metodo, classe flash.net.drm.DRMManager |
|
Aggiunge il dispositivo attualmente in esecuzione al gruppo dispositivi. |
ADD_TO_DEVICE_GROUP_COMPLETE — Proprietà statica costante, classe flash.events.DRMDeviceGroupEvent |
| |
ADD_TO_DEVICE_GROUP_ERROR — Proprietà statica costante, classe flash.events.DRMDeviceGroupErrorEvent |
| |
addToFavorites(startpoint:lc.procmgmt.domain:Startpoint) — metodo, interfaccia lc.procmgmt.IFavoritesManager |
|
Adds an startpoint to the Favorites collection. |
addToFavorites(startpoint:lc.procmgmt.domain:Startpoint) — metodo, classe lc.procmgmt.impl.FavoritesManager |
|
Adds an startpoint to the Favorites collection. |
addToFreeItemRenderers(item:mx.controls.listClasses:IListItemRenderer) — metodo, classe mx.controls.listClasses.AdvancedListBase |
|
Adds a renderer to the recycled renderer list,
making it invisible and cleaning up references to it. |
addToFreeItemRenderers(item:mx.controls.listClasses:IListItemRenderer) — metodo, classe mx.controls.listClasses.ListBase |
|
Adds a renderer to the recycled renderer list,
making it invisible and cleaning up references to it. |
addToken(token:com.adobe.gravity.utility.async:IToken) — metodo, classe com.adobe.gravity.utility.async.AggregatingToken |
|
Add a token to be aggregated. |
addToRowArrays() — metodo, classe mx.controls.listClasses.ListBase |
|
Add a blank row to the beginning of the arrays that store references to the rows. |
addToShortestColumn(index:int) — metodo, classe com.adobe.mosaic.layouts.SmartColumnLayout |
|
Adds the item, given by its index, to the column that is visually
the shortest. |
addToShortestRow(index:int) — metodo, classe com.adobe.mosaic.layouts.SmartRowLayout |
|
Adds the item, given by its index, to the row that is visually
the shortest. |
addTrait(type:String, instance:org.osmf.traits:MediaTraitBase) — metodo, classe org.osmf.media.MediaElement |
|
Adds a new media trait to this media element. |
addTuple(t:mx.olap:IOLAPTuple) — metodo, interfaccia mx.olap.IOLAPQueryAxis |
|
Adds a tuple to the query axis. |
addTuple(tuple:mx.olap:IOLAPTuple) — metodo, interfaccia mx.olap.IOLAPSet |
|
Adds a new tuple to the set. |
addTuple(t:mx.olap:IOLAPTuple) — metodo, classe mx.olap.OLAPQueryAxis |
|
Adds a tuple to the query axis. |
addTuple(tuple:mx.olap:IOLAPTuple) — metodo, classe mx.olap.OLAPSet |
|
Adds a new tuple to the set. |
addUser() — metodo, classe lc.procmgmt.ui.task.TaskDirectiveModel |
|
Adds the selected users from the UserSearchDataGridModel object to
the selectedUsers property. |
addValidationListeners(validator:com.adobe.solutions.rca.presentation.util:MultiTriggerValidator) — metodo, classe com.adobe.solutions.prm.presentation.asset.AssetDetailsPod |
|
This method adds event listeners to a validator. |
addValidationListeners(validator:com.adobe.solutions.rca.presentation.util:MultiTriggerValidator) — metodo, classe com.adobe.solutions.prm.presentation.project.ProjectDetailsPod |
|
This method adds listeners for validation events on the given validator. |
addValue(key:String, value:Object) — metodo, classe org.osmf.metadata.Metadata |
|
Stores the specified value in this Metadata object, using the specified
key. |
addView(view:com.adobe.mosaic.om.interfaces:IView, onSuccess:Function, onFailure:Function) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IViewManager |
|
Adds a view to the ViewManager. |
AddViewEvent — classe, pacchetto com.adobe.mosaic.om.events |
|
The AddViewEvent class defines a transient notification of adding a view. |
AddViewEvent(type: |