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:String, viewNode:com.adobe.mosaic.om.interfaces:IView, msg:String) — Funzione di costruzione, classe com.adobe.mosaic.om.events.AddViewEvent | |
Constructor. | |
addViewManager(viewManager:com.adobe.mosaic.om.interfaces:IViewManager, onSuccess:Function, onFailure:Function) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IPanel | |
Adds a viewManager to this panel. | |
addViewManager(viewManager:com.adobe.mosaic.om.interfaces:IViewManager, onSuccess:Function, onFailure:Function) — metodo, interfaccia com.adobe.mosaic.om.interfaces.IShell | |
Adds a viewManager to the shell. | |
AddViewManagerEvent — classe, pacchetto com.adobe.mosaic.om.events | |
The AddViewManagerEvent class defines a transient notification of adding a ViewManager. | |
AddViewManagerEvent(type:String, viewManagerNode:com.adobe.mosaic.om.interfaces:IViewManager, msg:String) — Funzione di costruzione, classe com.adobe.mosaic.om.events.AddViewManagerEvent | |
Constructor. | |
addWantObjects(startIndex:Number, endIndex:Number) — metodo, classe flash.net.NetGroup | |
Aggiunge gli oggetti da startIndex a endIndex alla serie di oggetti da recuperare. | |
addWorkItem(item:com.adobe.solutions.prm.domain:IWorkItem) — metodo, interfaccia com.adobe.solutions.prm.domain.IProject | |
This method adds a workitem to a collection of workitems. | |
addWorkItem(item:com.adobe.solutions.prm.domain:IWorkItem) — metodo, classe com.adobe.solutions.prm.domain.impl.Project | |
This method adds a workitem to a collection of workitems. | |
addWorkItem(projectId:String, workItem:com.adobe.solutions.prm.vo:WorkItemVO) — metodo, interfaccia com.adobe.solutions.prm.service.IWorkItemManagementService | |
This function adds a work item to an existing project. | |
addWorkItem(projectId:String, workItem:com.adobe.solutions.prm.vo:WorkItemVO) — metodo, classe com.adobe.solutions.prm.services.impl.WorkItemManagementService | |
This function adds a work item to an existing project. | |
addWorkItemAndSave(workItem:com.adobe.solutions.prm.domain:IWorkItem) — metodo, interfaccia com.adobe.solutions.prm.domain.IProject | |
This remote operation adds a workitem to the current project and updates the changes on the server. | |
addWorkItemAndSave(workItem:com.adobe.solutions.prm.domain:IWorkItem) — metodo, classe com.adobe.solutions.prm.domain.impl.Project | |
This remote operation adds a workitem to the current project and updates the changes on the server. | |
addXMLPath(langCode:String, path:String) — Metodo statico , classe fl.lang.Locale | |
Aggiunge la coppia {languageCode, languagePath} all'array interno per un uso successivo. | |
AD_HOC_REVIEW — Proprietà statica costante, classe com.adobe.livecycle.rca.model.constant.ReviewType | |
Specifies the review type for an ad hoc review. | |
AD_HOC_REVIEW — Proprietà statica costante, classe com.adobe.solutions.rca.constant.ReviewType | |
The review type of an ad-hoc review. | |
adjustBrightness(rgb:uint, brite:Number) — Metodo statico , classe mx.utils.ColorUtil | |
Performs a linear brightness adjustment of an RGB color. | |
adjustBrightness2(rgb:uint, brite:Number) — Metodo statico , classe mx.utils.ColorUtil | |
Performs a scaled brightness adjustment of an RGB color. | |
AdjustColor — classe, pacchetto fl.motion | |
La classe AdjustColor definisce varie proprietà relative ai colori, ad esempio luminosità, contrasto, tonalità e saturazione, per supportare la classe ColorMatrixFilter. | |
AdjustColor() — Funzione di costruzione, classe fl.motion.AdjustColor | |
La classe AdjustColor definisce varie proprietà relative ai colori per supportare la classe ColorMatrixFilter. | |
adjustColorObjects — Proprietà, classe fl.motion.KeyframeBase | |
Memorizza le istanze AdjustColor mappate all'indice corrispondente nell'array Filters per questo fotogramma chiave. | |
adjustedRadius — Stile, classe mx.charts.series.PlotSeries | |
Specifies the number of pixels by which radius of the chart item is to be increased when highlighted or selected. | |
adjustedRadius — Stile, classe mx.charts.series.LineSeries | |
Specifies the number of pixels by which radius of the chart item is to be increased when highlighted or selected. | |
adjustedRadius — Stile, classe mx.charts.series.AreaSeries | |
Specifies the number of pixels by which radius of the chart item is to be increased when highlighted or selected. | |
adjustFocusRect(obj:flash.display:DisplayObject) — metodo, classe mx.core.UIComponent | |
Adjust the focus rectangle. | |
adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — metodo, classe mx.charts.AxisRenderer | |
Adjusts its layout to accomodate the gutters passed in. | |
adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — metodo, interfaccia mx.charts.chartClasses.IAxisRenderer | |
Adjusts its layout to accomodate the gutters passed in. | |
adjustItemDeleteEnablement() — metodo, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The function which dispatches event to set the status of toolbar item delete button. | |
adjustItemMoveDownEnablement() — metodo, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The function which dispatches event to set the status of toolbar item move down button. | |
adjustItemMoveUpEnablement() — metodo, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The function which dispatches event to set the status of toolbar item move up button. | |
adjustLeftIndentBtnEnablement() — metodo, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The function which dispatches event to set the status of toolbar item left indent button. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — metodo, classe mx.controls.DataGrid | |
Called from the updateDisplayList() method to adjust the size and position of listContent. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — metodo, classe mx.controls.listClasses.AdvancedListBase | |
Called from the updateDisplayList() method to adjust the size and position of list content. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — metodo, classe mx.controls.listClasses.ListBase | |
Called from the updateDisplayList() method to adjust the size and position of listContent. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — metodo, classe mx.controls.listClasses.TileBase | |
Called from the updateDisplayList() method to adjust the size and position of listContent. | |
adjustMinMax(minValue:Number, maxValue:Number) — metodo, classe mx.charts.chartClasses.NumericAxis | |
Adjusts the generated or assigned range of the axis's labels. | |
adjustNetConnectionURL(rootUrl:String, url:String) — Metodo statico , classe mx.netmon.NetworkMonitor | |
Adjust the URL for NetConnectionChannel and HTTPChannel Requests so that it goes through the monitor. | |
adjustNetConnectionURLImpl — Proprietà statica, classe mx.netmon.NetworkMonitor | |
To be assigned by mix-in. | |
adjustRightIndentBtnEnablement() — metodo, classe com.adobe.solutions.acm.ccr.presentation.contentcapture.ContentCapturePod | |
The function which dispatches event to set the status of toolbar item right indent button. | |
adjustRow(contentHolder:mx.controls.listClasses:ListBaseContentHolder, rowNum:int, yy:Number, hh:Number) — metodo, classe mx.controls.dataGridClasses.DataGridBase | |
Adjusts the size and positions of the renderers for the given rowNum, row position and height. | |
adjustSelection(index:int, add:Boolean) — metodo, classe spark.components.List | |
Adjusts the selected indices to account for items being added to or removed from this component. | |
adjustSelection(newIndex:int, add:Boolean) — metodo, classe spark.components.supportClasses.ListBase | |
Adjusts the selected index to account for items being added to or removed from this component. | |
adjustSelectionAndCaretUponNavigation(event:flash.events:KeyboardEvent) — metodo, classe spark.components.List | |
Adjusts the selection based on what keystroke or keystroke combinations were encountered. | |
adjustURLRequest(urlRequest:flash.net:URLRequest, rootURL:String, correlationID:String) — Metodo statico , classe mx.netmon.NetworkMonitor | |
Adjust the URLRequest so that it goes through the monitor. | |
adjustURLRequestImpl — Proprietà statica, classe mx.netmon.NetworkMonitor | |
To be assigned by mix-in. | |
adobe.utils — pacchetto | |
Il pacchetto adobe.utils contiene funzioni e classi utilizzate dagli sviluppatori nello strumento di creazione Flash. | |
advanceBrowser(asset:Object, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor) — metodo, classe com.adobe.ep.ux.content.view.components.activate.ActivationBrowser | |
Keeps a copy of asset and assetDescriptor for the asset whose versions are retrieved. | |
advanceBrowser(asset:Object, assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor) — metodo, classe com.adobe.ep.ux.content.view.components.version.VersionBrowser | |
Keeps a copy of asset and assetDescriptor for the asset whose versions are retrieved. | |
ADVANCED — Proprietà statica costante, classe flash.text.AntiAliasType | |
Imposta l'antialiasing sulla modalità avanzata. | |
AdvanceDataElementsPanel — classe, pacchetto com.adobe.dct.component.dataElementsPanel | |
The AdvanceDataElementsPanel component is an extension of DataElementsPanel, which is used in Expression Builder where data elements are used for authoring expressions. | |
AdvanceDataElementsPanel() — Funzione di costruzione, classe com.adobe.dct.component.dataElementsPanel.AdvanceDataElementsPanel | |
Constructor. | |
AdvancedChannelSet — classe, pacchetto mx.messaging | |
Extends the base ChannelSet to add advanced messaging functionality. | |
AdvancedChannelSet(channelIds:Array, clusteredWithURLLoadBalancing:Boolean) — Funzione di costruzione, classe mx.messaging.AdvancedChannelSet | |
Constructs an AdvancedChannelSet. | |
AdvancedDataGrid — classe, pacchetto mx.controls | |
The AdvancedDataGrid control expands on the functionality of the standard DataGrid control to add data visualization features to your Adobe Flex application. | |
AdvancedDataGrid() — Funzione di costruzione, classe mx.controls.AdvancedDataGrid | |
Constructor. | |
AdvancedDataGridAccImpl — classe, pacchetto mx.accessibility | |
The AdvancedDataGridAccImpl class is the accessibility class for AdvancedDataGrid. | |
AdvancedDataGridAccImpl(master:mx.core:UIComponent) — Funzione di costruzione, classe mx.accessibility.AdvancedDataGridAccImpl | |
Constructor. | |
AdvancedDataGridAutomationImpl — classe, pacchetto mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGrid control. | |
AdvancedDataGridAutomationImpl(obj:mx.controls:AdvancedDataGrid) — Funzione di costruzione, classe mx.automation.delegates.advancedDataGrid.AdvancedDataGridAutomationImpl | |
Constructor. | |
AdvancedDataGridBase — classe, pacchetto mx.controls.advancedDataGridClasses | |
The AdvancedDataGridBase class is the base class for controls that display lists of items in multiple columns, such as the AdvancedDataGrid and OLAPDataGrid controls. | |
AdvancedDataGridBase() — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridBase | |
Constructor. | |
AdvancedDataGridBaseEx — classe, pacchetto mx.controls | |
The AdvancedDataGridBaseEx class is a base class of the AdvancedDataGrid control. | |
AdvancedDataGridBaseEx() — Funzione di costruzione, classe mx.controls.AdvancedDataGridBaseEx | |
Constructor. | |
AdvancedDataGridBaseExAutomationImpl — classe, pacchetto mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGrid control. | |
AdvancedDataGridBaseExAutomationImpl(obj:mx.controls:AdvancedDataGrid) — Funzione di costruzione, classe mx.automation.delegates.advancedDataGrid.AdvancedDataGridBaseExAutomationImpl | |
Constructor. | |
AdvancedDataGridBaseSelectionData — classe, pacchetto mx.controls.advancedDataGridClasses | |
The AdvancedDataGridBaseSelectionData class defines a data structure used by the advanced data grid classes to track selected cells in the AdvancedDataGrid control. | |
AdvancedDataGridBaseSelectionData(data:Object, rowIndex:int, columnIndex:int, approximate:Boolean) — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionData | |
Constructor. | |
AdvancedDataGridColumn — classe, pacchetto mx.controls.advancedDataGridClasses | |
The AdvancedDataGridColumn class describes a column in an AdvancedDataGrid control. | |
AdvancedDataGridColumn(columnName:String) — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridColumn | |
Constructor. | |
AdvancedDataGridColumnGroup — classe, pacchetto mx.controls.advancedDataGridClasses | |
Use the AdvancedDataGridColumnGroup class to specify column groups for the AdvancedDataGrid control. | |
AdvancedDataGridColumnGroup(columnName:String) — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridColumnGroup | |
Constructor. | |
AdvancedDataGridDragProxy — classe, pacchetto mx.controls.advancedDataGridClasses | |
The AdvancedDataGridDragProxy class defines the default drag proxy used when dragging data from an AdvancedDataGrid control. | |
AdvancedDataGridDragProxy() — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridDragProxy | |
Constructor. | |
AdvancedDataGridEvent — classe, pacchetto mx.events | |
The AdvancedDataGridEvent class represents event objects that are specific to the AdvancedDataGrid control, such as the event that is dispatched when an editable grid item gets the focus. | |
AdvancedDataGridEvent(type:String, bubbles:Boolean, cancelable:Boolean, columnIndex:int, dataField:String, rowIndex:int, reason:String, itemRenderer:mx.controls.listClasses:IListItemRenderer, localX:Number, multiColumnSort:Boolean, removeColumnFromSort:Boolean, item:Object, triggerEvent:flash.events:Event, headerPart:String) — Funzione di costruzione, classe mx.events.AdvancedDataGridEvent | |
Constructor. | |
AdvancedDataGridEventReason — classe finale, pacchetto mx.events | |
The AdvancedDataGridEventReason class defines constants for the values of the reason property of a AdvancedDataGridEvent object when the type property is itemEditEnd. | |
AdvancedDataGridGroupItemRenderer — classe, pacchetto mx.controls.advancedDataGridClasses | |
The AdvancedDataGridGroupItemRenderer class defines the default item renderer for the nodes of the navigation tree. | |
AdvancedDataGridGroupItemRenderer() — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridGroupItemRenderer | |
Constructor. | |
AdvancedDataGridGroupItemRendererAutomationImpl — classe, pacchetto mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGridGroupItemRenderer class. | |
AdvancedDataGridGroupItemRendererAutomationImpl(obj:mx.controls.advancedDataGridClasses:AdvancedDataGridGroupItemRenderer) — Funzione di costruzione, classe mx.automation.delegates.advancedDataGrid.AdvancedDataGridGroupItemRendererAutomationImpl | |
Constructor. | |
AdvancedDataGridHeaderHorizontalSeparator — classe, pacchetto mx.skins.halo | |
The skin for the separator between column headers in an AdvancedDataGrid control. | |
AdvancedDataGridHeaderHorizontalSeparator() — Funzione di costruzione, classe mx.skins.halo.AdvancedDataGridHeaderHorizontalSeparator | |
Constructor. | |
AdvancedDataGridHeaderInfo — classe, pacchetto mx.controls.advancedDataGridClasses | |
The AdvancedDataGridHeaderInfo class contains information that describes the hierarchy of the columns of the AdvancedDataGrid control. | |
AdvancedDataGridHeaderInfo(column:mx.controls.advancedDataGridClasses:AdvancedDataGridColumn, parent:mx.controls.advancedDataGridClasses:AdvancedDataGridHeaderInfo, index:int, depth:int, children:Array, internalLabelFunction:Function, headerItem:mx.controls.listClasses:IListItemRenderer) — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo | |
Constructor. | |
AdvancedDataGridHeaderRenderer — classe, pacchetto mx.controls.advancedDataGridClasses | |
The AdvancedDataGridHeaderRenderer class defines the default header renderer for a AdvancedDataGrid control. | |
AdvancedDataGridHeaderRenderer() — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderRenderer | |
Constructor. | |
AdvancedDataGridHeaderShiftEvent — classe, pacchetto mx.automation.events | |
The AdvancedDataGridHeaderShiftEvent class represents event objects that are dispatched when an AdvancedDataGrid control's header item is shifted. | |
AdvancedDataGridHeaderShiftEvent(type:String, movingColumnIndex:int, oldColumnIndex:int, newColumnIndex:int, bubbles:Boolean, cancelable:Boolean, triggerEvent:flash.events:Event) — Funzione di costruzione, classe mx.automation.events.AdvancedDataGridHeaderShiftEvent | |
Constructor. | |
AdvancedDataGridItemRenderer — classe, pacchetto mx.controls.advancedDataGridClasses | |
The AdvancedDataGridItemRenderer class defines the default item renderer for a AdvancedDataGrid control. | |
AdvancedDataGridItemRenderer() — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer | |
Constructor. | |
AdvancedDataGridItemRendererAutomationImpl — classe, pacchetto mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGridItemRenderer class. | |
AdvancedDataGridItemRendererAutomationImpl(obj:mx.controls.advancedDataGridClasses:AdvancedDataGridItemRenderer) — Funzione di costruzione, classe mx.automation.delegates.advancedDataGrid.AdvancedDataGridItemRendererAutomationImpl | |
Constructor. | |
AdvancedDataGridItemSelectEvent — classe, pacchetto mx.automation.events | |
The AdvancedDataGridItemSelectEvent class represents event objects that are dispatched when an item in the header of an AdvancedDataGrid control is selected or deselected. | |
AdvancedDataGridItemSelectEvent(type:String, columnIndex:int, dataField:String, headerPart:String, bubbles:Boolean, cancelable:Boolean, itemRenderer:mx.controls.listClasses:IListItemRenderer, triggerEvent:flash.events:Event, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean) — Funzione di costruzione, classe mx.automation.events.AdvancedDataGridItemSelectEvent | |
Constructor. | |
advancedDataGridListData — Proprietà, classe mx.controls.advancedDataGridClasses.MXAdvancedDataGridItemRenderer | |
The implementation of the listData property as defined by the IDropInListItemRenderer interface. | |
AdvancedDataGridListData — classe, pacchetto mx.controls.advancedDataGridClasses | |
The AdvancedDataGridListData class defines the data type of the listData property implemented by drop-in item renderers or drop-in item editors for the AdvancedDataGrid control. | |
AdvancedDataGridListData(text:String, dataField:String, columnIndex:int, uid:String, owner:mx.core:IUIComponent, rowIndex:int) — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridListData | |
Constructor. | |
AdvancedDataGridRendererDescription — classe, pacchetto mx.controls.advancedDataGridClasses | |
The AdvancedDataGridRendererDescription class contains information that describes an item renderer for the AdvancedDataGrid control. | |
AdvancedDataGridRendererDescription() — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridRendererDescription | |
Constructor. | |
AdvancedDataGridRendererProvider — classe, pacchetto mx.controls.advancedDataGridClasses | |
An AdvancedDataGridRendererProvider instance defines the characteristics for a single item renderer used by the AdvancedDataGrid control. | |
AdvancedDataGridRendererProvider() — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridRendererProvider | |
Constructor. | |
AdvancedDataGridSortItemRenderer — classe, pacchetto mx.controls.advancedDataGridClasses | |
The AdvancedDataGridSortItemRenderer class defines the item renderer for the sort icon and text field in the column header of the AdvancedDataGrid control. | |
AdvancedDataGridSortItemRenderer() — Funzione di costruzione, classe mx.controls.advancedDataGridClasses.AdvancedDataGridSortItemRenderer | |
Constructor. | |
AdvancedListBase — classe, pacchetto mx.controls.listClasses | |
The AdvancedListBase class is the base class for controls, such as the AdvancedDataGrid and OLAPDataGrid controls, that represent lists of items that can have one or more selected items and can scroll through the items. | |
AdvancedListBase() — Funzione di costruzione, classe mx.controls.listClasses.AdvancedListBase | |
Constructor. | |
AdvancedListBaseAutomationImpl — classe, pacchetto mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedListBase class. | |
AdvancedListBaseAutomationImpl(obj:mx.controls.listClasses:AdvancedListBase) — Funzione di costruzione, classe mx.automation.delegates.advancedDataGrid.AdvancedListBaseAutomationImpl | |
Constructor. | |
AdvancedListBaseContentHolderAutomationImpl — classe, pacchetto mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedListBaseContentHolder class. | |
AdvancedListBaseContentHolderAutomationImpl(obj:mx.controls.listClasses:AdvancedListBaseContentHolder) — Funzione di costruzione, classe mx.automation.delegates.advancedDataGrid.AdvancedListBaseContentHolderAutomationImpl | |
Constructor. | |
advancedSearchButton — Parte skin, classe com.adobe.ep.ux.content.view.AssetManagerView | |
Skin Part for Toggle Button to switch between advanced search pod and basic search pod Skin Part for Toggle Button to switch between advanced search pod and basic search pod | |
advancedSearchPod — Parte skin, classe com.adobe.ep.ux.content.view.AssetManagerView | |
Skin Part for Advanced Search Pod Skin Part for Advanced Search Pod | |
AdvancedSearchPod — classe, pacchetto com.adobe.ep.ux.content.view.components.searchpod | |
Advanced Search Results Pod | |
AdvancedSearchPod() — Funzione di costruzione, classe com.adobe.ep.ux.content.view.components.searchpod.AdvancedSearchPod | |
Constructor. | |
AdvancedStyleClient — classe, pacchetto mx.styles | |
A base class that can be used when implementing an object that uses the IAdvancedStyleClient interface. | |
AdvancedStyleClient() — Funzione di costruzione, classe mx.styles.AdvancedStyleClient | |
Constructor. | |
affectsTweenable(tweenableName:String) — metodo, classe fl.motion.KeyframeBase | |
Indica se il fotogramma chiave influisce su una proprietà di animazione specifica. | |
AFTER — Proprietà statica costante, classe mx.states.AddItems | |
Documentation is not currently available. | |
AFTER — Proprietà statica costante, classe spark.components.CalloutPosition | |
Position the leading edge of the callout after the trailing edge of the owner. | |
AFTER — Proprietà statica costante, classe spark.effects.AddAction | |
Constant used to specify the position to add the item relative to the object specified by the relativeTo property. | |
afterBounds — Proprietà, classe flash.events.NativeWindowBoundsEvent | |
I limiti della finestra dopo la modifica. | |
afterBounds — Proprietà, classe spark.events.TitleWindowBoundsEvent | |
The bounds of the object after the action. | |
afterContent — Proprietà, interfaccia flashx.textLayout.formats.IListMarkerFormat | |
Specifica una stringa da aggiungere dopo il marcatore. | |
afterContent — Proprietà, classe flashx.textLayout.formats.ListMarkerFormat | |
Specifica una stringa da aggiungere dopo il marcatore. | |
afterDisplayState — Proprietà, classe flash.events.NativeWindowDisplayStateEvent | |
Lo stato di visualizzazione di NativeWindow dopo la modifica. | |
afterLast — Proprietà, classe mx.collections.HierarchicalCollectionViewCursor | |
If the cursor is located after the last item in the view, this property is true . | |
afterLast — Proprietà, interfaccia mx.collections.IViewCursor | |
If the cursor is located after the last item in the view, this property is true . | |
afterOrientation — Proprietà, classe flash.events.StageOrientationEvent | |
L'orientamento dello stage dopo la modifica. | |
AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_BUFFER_FRAGMENTS_THRESHOLD — Proprietà statica costante, classe org.osmf.net.httpstreaming.HTTPStreamingNetLoader | |
AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_MIN_RATIO — Proprietà statica costante, classe org.osmf.net.httpstreaming.HTTPStreamingNetLoader | |
AFTER_UP_SWITCH_BUFFER_BANDWIDTH — Proprietà statica costante, classe org.osmf.net.rules.RuleType | |
The type constant for the After Up-Switch Buffer Bandwidth rule. | |
AfterUpSwitchBufferBandwidthRule — classe, pacchetto org.osmf.net.rules | |
AfterUpSwitchBufferBandwidthRule is an emergency rule based on BufferBandwidthRule. | |
AfterUpSwitchBufferBandwidthRule(metricRepository:org.osmf.net.metrics:MetricRepository, bufferFragmentsThreshold:Number, minBandwidthToBitrateRatio:Number) — Funzione di costruzione, classe org.osmf.net.rules.AfterUpSwitchBufferBandwidthRule | |
Constructor. | |
agent — Proprietà, classe mx.messaging.MessageResponder | |
Provides access to the MessageAgent that sent the message. | |
AggregatingToken — classe, pacchetto com.adobe.gravity.utility.async | |
AggregatingToken objects are returned from functions that initiate multiple asynchronous operations and must accumulate the results. | |
AggregatingToken() — Funzione di costruzione, classe com.adobe.gravity.utility.async.AggregatingToken | |
Constructor. | |
AggregatingTokenError — classe, pacchetto com.adobe.gravity.utility.async | |
An AggregatingTokenError is passed to fault handlers added to an AggregatingToken if faults occur on an aggregated token. | |
AggregatingTokenError(errors:Array) — Funzione di costruzione, classe com.adobe.gravity.utility.async.AggregatingTokenError | |
Constructor. | |
aggregator — Proprietà, classe mx.olap.OLAPMeasure | |
The aggregation to be performed for this measure. | |
air.desktop — pacchetto | |
Il pacchetto air.desktop contiene la classe URLFilePromise, che consente di lavorare con file remoti trascinati da un'applicazione AIR al desktop. | |
AirDragManagerAutomationHandler — classe, pacchetto mx.automation.air | |
Helper class that provides methods required for automation of drag and drop in AIR applications | |
AirDragManagerAutomationHandler() — Funzione di costruzione, classe mx.automation.air.AirDragManagerAutomationHandler | |
Constructor | |
AIREvent — classe, pacchetto mx.events | |
The AIREvent class represents the event object passed to the event listener for several AIR-specific events dispatched by the Window and WindowedApplication components. | |
AIREvent(type:String, bubbles:Boolean, cancelable:Boolean) — Funzione di costruzione, classe mx.events.AIREvent | |
Constructor. | |
AirFunctionsHelper — classe, pacchetto mx.automation.air | |
Helper class that provides methods required for automation of AIR applications | |
AirFunctionsHelper(windowId:String) — Funzione di costruzione, classe mx.automation.air.AirFunctionsHelper | |
Constructor | |
AIR_LOCAL_STORAGE_ALL — Proprietà statica costante, classe com.adobe.mosaic.om.impl.CachePolicy | |
For AIR applications, cache all content that supports caching in application storage. | |
AIR_LOCAL_STORAGE_CATALOGS — Proprietà statica costante, classe com.adobe.mosaic.om.impl.CachePolicy | |
For AIR applications, cache catalogs in application storage. | |
air.net — pacchetto | |
Il pacchetto air.net contiene le classi per il rilevamento della rete. Questo pacchetto è disponibile solo per il contenuto in esecuzione nel runtime di AIR. | |
air.update — pacchetto | |
Il pacchetto air.update contiene le classi per l'aggiornamento delle applicazioni AIR. Questo pacchetto è disponibile solo per il contenuto in esecuzione nel runtime di AIR. | |
air.update.events — pacchetto | |
Il pacchetto air.update.events contiene le classi che definiscono gli eventi utilizzati dal framework di aggiornamento dell'applicazione AIR. Questo pacchetto è disponibile solo per il contenuto in esecuzione nel runtime di AIR. | |
airWindowIndicatorPropertyName — Proprietà statica costante, classe mx.automation.AutomationManager | |
album — Proprietà, classe flash.media.ID3Info | |
Il nome dell'album; corrisponde al tag ID3 2.0 TALB. | |
Alert — classe, pacchetto mx.controls | |
The Alert control is a pop-up dialog box that can contain a message, a title, buttons (any combination of OK, Cancel, Yes, and No) and an icon. | |
Alert() — Funzione di costruzione, classe mx.controls.Alert | |
Constructor. | |
ALERT — Proprietà statica costante, classe flash.notifications.NotificationStyle | |
Stile di notifica per visualizzare una finestra di avviso al ricevimento di una notifica. | |
AlertAccImpl — classe, pacchetto mx.accessibility | |
AlertAccImpl is a subclass of AccessibilityImplementation which implements accessibility for the Alert class. | |
AlertAccImpl(master:mx.core:UIComponent) — Funzione di costruzione, classe mx.accessibility.AlertAccImpl | |
Constructor. | |
AlertAutomationImpl — classe, pacchetto mx.automation.delegates.controls | |
Defines methods and properties required to perform instrumentation for the Alert control. | |
AlertAutomationImpl(obj:mx.controls:Alert) — Funzione di costruzione, classe mx.automation.delegates.controls.AlertAutomationImpl | |
Constructor. | |
AlertFormatter — classe, pacchetto com.adobe.solutions.rca.presentation.util | |
This class is used to format the alert dialog. | |
AlertFormatter(alertParent:mx.core:UIComponent) — Funzione di costruzione, classe com.adobe.solutions.rca.presentation.util.AlertFormatter | |
The constructor for AlertFormatter class. | |
AlertFormAutomationImpl — classe, pacchetto mx.automation.delegates.controls | |
Defines methods and properties required to perform instrumentation for the AlertForm class. | |
AlertFormAutomationImpl(obj:mx.controls.alertClasses:AlertForm) — Funzione di costruzione, classe mx.automation.delegates.controls.AlertFormAutomationImpl | |
Constructor. | |
align — Proprietà, classe fl.video.FLVPlayback | |
Specifica il layout video utilizzato quando la proprietà scaleMode è impostata su VideoScaleMode.MAINTAIN_ASPECT_RATIO o VideoScaleMode.NO_SCALE. | |
align — Proprietà, classe fl.video.VideoPlayer | |
Specifica come viene visualizzato il video in relazione alle proprietà registrationX, registrationY, registrationWidth e registrationHeight. | |
align — Proprietà, classe flash.display.Stage | |
Un valore della classe StageAlign che specifica l'allineamento dello stage in Flash Player o nel browser. | |
align — Proprietà, classe flash.text.TextFormat | |
Indica l'allineamento del paragrafo. | |
alignHorizontalGroupContent(outerGroup:spark.components:Group) — Metodo statico , classe com.adobe.guides.spark.layouts.components.AlignmentArea | |
Aligns each row in a multi-column layout by making each item in each row the same height | |
alignHorizontalGroupContent(outerGroup:spark.components:Group) — metodo, interfaccia com.adobe.guides.spark.layouts.components.ILayoutComponent | |
Aligns each row in a multi-column layout by making each item in each row the same height. | |
alignHorizontalGroupContent(outerGroup:spark.components:Group) — metodo, classe com.adobe.guides.spark.layouts.components.LayoutHostBase | |
Aligns each row in a multi-column layout by making each item in each row the same height. | |
alignLabelsToUnits — Proprietà, classe mx.charts.DateTimeAxis | |
Determines the placement of labels along the axis. | |
alignment — Proprietà, classe flash.text.engine.TabStop | |
Specifica l'allineamento della tabulazione per questo spazio di tabulazione. | |
alignment — Proprietà, interfaccia flashx.textLayout.formats.ITabStopFormat | |
L'allineamento della tabulazione per questo arresto di tabulazione. | |
alignment — Proprietà, classe flashx.textLayout.formats.TabStopFormat | |
L'allineamento della tabulazione per questo arresto di tabulazione. | |
AlignmentArea — classe, pacchetto com.adobe.guides.spark.layouts.components | |
This class aligns columns inside a Spark Group honouring the "keepWithPrevious" settings of the passed in items. | |
alignmentBaseline — Stile, classe spark.components.supportClasses.SliderBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.supportClasses.GroupBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.supportClasses.ButtonBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.supportClasses.SkinnableTextBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.Label | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.RichText | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.FormHeading | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.NumericStepper | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.SkinnableContainer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.SkinnableDataContainer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.Scroller | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.DataGrid | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.RichEditableText | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.components.VideoPlayer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.skins.spark.DefaultItemRenderer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Stile, classe spark.skins.wireframe.DefaultItemRenderer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Proprietà, classe flash.text.engine.ElementFormat | |
Specifica il tipo di linea di base nell'elemento che la contiene a cui vengono allineate le linee di base dominanti degli elementi con questo formato. | |
alignmentBaseline — Proprietà, classe flashx.textLayout.container.ContainerController | |
TextLayoutFormat: specifica la linea di base a cui deve allinearsi la linea di base dominante. | |
alignmentBaseline — Proprietà, classe flashx.textLayout.elements.FlowElement | |
TextLayoutFormat: specifica la linea di base a cui deve allinearsi la linea di base dominante. | |
alignmentBaseline — Proprietà, interfaccia flashx.textLayout.formats.ITextLayoutFormat | |
Specifica la linea di base a cui deve allinearsi la linea di base dominante. | |
alignmentBaseline — Proprietà, classe flashx.textLayout.formats.TextLayoutFormat | |
Specifica la linea di base a cui deve allinearsi la linea di base dominante. | |
alignSymbol — Proprietà, classe mx.formatters.CurrencyFormatter | |
Aligns currency symbol to the left side or the right side of the formatted number. | |
alignSymbol — Proprietà, classe mx.validators.CurrencyValidator | |
Specifies the alignment of the currencySymbol relative to the rest of the expression. | |
alignToolTip — Proprietà, classe mx.controls.RichTextEditor | |
The ToolTip that appears when the user hovers over the text alignment buttons. | |
ALL — Proprietà statica costante, classe com.adobe.gravity.utility.logging.LogLevel | |
Log level constant for enabling all logging levels. | |
ALL — Proprietà statica costante, classe com.adobe.livecycle.rca.model.constant.RecipientType | |
Specifies that a reminder is sent to all the participants of the stage regardless of their status. | |
ALL — Proprietà statica costante, classe com.adobe.solutions.rca.constant.RecipientType | |
The property specifies that reminder is sent to all the participants of the stage irrespective of their status. | |
ALL — Proprietà statica costante, classe fl.core.InvalidationType | |
La costante InvalidationType.ALL definisce il valore della proprietà type dell'oggetto evento che viene inviato per indicare che il componente deve ridisegnarsi completamente. | |
ALL — Proprietà statica costante, classe fl.video.CuePointType | |
Definisce il valore del parametro type dei metodi findCuePoint() e findNearestCuePoint(). | |
ALL — Proprietà statica costante, classe flash.display3D.Context3DClearMask | |
Cancella tutti i buffer.. | |
ALL — Proprietà statica costante, classe flash.events.GesturePhase | |
Un valore singolo che comprende tutte le fasi di gesti semplici come il tocco a due dita o la strisciatura. | |
ALL — Proprietà statica costante, classe flash.text.AutoCapitalize | |
Mette tutti i caratteri in maiuscolo. | |
ALL — Proprietà statica costante, classe flash.text.engine.BreakOpportunity | |
Tutti i caratteri nell'oggetto ContentElement vengono gestiti come opportunità di interruzione di riga; ciò significa che dopo ogni carattere viene inserita un'interruzione di riga. | |
ALL — Proprietà statica costante, classe mx.core.ContainerCreationPolicy | |
Immediately create all descendants. | |
ALL — Proprietà statica costante, classe mx.data.AccessPrivileges | |
Indicates that no restrictions are imposed. | |
ALL — Proprietà statica costante, classe mx.data.CacheDataDescriptor | |
Option for use with the getCacheDescriptors() method to indicate the type of descriptors to return. | |
ALL — Proprietà statica costante, classe mx.data.PropertySpecifier | |
Reusable instance of a PropertySpecifier to include all properties of an item. | |
ALL — Proprietà statica costante, classe mx.logging.LogEventLevel | |
Tells a target to process all messages. | |
ALL_BUT_LAST — Proprietà statica costante, classe flash.text.engine.LineJustification | |
Giustifica tutte le righe tranne l'ultima. | |
ALL_BUT_MANDATORY_BREAK — Proprietà statica costante, classe flash.text.engine.LineJustification | |
Giustifica tutte le righe tranne l'ultima e fa terminare le righe con interruzioni obbligatorie. | |
allCategories — Proprietà, classe com.adobe.icc.editors.managers.CategoryManager | |
The aggregated list of all the categories present in the system. | |
ALL_CHILDREN — Proprietà statica costante, classe com.adobe.livecycle.assetmanager.client.model.cms.SearchParameters | |
Specifies to fetch all children. | |
allElements — Proprietà, classe mx.charts.chartClasses.ChartBase | |
The set of all chart elements displayed in the chart. | |
ALL_INCLUDING_LAST — Proprietà statica costante, classe flash.text.engine.LineJustification | |
Giustifica tutte le righe. | |
allLocalAssetActionsChange — Evento, classe com.adobe.ep.ux.content.managers.AssetManager | |
allLocalAssetActionsChange event is thrown when local list of asset actions change | |
allMemberList — Proprietà, classe com.adobe.solutions.prm.domain.impl.Project | |
The property returns a collection of all members. | |
allMemberList — Proprietà, classe com.adobe.solutions.prm.domain.impl.WorkItem | |
The property returns a collection of all members. | |
allMemberList — Proprietà, interfaccia com.adobe.solutions.rca.domain.common.IMemberCollection | |
The property returns a collection of all members. | |
allMemberList — Proprietà, classe com.adobe.solutions.rca.domain.impl.ReviewContext | |
The property returns a collection of all members. | |
allMemberList — Proprietà, classe com.adobe.solutions.rca.domain.impl.Stage | |
The property returns a collection of all members. | |
allMemberName — Proprietà, interfaccia mx.olap.IOLAPHierarchy | |
The name of the all member of the hierarchy. | |
allMemberName — Proprietà, classe mx.olap.OLAPHierarchy | |
The name of the all member of the hierarchy. | |
allowAdd — Proprietà, classe com.adobe.mosaic.sparklib.tabLayout.TabLayout | |
When allowAdd is true, the "+" button is revealed on the left side of the tab bar. | |
allowClose — Proprietà, classe com.adobe.mosaic.sparklib.tabLayout.TabLayout | |
When allowClose is true, a tab may be closed using a button that appears on the tab. | |
allowCodeImport — Proprietà, interfaccia com.adobe.gravity.service.bundleloader.IBundleLoaderContext | |
Whether the bundle should be import loaded if it naturally belongs in another SecurityDomain. | |
allowCodeImport — Proprietà, classe flash.system.LoaderContext | |
Specifica se potete utilizzare un oggetto Loader per importare contenuto con codice eseguibile, quale un file SWF, nella sandbox di sicurezza del chiamante. | |
allowContentAdd — Proprietà, interfaccia com.adobe.mosaic.om.interfaces.IView | |
Returns the allowContentAdd value | |
allowContentAdd — Proprietà, interfaccia com.adobe.mosaic.om.interfaces.IViewManager | |
Returns the allowContentAdd value | |
allowContentDelete — Proprietà, interfaccia com.adobe.mosaic.om.interfaces.IPanel | |
Returns the allowContentDelete value | |
allowContentDelete — Proprietà, interfaccia com.adobe.mosaic.om.interfaces.IView | |
Returns the allowContentDelete value | |
allowCopy — Proprietà, classe flash.desktop.NativeDragOptions | |
Un target di rilascio può copiare i dati trascinati. | |
allowDelayedOperations — Proprietà, classe flashx.textLayout.edit.EditManager | |
allowDelayedOperations — Proprietà, interfaccia flashx.textLayout.edit.IEditManager | |
Controlla se le operazioni possono essere accodate per la successiva esecuzione. | |
allowDelete — Proprietà, interfaccia com.adobe.ep.taskmanagement.domain.IAttachmentPermissions | |
A flag that indicates whether an attachment can be deleted. | |
allowDelete — Proprietà, interfaccia com.adobe.mosaic.om.interfaces.ITile | |
The tile's allowDelete setting. | |
allowDelete — Proprietà, interfaccia com.adobe.mosaic.skinning.IMosaicComponent | |
Indicates if this component may be deleted or not. | |
allowDelete — Proprietà, classe lc.procmgmt.domain.AttachmentPermissions | |
A flag that indicates the delete permission for an attachment. | |
allowDeselection — Proprietà, classe spark.components.ButtonBarButton | |
If true, the user click on a currently selected button to deselect it. | |
allowDisjointSelection — Proprietà, classe mx.controls.DateChooser | |
If true, specifies that non-contiguous(disjoint) selection is allowed in the DateChooser control. | |
allowDomain(... rest) — metodo, classe flash.net.LocalConnection | |
Specifica uno o più domini che possono inviare chiamate LocalConnection a questa istanza LocalConnection. | |
allowDomain(... rest) — Metodo statico , classe flash.system.Security | |
Consente ai file SWF dei domini identificati di accedere agli oggetti e alle variabili presenti nel file SWF che contiene la chiamata allowDomain(). | |
allowDomain(... rest) — metodo, interfaccia mx.core.IFlexModuleFactory | |
Calls the Security.allowDomain() method for the SWF associated with this IFlexModuleFactory plus all the SWFs associated with RSLs preloaded by this IFlexModuleFactory. | |
allowDomain(... rest) — metodo, classe mx.managers.SystemManager | |
Calls Security.allowDomain() for the SWF associated with this SystemManager plus all the SWFs assocatiated with RSLs preloaded by this SystemManager. | |
allowDomainsInNewRSLs — Proprietà, interfaccia mx.core.IFlexModuleFactory | |
Controls whether the domains allowed by calls to allowDomain() are also allowed by RSLs loaded after the call. | |
allowDomainsInNewRSLs — Proprietà, classe mx.managers.SystemManager | |
Controls whether the domains allowed by calls to allowDomain() are also allowed by RSLs loaded after the call. | |
allowDomainsInNewRSLs — Proprietà, classe mx.managers.WindowedSystemManager | |
Controls whether the domains allowed by calls to allowDomain() are also allowed by RSLs loaded after the call. | |
allowDragSelection — Proprietà, classe mx.controls.listClasses.AdvancedListBase | |
A flag that indicates whether drag-selection is enabled. | |
allowDragSelection — Proprietà, classe mx.controls.listClasses.ListBase | |
A flag that indicates whether drag-selection is enabled. | |
allowDynamicPropertyChangesWithCachedData — Proprietà, classe mx.data.RPCDataManager | |
If false (default), then changing the item class dynamic properties when the local store is not empty causes an error fault when setItemClassDynamicProperties() is called. | |
allowedActions — Proprietà, classe flash.events.NativeDragEvent | |
L'oggetto NativeDragOptions che specifica le azioni consentite dall'oggetto di visualizzazione che ha avviato l'operazione di trascinamento. | |
allowedFormatChars — Proprietà, classe mx.validators.CreditCardValidator | |
The set of formatting characters allowed in the cardNumber field. | |
allowedFormatChars — Proprietà, classe mx.validators.DateValidator | |
The set of formatting characters allowed for separating the month, day, and year values. | |
allowedFormatChars — Proprietà, classe mx.validators.PhoneNumberValidator | |
The set of allowable formatting characters. | |
allowedFormatChars — Proprietà, classe mx.validators.SocialSecurityValidator | |
Specifies the set of formatting characters allowed in the input. | |
allowedFormatChars — Proprietà, classe mx.validators.ZipCodeValidator | |
The set of formatting characters allowed in the ZIP code. | |
allowFreeText — Proprietà, classe com.adobe.icc.dc.domain.TargetInstance | |
True if the free text can be added to target instance. | |
allowFreeText — Proprietà, classe com.adobe.icc.editors.model.ListModel | |
Flag to indicate if this assignment allows adding free text. | |
allowFreeText — Proprietà, classe com.adobe.icc.editors.model.TargetAreaAssignmentModel | |
Flag to indicate if this assignment allows adding free text. | |
allowFreeText — Proprietà, classe com.adobe.icc.vo.ListDataModule | |
Specifies whether free text can be added to the list | |
allowFreeText — Proprietà, classe com.adobe.icc.vo.TargetAreaAssignment | |
The flag indicating the user if he is allowed to add free text while generating final correspondence | |
allowFreeTextBtn — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.letter.LetterEditor | |
A skin part that defines the allow free text button A skin part that defines the allow free text button | |
allowInsecureDomain(... rest) — metodo, classe flash.net.LocalConnection | |
Specifica uno o più domini che possono inviare chiamate LocalConnection a questo oggetto LocalConnection. | |
allowInsecureDomain(... rest) — Metodo statico , classe flash.system.Security | |
Consente ai file SWF e HTML dei domini identificati di accedere agli oggetti e alle variabili presenti nel file SWF chiamante, che risiede sul dominio mediante il protocollo HTTPS. | |
allowInsecureDomain(... rest) — metodo, interfaccia mx.core.IFlexModuleFactory | |
Calls the Security.allowInsecureDomain() method for the SWF associated with this IFlexModuleFactory plus all the SWFs associated with RSLs preloaded by this IFlexModuleFactory. | |
allowInsecureDomain(... rest) — metodo, classe mx.managers.SystemManager | |
Calls Security.allowInsecureDomain() for the SWF associated with this SystemManager plus all the SWFs assocatiated with RSLs preloaded by this SystemManager. | |
allowInsecureDomainsInNewRSLs — Proprietà, interfaccia mx.core.IFlexModuleFactory | |
Controls whether the domains allowed by calls to allowInsecureDomain() are also allowed by RSLs loaded after the call. | |
allowInsecureDomainsInNewRSLs — Proprietà, classe mx.managers.SystemManager | |
Controls whether the domains allowed by calls to allowInsecureDomain() are also allowed by RSLs loaded after the call. | |
allowInsecureDomainsInNewRSLs — Proprietà, classe mx.managers.WindowedSystemManager | |
Controls whether the domains allowed by calls to allowInsecureDomain() are also allowed by RSLs loaded after the call. | |
allowInteraction — Proprietà, classe mx.printing.PrintAdvancedDataGrid | |
If true, allows some interactions with the control, such as column resizing, column reordering, and expanding or collapsing nodes. | |
allowInteraction — Proprietà, classe mx.printing.PrintOLAPDataGrid | |
If true, allows some interactions with the control, such as column resizing. | |
allowItemSizeChangeNotification — Proprietà, classe mx.controls.listClasses.ListBase | |
If false, renderers cannot invalidate size of List. | |
allowLibraryAccessBtn — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.ListEditor | |
A skin part that defines the allow library access button A skin part that defines the allow library access button | |
allowLink — Proprietà, classe flash.desktop.NativeDragOptions | |
Un target di rilascio può creare un collegamento ai dati trascinati. | |
allowLoadBytesCodeExecution — Proprietà, classe flash.system.LoaderContext | |
Proprietà legacy, sostituita da allowCodeImport ma ancora supportata per garantire la compatibilità. | |
allowMerge — Proprietà, classe flashx.textLayout.operations.DeleteTextOperation | |
Indica se l'operazione può essere unita con operazioni eseguite prima o dopo. | |
allowMove — Proprietà, classe flash.desktop.NativeDragOptions | |
Un target di rilascio può spostare i dati trascinati. | |
allowMultipleSelection — Proprietà, classe fl.controls.SelectableList | |
Ottiene un valore booleano che indica se è possibile selezionare più di una voce di elenco per volta. | |
allowMultipleSelection — Proprietà, classe mx.controls.DateChooser | |
If true, specifies that multiple selection is allowed in the DateChooser control. | |
allowMultipleSelection — Proprietà, classe mx.controls.listClasses.AdvancedListBase | |
A flag that indicates whether you can allow more than one item to be selected at the same time. | |
allowMultipleSelection — Proprietà, classe mx.controls.listClasses.ListBase | |
A flag that indicates whether you can allow more than one item to be selected at the same time. | |
allowMultipleSelection — Proprietà, classe spark.components.List | |
If true multiple selection is enabled. | |
allowNegative — Proprietà, classe mx.validators.CurrencyValidator | |
Specifies whether negative numbers are permitted. | |
allowNegative — Proprietà, classe mx.validators.NumberValidator | |
Specifies whether negative numbers are permitted. | |
allowNegative — Proprietà, classe spark.validators.supportClasses.NumberValidatorBase | |
Specifies whether negative numbers are permitted. | |
allowNegativeForStacked — Proprietà, classe mx.charts.chartClasses.StackedSeries | |
Setting this property to true will stack positive and negative values separately | |
allowNewAttachments — Proprietà, classe lc.procmgmt.ui.attachments.AttachmentHeaderModel | |
The indicator that adding Attachments is permitted. | |
allowNewNotes — Proprietà, classe lc.procmgmt.ui.attachments.AttachmentHeaderModel | |
The indicator that adding Notes is permitted. | |
allowNull — Proprietà, classe flash.data.SQLColumnSchema | |
Indica se i valori NULL sono consentiti o meno in questa colonna. | |
allowPDFInteraction — Proprietà, classe com.adobe.solutions.acm.ccr.presentation.pdf.LetterPDFContainer | |
The flag indicating whether the PDF rendered is interactive or not.The value true specifies that PDF is interactive. | |
allowRead — Proprietà, interfaccia com.adobe.ep.taskmanagement.domain.IAttachmentPermissions | |
A flag that indicates whether an attachment can be read. | |
allowRead — Proprietà, classe lc.procmgmt.domain.AttachmentPermissions | |
A flag that indicates the read permission for an attachment. | |
allowsAdd() — metodo, interfaccia com.adobe.mosaic.skinning.IMosaicContainer | |
The skin should present a control to allow the user to request a new child element. | |
allowSave — Proprietà, classe com.adobe.mosaic.sparklib.tabLayout.TabLayout | |
When allowSave is true, the "Save" action appears in the option menu. | |
allowsClose() — metodo, interfaccia com.adobe.mosaic.skinning.IMosaicContainer | |
The skin should present a control to allow the user to close a child element. | |
allowsClose — Proprietà, classe com.adobe.mosaic.sparklib.optionMenu.OptionMenuButton | |
When false, displays a "Close" item in the menu. | |
allowsFullScreen — Proprietà, classe flash.display.Stage | |
Specifica se questo stage consente l'uso della modalità a tutto schermo. | |
allowsFullScreenInteractive — Proprietà, classe flash.display.Stage | |
Specifica se questo stage consente l’uso della modalità di immissione del testo a tutto schermo. | |
allowsSave() — metodo, interfaccia com.adobe.mosaic.skinning.IMosaicContainer | |
The skin should present a control to allow the user to save a child element. | |
allowsSave — Proprietà, classe com.adobe.mosaic.sparklib.optionMenu.OptionMenuButton | |
A special value when true, displays a "Save" item in the menu. | |
allowThumbOverlap — Proprietà, classe mx.controls.sliderClasses.Slider | |
If set to false, then each thumb can only be moved to the edge of the adjacent thumb. | |
allowTrackClick — Proprietà, classe mx.controls.sliderClasses.Slider | |
Specifies whether clicking on the track will move the slider thumb. | |
allowValueWrap — Proprietà, classe spark.components.Spinner | |
Determines the behavior of the control for a step when the current value is either the maximum or minimum value. | |
allowWrite — Proprietà, interfaccia com.adobe.ep.taskmanagement.domain.IAttachmentPermissions | |
A flag that indicates whether an attachment can be overwritten or writable. | |
allowWrite — Proprietà, classe lc.procmgmt.domain.AttachmentPermissions | |
A flag that indicates the write permission for an attachment. | |
AllRuntimeSparkControls — classe, pacchetto com.adobe.guides.spark.util | |
This class forces the framework spark controls to be included into the runtime swf | |
AllValuesAreSet() — metodo, classe fl.motion.AdjustColor | |
Verifica se sono impostate tutte e quattro le proprietà AdjustColor. | |
alpha — Proprietà, classe flash.display.DisplayObject | |
Indica il valore della trasparenza alfa dell'oggetto specificato. | |
alpha — Proprietà, classe flash.display.GraphicsSolidFill | |
Indica il valore della trasparenza alfa del riempimento. | |
alpha — Proprietà, classe flash.filters.ConvolutionFilter | |
Il valore di trasparenza alfa del colore di sostituzione. | |
alpha — Proprietà, classe flash.filters.DisplacementMapFilter | |
Specifica quale valore di trasparenza alfa deve essere utilizzato per gli spostamenti fuori dei limiti. | |
alpha — Proprietà, classe flash.filters.DropShadowFilter | |
Il valore di trasparenza alfa del colore d'ombra. | |
alpha — Proprietà, classe flash.filters.GlowFilter | |
Il valore di trasparenza alfa del colore. | |
alpha — Proprietà, classe flash.text.engine.ElementFormat | |
Specifica la trasparenza degli elementi della riga interessati da questo oggetto. | |
alpha — Proprietà, classe mx.containers.utilityClasses.PostScaleAdapter | |
alpha — Proprietà, classe mx.core.DesignLayer | |
The alpha for this design layer instance, between 0.0 and 1.0. | |
alpha — Proprietà, interfaccia mx.core.IFlexDisplayObject | |
Indica il valore della trasparenza alfa dell'oggetto specificato. | |
alpha — Proprietà, interfaccia mx.core.IVisualElement | |
Indica il valore della trasparenza alfa dell'oggetto specificato. | |
alpha — Proprietà, classe mx.graphics.BitmapFill | |
The transparency of a fill. | |
alpha — Proprietà, classe mx.graphics.GradientEntry | |
The transparency of a gradient fill. | |
alpha — Proprietà, classe mx.graphics.RectangularDropShadow | |
Il valore di trasparenza alfa del colore d'ombra. | |
alpha — Proprietà, classe mx.graphics.SolidColor | |
The transparency of a color. | |
alpha — Proprietà, classe mx.graphics.SolidColorStroke | |
The transparency of a line. | |
alpha — Proprietà, classe spark.filters.ConvolutionFilter | |
The alpha transparency value for the color. | |
alpha — Proprietà, classe spark.filters.DisplacementMapFilter | |
Specifies the alpha transparency value to use for out-of-bounds displacements. | |
alpha — Proprietà, classe spark.filters.DropShadowFilter | |
The alpha transparency value for the color. | |
alpha — Proprietà, classe spark.filters.GlowFilter | |
The alpha transparency value for the color. | |
alpha — Proprietà, classe spark.primitives.RectangularDropShadow | |
The alpha transparency value for the color. | |
alpha — Proprietà, classe spark.primitives.supportClasses.GraphicElement | |
The level of transparency of the graphic element. | |
ALPHA — Proprietà statica costante, classe flash.display.BitmapDataChannel | |
Il canale alfa. | |
ALPHA — Proprietà statica costante, classe flash.display.BlendMode | |
Applica il valore alfa di ciascun pixel dell'oggetto di visualizzazione allo sfondo. | |
ALPHA — Proprietà statica costante, classe spark.core.MaskType | |
The mask respects opacity and uses the strokes and bitmap filters of the mask. | |
alphaFrom — Proprietà, classe mx.effects.Dissolve | |
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Proprietà, classe mx.effects.Fade | |
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Proprietà, classe mx.effects.Glow | |
Starting transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Proprietà, classe mx.effects.effectClasses.DissolveInstance | |
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Proprietà, classe mx.effects.effectClasses.FadeInstance | |
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Proprietà, classe mx.effects.effectClasses.GlowInstance | |
Starting transparency level. | |
alphaFrom — Proprietà, classe spark.effects.Fade | |
Initial value of the alpha property, between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Proprietà, classe spark.effects.supportClasses.FadeInstance | |
Initial value of the alpha property, between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaMultiplier — Proprietà, classe flash.geom.ColorTransform | |
Un valore decimale che viene moltiplicato per il valore del canale di trasparenza alfa. | |
ALPHANUMERIC — Proprietà statica costante, classe flash.ui.KeyboardType | |
Una tastiera standard con una serie completa di numeri e lettere. | |
ALPHANUMERIC_FULL — Proprietà statica costante, classe flash.system.IMEConversionMode | |
La stringa "ALPHANUMERIC_FULL", da utilizzare con la proprietà IME.conversionMode. | |
ALPHANUMERIC_HALF — Proprietà statica costante, classe flash.system.IMEConversionMode | |
La stringa "ALPHANUMERIC_HALF", da utilizzare con la proprietà IME.conversionMode. | |
alphaOffset — Proprietà, classe flash.geom.ColorTransform | |
Un numero da -255 a 255 che viene aggiunto al valore del canale di trasparenza alfa dopo che questo è stato moltiplicato per il valore alphaMultiplier. | |
alphas — Proprietà, classe flash.display.GraphicsGradientFill | |
Un array di valori alfa per i colori corrispondenti nell'array dei colori. | |
alphas — Proprietà, classe flash.filters.GradientBevelFilter | |
Un array di valori di trasparenza alfa per i colori corrispondenti nell'array dei colori. | |
alphas — Proprietà, classe flash.filters.GradientGlowFilter | |
Un array di valori di trasparenza alfa per i colori corrispondenti nell'array dei colori. | |
alphaTo — Proprietà, classe mx.effects.Dissolve | |
Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Proprietà, classe mx.effects.Fade | |
Final transparency level, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Proprietà, classe mx.effects.Glow | |
Ending transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Proprietà, classe mx.effects.effectClasses.DissolveInstance | |
Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Proprietà, classe mx.effects.effectClasses.FadeInstance | |
Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Proprietà, classe mx.effects.effectClasses.GlowInstance | |
Ending transparency level. | |
alphaTo — Proprietà, classe spark.effects.Fade | |
Final value of the alpha property, between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Proprietà, classe spark.effects.supportClasses.FadeInstance | |
Final value of the alpha property, between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
ALTERNATE — Proprietà statica costante, classe flash.display.NativeWindowSystemChrome | |
Riservato per uso futuro. | |
ALTERNATE — Proprietà statica costante, classe flash.ui.Keyboard | |
Costante associata al valore del codice tasto per il tasto Alt (Opzione) (18). | |
alternatingItemColors — Stile, classe mx.controls.listClasses.ListBase | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stile, classe mx.controls.listClasses.AdvancedListBase | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stile, classe mx.controls.Tree | |
Colors for rows in an alternating pattern. | |
alternatingItemColors — Stile, classe mx.controls.ComboBox | |
The set of BackgroundColors for drop-down list rows in an alternating pattern. | |
alternatingItemColors — Stile, classe mx.controls.Menu | |
The colors used for menu or submenu menu items in an alternating pattern. | |
alternatingItemColors — Stile, classe mx.controls.AdvancedDataGrid | |
Colors for rows in an alternating pattern. | |
alternatingItemColors — Stile, classe spark.components.supportClasses.GroupBase | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stile, classe spark.components.List | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stile, classe spark.components.SkinnableContainer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stile, classe spark.components.Scroller | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stile, classe spark.components.LabelItemRenderer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stile, classe spark.skins.spark.DefaultItemRenderer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Stile, classe spark.skins.wireframe.DefaultItemRenderer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingRowColors — Stile, classe spark.components.DataGrid | |
Used to initialize the DataGrid's rowBackground skin part. | |
alternatingRowColorsBackground — Parte skin, classe spark.components.DataGrid | |
The IVisualElement class used to render the alternatingRowColors style. The IVisualElement class used to render the alternatingRowColors style. | |
ALTERNATIVE_AUDIO — Proprietà statica costante, classe org.osmf.traits.MediaTraitType | |
Identifies an instance of an AlternativeAudioTrait. | |
AlternativeAudioEvent — classe, pacchetto org.osmf.events | |
An AlternativeAudioEvent is dispatched when the properties of an AlternativeAudioTrait change. | |
AlternativeAudioEvent(type:String, bubbles:Boolean, cancelable:Boolean, switching:Boolean) — Funzione di costruzione, classe org.osmf.events.AlternativeAudioEvent | |
Default Constructor. | |
alternativeAudioStreamItems — Proprietà, classe org.osmf.net.StreamingURLResource | |
Vector containing all alternative audio items associated with the current streaming resource. | |
alternativeAudioStreamSwitching — Proprietà, classe org.osmf.media.MediaPlayer | |
Indicates whether or not an alternative audio stream switch is currently in progress. | |
AlternativeAudioTrait — classe, pacchetto org.osmf.traits | |
AlternativeAudioTrait defines the trait interface for media supporting alternative audio streams. | |
AlternativeAudioTrait(numAlternativeAudioStreams:int) — Funzione di costruzione, classe org.osmf.traits.AlternativeAudioTrait | |
Default Constructor. | |
altitude — Proprietà, classe flash.events.GeolocationEvent | |
L'altitudine in metri. | |
altKey — Proprietà, classe flash.events.GestureEvent | |
Indica se il tasto Alt è attivo (true) o inattivo (false). | |
altKey — Proprietà, classe flash.events.KeyboardEvent | |
Indica se il tasto Alt è attivo (true) o inattivo (false) in Windows e se il tasto Opzione è attivo in Mac OS. | |
altKey — Proprietà, classe flash.events.MouseEvent | |
Indica se il tasto Alt è attivo (true) o inattivo (false). | |
altKey — Proprietà, classe flash.events.TouchEvent | |
Indica se il tasto Alt è attivo (true) o inattivo (false). | |
altKey — Proprietà, classe mx.automation.events.AdvancedDataGridItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Proprietà, classe mx.automation.events.ChartSelectionChangeEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Proprietà, classe mx.automation.events.ListItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Proprietà, classe mx.events.SandboxMouseEvent | |
Indicates whether the Alt key was pressed. | |
altKey — Proprietà, classe spark.automation.events.SparkDataGridItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Proprietà, classe spark.automation.events.SparkListItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altText — Proprietà, classe com.adobe.icomm.assetplacement.model.Resource | |
Alternative text (alt text) is used as a replacement for an image, whenever the image cannot be seen. | |
ALWAYS — Proprietà statica costante, classe flash.display.PixelSnapping | |
Un valore costante utilizzato nella proprietà pixelSnapping di un oggetto Bitmap per specificare che l'immagine bitmap viene sempre agganciata al pixel più vicino, indipendentemente da eventuali trasformazioni. | |
ALWAYS — Proprietà statica costante, classe flash.display3D.Context3DCompareMode | |
Il confronto risulta sempre true. | |
ALWAYS — Proprietà statica costante, classe flash.text.StageTextClearButtonMode | |
clearButton StageText è sempre mostrato | |
ALWAYS — Proprietà statica costante, classe spark.components.TextSelectionHighlighting | |
Always show the text selection, even if the component doesn't have the keyboard focus or if the component's window isn't the active window. | |
alwaysCreateDisplayObject — Proprietà, classe spark.primitives.supportClasses.GraphicElement | |
Specifies that this GraphicElement is to be associated with and be rendered to its own DisplayObject. | |
alwaysInFront — Proprietà, classe flash.display.NativeWindow | |
Specifica se questa finestra sarà sempre in primo piano rispetto alle altre finestre (incluse le finestre di altre applicazioni). | |
alwaysInFront — Proprietà, classe mx.core.Window | |
Determines whether the underlying NativeWindow is always in front of other windows (including those of other applications). | |
alwaysInFront — Proprietà, classe mx.core.WindowedApplication | |
Determines whether the underlying NativeWindow is always in front of other windows. | |
alwaysInFront — Proprietà, classe spark.components.Window | |
Determines whether the underlying NativeWindow is always in front of other windows (including those of other applications). | |
alwaysInFront — Proprietà, classe spark.components.WindowedApplication | |
Determines whether the underlying NativeWindow is always in front of other windows. | |
ALWAYS_REQUIRED — Proprietà statica costante, classe flash.security.RevocationCheckSettings | |
Verifica sempre la revoca dei certificati. | |
alwaysShowSelection — Proprietà, classe fl.controls.TextArea | |
Ottiene o imposta un valore booleano che indica se Flash Player evidenzia una selezione nel campo di testo quando quest'ultimo non è l'elemento attivo. | |
alwaysShowSelection — Proprietà, classe fl.controls.TextInput | |
Ottiene o imposta un valore booleano che indica come viene visualizzata una selezione quando il campo di testo non è l'elemento attivo. | |
alwaysShowSelection — Proprietà, classe fl.text.TLFTextField | |
Quando è impostata su true e il campo di testo non è attivo, Flash Player evidenzia la selezione nel campo di testo in azzurro. | |
alwaysShowSelection — Proprietà, classe flash.text.TextField | |
Quando è impostata su true e il campo di testo non è attivo, Flash Player evidenzia la selezione nel campo di testo in grigio. | |
alwaysShowSelection — Proprietà, classe mx.core.FTETextField | |
This property is not implemented in FTETextField because FTETextField does not support selection. | |
alwaysShowSelection — Proprietà, interfaccia mx.core.IUITextField | |
Quando è impostata su true e il campo di testo non è attivo, Flash Player evidenzia la selezione nel campo di testo in grigio. | |
AMBIENT — Proprietà statica costante, classe flash.media.AudioPlaybackMode | |
Una modalità per la riproduzione di suono d’ambiente. | |
AMERICAN_EXPRESS — Proprietà statica costante, classe mx.validators.CreditCardValidatorCardType | |
Specifies the card type as American Express. | |
AMF0 — Proprietà statica costante, classe flash.net.ObjectEncoding | |
Specifica che gli oggetti vengano serializzati mediante Action Message Format per ActionScript 1.0 e 2.0. | |
AMF3 — Proprietà statica costante, classe flash.net.ObjectEncoding | |
Specifica che gli oggetti vengano serializzati mediante Action Message Format per ActionScript 3.0. | |
AMFChannel — classe, pacchetto mx.messaging.channels | |
The AMFChannel class provides the AMF support for messaging. | |
AMFChannel(id:String, uri:String) — Funzione di costruzione, classe mx.messaging.channels.AMFChannel | |
Constructor. | |
amfChannelURI — Proprietà, classe com.adobe.dct.model.ConfigModel | |
The amfChannel URI. | |
analyze — Evento, classe flash.data.SQLConnection | |
Inviato quando un'operazione analyze() ha esito positivo. | |
analyze(resourceName:String, responder:flash.net:Responder) — metodo, classe flash.data.SQLConnection | |
Raccoglie statistiche relative agli indici di database e li memorizza nel database. | |
ANALYZE — Proprietà statica costante, classe flash.errors.SQLErrorOperation | |
Indica che è stato chiamato il metodo SQLConnection.analyze(). | |
ANALYZE — Proprietà statica costante, classe flash.events.SQLEvent | |
La costante SQLEvent.ANALYZE definisce il valore della proprietà type di un oggetto evento analyze. | |
ancestor — Proprietà, classe mx.styles.CSSSelector | |
If this selector is part of a descendant selector it may have a further selector defined for an arbitrary ancestor. | |
anchorBookmark — Proprietà, classe mx.controls.listClasses.AdvancedListBase | |
A bookmark to the item that is the anchor. | |
anchorBookmark — Proprietà, classe mx.controls.listClasses.ListBase | |
A bookmark to the item that is the anchor. | |
anchorColumnIndex — Proprietà, classe mx.controls.AdvancedDataGrid | |
The column index of the current anchor. | |
anchorColumnIndex — Proprietà, classe spark.components.Grid | |
The column index of the anchor for the next shift selection. | |
anchorIndex — Proprietà, classe mx.controls.listClasses.AdvancedListBase | |
The offset of the item in the data provider that is the selection anchor point. | |
anchorIndex — Proprietà, classe mx.controls.listClasses.ListBase | |
The offset of the item in the data provider that is the selection anchor point. | |
anchorPosition — Proprietà, interfaccia flashx.textLayout.edit.ISelectionManager | |
Il punto di ancoraggio della selezione. | |
anchorPosition — Proprietà, classe flashx.textLayout.edit.SelectionManager | |
Il punto di ancoraggio della selezione. | |
anchorPosition — Proprietà, classe flashx.textLayout.elements.TextRange | |
Posizione di ancoraggio della selezione, indicata come posizione assoluta in TextFlow. | |
anchorRowIndex — Proprietà, classe spark.components.Grid | |
The row index of the anchor for the next shift selection. | |
AndOperator — classe, pacchetto com.adobe.icc.editors.model.el.operators | |
The implementation of the and operator | |
AndOperator() — Funzione di costruzione, classe com.adobe.icc.editors.model.el.operators.AndOperator | |
Constructor. | |
angle — Proprietà, classe coldfusion.service.mxml.Image | |
Rotates the image; Angle in degrees. | |
angle — Proprietà, classe flash.filters.BevelFilter | |
L'angolo della smussatura. | |
angle — Proprietà, classe flash.filters.DropShadowFilter | |
L'angolo dell'ombra. | |
angle — Proprietà, classe flash.filters.GradientBevelFilter | |
L'angolo, espresso in gradi. | |
angle — Proprietà, classe flash.filters.GradientGlowFilter | |
L'angolo, espresso in gradi. | |
angle — Proprietà, classe mx.charts.series.items.PieSeriesItem | |
The angle, in radians, that this wedge subtends. | |
angle — Proprietà, classe mx.graphics.GradientBase | |
By default, the LinearGradientStroke defines a transition from left to right across the control. | |
angle — Proprietà, classe mx.graphics.RectangularDropShadow | |
L'angolo dell'ombra. | |
angle — Proprietà, classe spark.filters.BevelFilter | |
The angle of the bevel, in degrees. | |
angle — Proprietà, classe spark.filters.DropShadowFilter | |
The angle of the bevel. | |
angle — Proprietà, classe spark.filters.GradientFilter | |
The angle, in degrees. | |
angle — Proprietà, classe spark.primitives.RectangularDropShadow | |
The angle of the bevel. | |
angleBetween(a:flash.geom:Vector3D, b:flash.geom:Vector3D) — Metodo statico , classe flash.geom.Vector3D | |
Restituisce l'angolo in radianti tra due vettori. | |
angleBy — Proprietà, classe spark.effects.Rotate | |
Degrees by which to rotate the target object. | |
angleFrom — Proprietà, classe mx.effects.Rotate | |
The starting angle of rotation of the target object, expressed in degrees. | |
angleFrom — Proprietà, classe mx.effects.effectClasses.RotateInstance | |
The starting angle of rotation of the target object, expressed in degrees. | |
angleFrom — Proprietà, classe spark.effects.Rotate | |
The starting angle of rotation of the target object, in degrees. | |
angleTo — Proprietà, classe mx.effects.Rotate | |
The ending angle of rotation of the target object, expressed in degrees. | |
angleTo — Proprietà, classe mx.effects.effectClasses.RotateInstance | |
The ending angle of rotation of the target object, expressed in degrees. | |
angleTo — Proprietà, classe spark.effects.Rotate | |
The ending angle of rotation of the target object, in degrees. | |
angleXFrom — Proprietà, classe spark.effects.Rotate3D | |
The starting angle of rotation of the target object around the x axis, expressed in degrees. | |
angleXTo — Proprietà, classe spark.effects.Rotate3D | |
The ending angle of rotation of the target object around the x axis, expressed in degrees. | |
angleYFrom — Proprietà, classe spark.effects.Rotate3D | |
The starting angle of rotation of the target object around the y axis, expressed in degrees. | |
angleYTo — Proprietà, classe spark.effects.Rotate3D | |
The ending angle of rotation of the target object around the y axis, expressed in degrees. | |
angleZFrom — Proprietà, classe spark.effects.Rotate3D | |
The starting angle of rotation of the target object around the z axis, expressed in degrees. | |
angleZTo — Proprietà, classe spark.effects.Rotate3D | |
The ending angle of rotation of the target object around the z axis, expressed in degrees. | |
angularAxis — Proprietà, classe mx.charts.chartClasses.PolarChart | |
The axis object used to map data values to an angle between 0 and 2 PI. | |
angularAxis — Proprietà, classe mx.charts.chartClasses.PolarDataCanvas | |
Defines the labels, tick marks, and data position for items on the x-axis. | |
angularAxis — Proprietà, classe mx.charts.series.PieSeries | |
The axis object used to map data values to an angle between 0 and 2 PI. | |
ANGULAR_AXIS — Proprietà statica costante, classe mx.charts.chartClasses.PolarTransform | |
A string representing the angular axis. | |
animate — Proprietà, classe mx.events.AdvancedDataGridEvent | |
If true, animate an opening or closing operation; used for ITEM_OPENING type events only. | |
animate — Proprietà, classe mx.events.TreeEvent | |
Whether to animate an opening or closing operation; used for ITEM_OPENING type events only. | |
Animate — classe, pacchetto spark.effects | |
This Animate effect animates an arbitrary set of properties between values. | |
Animate(target:Object) — Funzione di costruzione, classe spark.effects.Animate | |
Constructor. | |
AnimateColor — classe, pacchetto spark.effects | |
The AnimateColor effect animates a change in a color property over time, interpolating between given from/to color values on a per-channel basis. | |
AnimateColor(target:Object) — Funzione di costruzione, classe spark.effects.AnimateColor | |
Constructor. | |
AnimateColorInstance — classe, pacchetto spark.effects.supportClasses | |
The AnimateColorInstance class is the instance class of the AnimateColor effect, which animates a change in color by interpolating the from/to values per color channel. | |
AnimateColorInstance(target:Object) — Funzione di costruzione, classe spark.effects.supportClasses.AnimateColorInstance | |
Constructor. | |
AnimateFilter — classe, pacchetto spark.effects | |
The AnimateFilter effect applies an mx.filters.IBitmapFilter instance to the target and allows you to animate properties of the filter between values. | |
AnimateFilter(target:Object, filter:mx.filters:IBitmapFilter) — Funzione di costruzione, classe spark.effects.AnimateFilter | |
Constructor. | |
AnimateFilterInstance — classe, pacchetto spark.effects.supportClasses | |
The AnimateFilterInstance class implements the instance class for the AnimateFilter effect. | |
AnimateFilterInstance(target:Object) — Funzione di costruzione, classe spark.effects.supportClasses.AnimateFilterInstance | |
Constructor. | |
AnimateInstance — classe, pacchetto spark.effects.supportClasses | |
The AnimateInstance class implements the instance class for the Animate effect. | |
AnimateInstance(target:Object) — Funzione di costruzione, classe spark.effects.supportClasses.AnimateInstance | |
Constructor. | |
animatePaging(newValue:Number, pageSize:Number) — metodo, classe spark.components.supportClasses.ScrollBarBase | |
Animates the operation to move to newValue. | |
AnimateProperty — classe, pacchetto mx.effects | |
The AnimateProperty effect animates a property or style of a component. | |
AnimateProperty(target:Object) — Funzione di costruzione, classe mx.effects.AnimateProperty | |
Constructor. | |
AnimatePropertyInstance — classe, pacchetto mx.effects.effectClasses | |
The AnimatePropertyInstance class implements the instance class for the AnimateProperty effect. | |
AnimatePropertyInstance(target:Object) — Funzione di costruzione, classe mx.effects.effectClasses.AnimatePropertyInstance | |
Constructor. | |
animateStepping(newValue:Number, stepSize:Number) — metodo, classe spark.components.supportClasses.ScrollBarBase | |
Animates the operation to step to newValue. | |
AnimateTransform — classe, pacchetto spark.effects | |
The AnimateTransform effect controls all transform-related animations on target objects. | |
AnimateTransform(target:Object) — Funzione di costruzione, classe spark.effects.AnimateTransform | |
Constructor. | |
AnimateTransform3D — classe, pacchetto spark.effects | |
The AnimateTransform3D effect extends the abilities of the AnimateTransform effect to 3D transform properties. | |
AnimateTransform3D(target:Object) — Funzione di costruzione, classe spark.effects.AnimateTransform3D | |
Constructor. | |
AnimateTransformInstance — classe, pacchetto spark.effects.supportClasses | |
The AnimateTransformInstance class implements the instance class for the AnimateTransform effect. | |
AnimateTransformInstance(target:Object) — Funzione di costruzione, classe spark.effects.supportClasses.AnimateTransformInstance | |
Constructor. | |
AnimateTransitionShader — classe, pacchetto spark.effects | |
The AnimateTransitionShader effect animates a transition between two bitmaps, one representing the start state (bitmapFrom), and the other representing the end state (bitmapTo). | |
AnimateTransitionShader(target:Object) — Funzione di costruzione, classe spark.effects.AnimateTransitionShader | |
Constructor. | |
AnimateTransitionShaderInstance — classe, pacchetto spark.effects.supportClasses | |
The AnimateTransitionShaderInstance class implements the instance class for the AnimateTransitionShader effect. | |
AnimateTransitionShaderInstance(target:Object) — Funzione di costruzione, classe spark.effects.supportClasses.AnimateTransitionShaderInstance | |
Constructor. | |
Animation — classe finale, pacchetto spark.effects.animation | |
The Animation class defines an animation that happens between the start and end values of a property over a specified period of time. | |
Animation(duration:Number, property:String, startValue:Object, endValue:Object) — Funzione di costruzione, classe spark.effects.animation.Animation | |
Constructor. | |
animationDuration — Proprietà, classe com.adobe.mosaic.layouts.MosaicLayoutBase | |
The amount of time to give any annimation to run its course. | |
animationEnd(animation:spark.effects.animation:Animation) — metodo, interfaccia spark.effects.animation.IAnimationTarget | |
Called when an Animation instance ends. | |
animationRepeat(animation:spark.effects.animation:Animation) — metodo, interfaccia spark.effects.animation.IAnimationTarget | |
Called when an Animation instance repeats. | |
animationStart(animation:spark.effects.animation:Animation) — metodo, interfaccia spark.effects.animation.IAnimationTarget | |
Called when an Animation instance starts. | |
animationStop(animation:spark.effects.animation:Animation) — metodo, interfaccia spark.effects.animation.IAnimationTarget | |
Called when an Animation instance stops. | |
animationTarget — Proprietà, classe spark.effects.animation.Animation | |
The IAnimationTarget object notified with all start, end, repeat, and update events for this animation. | |
animationUpdate(animation:spark.effects.animation:Animation) — metodo, interfaccia spark.effects.animation.IAnimationTarget | |
Called during every update of an Animation instance. | |
Animator — classe, pacchetto fl.motion | |
La classe Animator applica una descrizione XML di un'interpolazione di movimento a un oggetto di visualizzazione. | |
Animator(xml:XML, target:flash.display:DisplayObject) — Funzione di costruzione, classe fl.motion.Animator | |
Crea un oggetto Animator per applicare la descrizione XML di un'interpolazione di movimento a un oggetto di visualizzazione. | |
Animator3D — classe, pacchetto fl.motion | |
La classe Animator3D applica una descrizione XML di un'interpolazione di movimento tridimensionale a un oggetto di visualizzazione. | |
Animator3D(xml:XML, target:flash.display:DisplayObject) — Funzione di costruzione, classe fl.motion.Animator3D | |
Crea un oggetto Animator3D per applicare la descrizione XML di un'interpolazione di movimento tridimensionale a un oggetto di visualizzazione. | |
AnimatorBase — classe, pacchetto fl.motion | |
La classe AnimatorBase applica una descrizione XML di un'interpolazione di movimento a un oggetto di visualizzazione. | |
AnimatorBase(xml:XML, target:flash.display:DisplayObject) — Funzione di costruzione, classe fl.motion.AnimatorBase | |
Crea un oggetto AnimatorBase per applicare la descrizione XML di un'interpolazione di movimento a un oggetto di visualizzazione. | |
AnimatorFactory — classe, pacchetto fl.motion | |
La classe AnimatorFactory fornisce il supporto basato su ActionScript per associare un oggetto Motion a più oggetti di visualizzazione. | |
AnimatorFactory(motion:fl.motion:MotionBase, motionArray:Array) — Funzione di costruzione, classe fl.motion.AnimatorFactory | |
Crea un'istanza AnimatorFactory che potete utilizzare per assegnare le proprietà di un oggetto MotionBase agli oggetti di visualizzazione. | |
AnimatorFactory3D — classe, pacchetto fl.motion | |
La classe AnimatorFactory3D fornisce il supporto basato su ActionScript per associare un oggetto Motion contenente proprietà tridimensionali a più oggetti di visualizzazione. | |
AnimatorFactory3D(motion:fl.motion:MotionBase, motionArray:Array) — Funzione di costruzione, classe fl.motion.AnimatorFactory3D | |
Crea un'istanza AnimatorFactory3D che potete utilizzare per assegnare le proprietà di un oggetto MotionBase agli oggetti di visualizzazione. | |
AnimatorFactoryBase — classe, pacchetto fl.motion | |
La classe AnimatorFactoryBase fornisce il supporto basato su ActionScript per la visualizzazione e l'interpolazione di più oggetti di destinazione con un oggetto Motion in modo dinamico in runtime. | |
AnimatorFactoryBase(motion:fl.motion:MotionBase, motionArray:Array) — Funzione di costruzione, classe fl.motion.AnimatorFactoryBase | |
Crea un'istanza della classe AnimatorFactoryBase. | |
AnimatorFactoryUniversal — classe, pacchetto fl.motion | |
La classe AnimatorFactoryUniversal fornisce il supporto basato su ActionScript per associare un oggetto Motion a più oggetti di visualizzazione. | |
AnimatorFactoryUniversal(motion:fl.motion:MotionBase, motionArray:Array) — Funzione di costruzione, classe fl.motion.AnimatorFactoryUniversal | |
Crea un'istanza AnimatorFactory che potete utilizzare per assegnare le proprietà di un oggetto MotionBase agli oggetti di visualizzazione. | |
AnimatorUniversal — classe, pacchetto fl.motion | |
La classe AnimatorUniversal applica una descrizione ActionScript di movimento bi e tridimensionale a un oggetto di visualizzazione. | |
AnimatorUniversal() — Funzione di costruzione, classe fl.motion.AnimatorUniversal | |
Crea un movimento oggetto AnimatorUniversal per un oggetto di visualizzazione. | |
ANISOTROPIC16X — Proprietà statica costante, classe flash.display3D.Context3DTextureFilter | |
Utilizzate il filtro anisotropico con radio 16 per l’unsampling delle texture | |
ANISOTROPIC2X — Proprietà statica costante, classe flash.display3D.Context3DTextureFilter | |
Utilizzate il filtro anisotropico con radio 2 per l’unsampling delle texture | |
ANISOTROPIC4X — Proprietà statica costante, classe flash.display3D.Context3DTextureFilter | |
Utilizzate il filtro anisotropico con radio 4 per l’unsampling delle texture | |
ANISOTROPIC8X — Proprietà statica costante, classe flash.display3D.Context3DTextureFilter | |
Utilizzate il filtro anisotropico con radio 8 per l’unsampling delle texture | |
annotationElements — Proprietà, classe mx.charts.chartClasses.ChartBase | |
Sets an array of ChartElement objects that appears on top of any data series rendered by the chart. | |
AnnotationParseEvent — classe, pacchetto com.adobe.mosaic.om.events | |
The AnnotationParseEvent is dispatched when annotation parsers have completed processing, digesting, and injecting values onto eligible composite application parts, such as Tile or Service. | |
AnnotationParseEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Funzione di costruzione, classe com.adobe.mosaic.om.events.AnnotationParseEvent | |
Constructor. | |
anonymous — Proprietà, interfaccia com.adobe.livecycle.ria.security.api.IUser | |
A flag that indicates whether the current user is anonymous. | |
anonymous — Proprietà, classe com.adobe.livecycle.ria.security.service.User | |
A flag that indicates whether the current user is anonymous. | |
ANONYMOUS — Proprietà statica costante, classe flash.net.drm.AuthenticationMethod | |
Indica che non è richiesta alcuna autenticazione. | |
antiAliasType — Proprietà, classe fl.text.TLFTextField | |
Il tipo di antialiasing utilizzato per questo campo di testo. | |
antiAliasType — Proprietà, classe flash.text.TextField | |
Il tipo di antialiasing utilizzato per questo campo di testo. | |
antiAliasType — Proprietà, classe mx.core.FTETextField | |
This property has no effect in FTETextField because FTE uses a newer font renderer than TextField. | |
antiAliasType — Proprietà, interfaccia mx.core.IUITextField | |
Il tipo di antialiasing utilizzato per questo campo di testo. | |
antiAliasType — Proprietà, classe mx.core.UITextFormat | |
Defines the anti-aliasing setting for the UITextField class. | |
AntiAliasType — classe finale, pacchetto flash.text | |
La classe AntiAliasType fornisce i valori necessari all'antialiasing nella classe flash.text.TextField. | |
ANY — Proprietà statica costante, classe flash.display.StageAspectRatio | |
Specifica l’orientamento di un dispositivo che supporta un’interfaccia utente in posizione sia verticale che orizzontale. | |
ANY — Proprietà statica costante, classe flash.text.engine.BreakOpportunity | |
Tutti i caratteri nell'oggetto ContentElement sono considerati come un'opportunità di interruzione di riga. | |
ANY — Proprietà statica costante, classe mx.validators.CurrencyValidatorAlignSymbol | |
Specifies "any" as the alignment of the currency symbol for the CurrencyValidator class. | |
ANY_INDEX_MODE — Proprietà statica costante, classe mx.collections.Sort | |
When executing a find return the index any matching item. | |
ANY_INDEX_MODE — Proprietà statica costante, classe spark.collections.Sort | |
When executing a find return the index any matching item. | |
appContext — Proprietà, classe com.adobe.ep.ux.content.services.search.lccontent.LCCQueryServiceFactory | |
The Aplication Context to be used for this application instance. | |
appContext — Proprietà statica, classe com.adobe.icc.services.ServiceProvider | |
Fetch the Application Context for the current application. | |
appContextFolder — Proprietà, classe com.adobe.solutions.rca.vo.ReviewTemplateVO | |
APP_CONTEXT_PREFIX — Proprietà statica costante, classe com.adobe.ep.ux.content.services.search.lccontent.LCCQueryServiceFactory | |
A special value that defines the Application Context prefix to add before the actual value of the Application Context. | |
APPCONTEXT_REMOTING_SERVICE — Proprietà statica costante, classe com.adobe.ep.ux.content.services.search.lccontent.LCCQueryServiceFactory | |
A special value that defines the Application Context Remoting Service exposed by Adobe Digital Enterprise Platform Experience Services - Content Repository to register the Application Context. | |
append(lhs:flash.geom:Matrix3D) — metodo, classe flash.geom.Matrix3D | |
Aggiunge la matrice moltiplicando un altro oggetto Matrix3D per l'oggetto Matrix3D corrente. | |
APPEND — Proprietà statica costante, classe flash.filesystem.FileMode | |
Utilizzato per un file che deve essere aperto in modalità di scrittura, con tutti i dati scritti aggiunti alla fine del file. | |
APPEND — Proprietà statica costante, classe flash.net.NetStreamPlayTransitions | |
Aggiunge al flusso una sequenza brani e inizia la riproduzione con il primo flusso. | |
APPEND_AND_WAIT — Proprietà statica costante, classe flash.net.NetStreamPlayTransitions | |
Crea una sequenza brani senza iniziare la riproduzione dal primo flusso. | |
appendBytes(bytes:flash.utils:ByteArray) — metodo, classe flash.net.NetStream | |
Passa un ByteArray in un NetStream per la riproduzione. | |
appendBytesAction(netStreamAppendBytesAction:String) — metodo, classe flash.net.NetStream | |
Indica una discontinuità della scala temporale, scarica il FIFO e segnala al parser di byte di attendere un'intestazione di file o l'inizio di un tag FLV. | |
appendChild(child:Object) — metodo, classe XML | |
Aggiunge l'elemento secondario dato alla fine delle proprietà dell'oggetto XML. | |
appendChild(node:flash.xml:XMLNode) — metodo, classe flash.xml.XMLNode | |
Aggiunge il nodo specificato all'elenco degli elementi secondari dell'oggetto XML. | |
appendItemData(archiveData:flash.utils:IDataOutput, version:String, changedItems:mx.data:ChangedItems) — metodo, classe mx.data.SQLiteOfflineAdapter | |
Appends to the byte array the specified data items. | |
appendRandomQueryParameter — Proprietà, classe flash.media.AVNetworkingParams | |
appendRotation(degrees:Number, axis:flash.geom:Vector3D, pivotPoint:flash.geom:Vector3D) — metodo, classe flash.geom.Matrix3D | |
Aggiunge una rotazione incrementale a un oggetto Matrix3D. | |
appendScale(xScale:Number, yScale:Number, zScale:Number) — metodo, classe flash.geom.Matrix3D | |
Aggiunge una modifica in scala incrementale lungo gli assi x, y e z a un oggetto Matrix3D. | |
appendSecurityTicket(url:String, ticket:com.adobe.livecycle.ria.security.api:ITicket) — metodo, classe com.adobe.livecycle.content.File | |
Appends User Manager (UM) ticket to the URL. | |
appendText(text:String) — metodo, classe fl.controls.TextArea | |
Aggiunge la stringa specificata dopo l'ultimo carattere contenuto nel componente TextArea. | |
appendText(text:String) — metodo, classe fl.controls.TextInput | |
Aggiunge la stringa specificata dopo l'ultimo carattere contenuto in TextArea. | |
appendText(newText:String) — metodo, classe fl.text.TLFTextField | |
Aggiunge la stringa specificata dal parametro nuovoTesto alla fine del testo del relativo campo. | |
appendText(newText:String) — metodo, classe flash.text.TextField | |
Aggiunge la stringa specificata dal parametro nuovoTesto alla fine del testo del relativo campo. | |
appendText(newText:String) — metodo, classe mx.core.FTETextField | |
This method has not been implemented in FTETextField because very few components use it in TextField. | |
appendText(newText:String) — metodo, interfaccia mx.core.IUITextField | |
Aggiunge la stringa specificata dal parametro nuovoTesto alla fine del testo del relativo campo. | |
appendText(text:String) — metodo, classe spark.components.RichEditableText | |
Appends the specified text to the end of the RichEditableText, as if you had clicked at the end and typed. | |
appendText(text:String) — metodo, classe spark.components.supportClasses.SkinnableTextBase | |
Appends the specified text to the end of the text component, as if you had clicked at the end and typed. | |
appendText(text:String) — metodo, classe spark.components.supportClasses.StyleableStageText | |
Appends the specified text to the end of the text component, as if you had clicked at the end and typed. | |
appendText(text:String) — metodo, classe spark.components.supportClasses.StyleableTextField | |
Appends the specified text to the end of the text component, as if you had clicked at the end and typed. | |
appendText(text:String) — metodo, interfaccia spark.core.IEditableText | |
Appends the specified text to the end of the text component, as if you had clicked at the end and typed. | |
appendTranslation(x:Number, y:Number, z:Number) — metodo, classe flash.geom.Matrix3D | |
Aggiunge una conversione incrementale, un riposizionamento lungo gli assi x, y e z, a un oggetto Matrix3D. | |
application — Proprietà, classe coldfusion.service.PdfInfo | |
Application used to create the PDF document. | |
application — Proprietà, classe com.adobe.mosaic.mxml.Shell | |
The value of the Application MXML on the Shell. | |
application — Proprietà, classe com.adobe.mosaic.om.events.LoadApplicationEvent | |
The IApplication loaded if successful. | |
application — Proprietà statica, classe mx.core.Application | |
A reference to the top-level application. | |
application — Proprietà, classe mx.managers.SystemManager | |
The application parented by this SystemManager. | |
Application — classe, pacchetto com.adobe.mosaic.mxml | |
The Application mxml component represents a composite application that can placed onto the Flex Display List using the composite application shell MXML component. | |
Application — classe, pacchetto mx.core | |
Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container. | |
Application — classe, pacchetto spark.components | |
Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container. | |
Application() — Funzione di costruzione, classe com.adobe.mosaic.mxml.Application | |
Constructor. | |
Application() — Funzione di costruzione, classe mx.core.Application | |
Constructor. | |
Application() — Funzione di costruzione, classe spark.components.Application | |
Constructor. | |
APPLICATION — Proprietà statica costante, classe flash.system.Security | |
Il file in esecuzione in un'applicazione AIR e installato con il pacchetto (il file AIR) per quell'applicazione. | |
APPLICATION — Proprietà statica costante, classe mx.managers.PopUpManagerChildList | |
Indicates that the popup is placed in the same child list as the application. | |
applicationActivate — Evento, classe mx.core.Window | |
Dispatched when this application gets activated. | |
applicationActivate — Evento, classe mx.core.WindowedApplication | |
Dispatched when this application is activated. | |
applicationActivate — Evento, classe spark.components.Window | |
Dispatched when this application gets activated. | |
applicationActivate — Evento, classe spark.components.WindowedApplication | |
Dispatched when this application is activated. | |
APPLICATION_ACTIVATE — Proprietà statica costante, classe mx.events.AIREvent | |
The AIREvent.APPLICATION_ACTIVATE constant defines the value of the type property of the event object for an applicationActivate event. | |
ApplicationAutomationImpl — classe, pacchetto mx.automation.delegates.containers | |
Defines the methods and properties required to perform instrumentation for the Application class. | |
ApplicationAutomationImpl(obj:mx.core:Application) — Funzione di costruzione, classe mx.automation.delegates.containers.ApplicationAutomationImpl | |
Constructor. | |
ApplicationBackground — classe, pacchetto mx.skins.halo | |
The skin for application background gradient. | |
ApplicationBackground() — Funzione di costruzione, classe mx.skins.halo.ApplicationBackground | |
Constructor | |
applicationComplete — Evento, classe mx.core.Application | |
Dispatched after the Application has been initialized, processed by the LayoutManager, and attached to the display list. | |
applicationComplete — Evento, classe mx.managers.SystemManager | |
Dispatched when the application has finished initializing | |
applicationComplete — Evento, classe spark.components.Application | |
Dispatched after the Application has been initialized, processed by the LayoutManager, and attached to the display list. | |
APPLICATION_COMPLETE — Proprietà statica costante, classe mx.events.FlexEvent | |
The FlexEvent.APPLICATION_COMPLETE constant defines the value of the type property of the event object for a applicationComplete event. | |
ApplicationConstants — classe, pacchetto com.adobe.mosaic.om.constants | |
The ApplicationConstants provides constants to indicate the current status of an Application in its lifecycle. | |
ApplicationControlBar — classe, pacchetto mx.containers | |
The ApplicationControlBar container holds components that provide global navigation and application commands For the Halo Application container. | |
ApplicationControlBar() — Funzione di costruzione, classe mx.containers.ApplicationControlBar | |
Constructor. | |
applicationDeactivate — Evento, classe mx.core.Window | |
Dispatched when this application gets deactivated. | |
applicationDeactivate — Evento, classe mx.core.WindowedApplication | |
Dispatched when this application is deactivated. | |
applicationDeactivate — Evento, classe spark.components.Window | |
Dispatched when this application gets deactivated. | |
applicationDeactivate — Evento, classe spark.components.WindowedApplication | |
Dispatched when this application is deactivated. | |
APPLICATION_DEACTIVATE — Proprietà statica costante, classe mx.events.AIREvent | |
The AIREvent.APPLICATION_DEACTIVATE constant defines the value of the type property of the event object for an applicationDeactivate event. | |
applicationDescriptor — Proprietà, classe flash.desktop.NativeApplication | |
Il contenuto del file descrittore dell'applicazione per questa applicazione AIR. | |
applicationDirectory — Proprietà statica, classe flash.filesystem.File | |
La cartella contenente i file installati dell'applicazione. | |
applicationDomain — Proprietà, interfaccia com.adobe.gravity.service.bundleloader.IBundleLoaderContext | |
The ApplicationDomain for the bundle being loaded. | |
applicationDomain — Proprietà, classe fl.display.ProLoaderInfo | |
Quando viene caricato un file SWF esterno, tutte le definizioni ActionScript 3.0 contenute nella classe caricata vengono memorizzate nella proprietà applicationDomain. | |
applicationDomain — Proprietà, classe flash.display.LoaderInfo | |
Quando viene caricato un file SWF esterno, tutte le definizioni ActionScript 3.0 contenute nella classe caricata vengono memorizzate nella proprietà applicationDomain. | |
applicationDomain — Proprietà, classe flash.system.LoaderContext | |
Indica il dominio applicazione da usare per il metodo Loader.load() o Loader.loadBytes(). | |
applicationDomain — Proprietà, classe mx.modules.ModuleLoader | |
The application domain to load your module into. | |
applicationDomain — Proprietà, classe spark.modules.ModuleLoader | |
The application domain to load your module into. | |
ApplicationDomain — classe finale, pacchetto flash.system | |
La classe ApplicationDomain è un contenitore per gruppi separati di definizioni di classi. | |
ApplicationDomain(parentDomain:flash.system:ApplicationDomain) — Funzione di costruzione, classe flash.system.ApplicationDomain | |
Crea un nuovo dominio applicazione. | |
applicationDomainTarget — Proprietà, classe mx.core.RSLData | |
The requested application domain to load the RSL into. | |
ApplicationDomainTarget — classe finale, pacchetto mx.core | |
The ApplicationDomainTarget class defines the possible values for the applicationDomainTarget property of the RSLData class. | |
applicationDPI — Proprietà, classe spark.components.Application | |
The DPI of the application. | |
applicationDPI — Proprietà, classe spark.components.LabelItemRenderer | |
Returns the DPI of the application. | |
applicationDPI — Proprietà, classe spark.skins.mobile.ViewMenuSkin | |
Returns the DPI of the application. | |
applicationDPI — Proprietà, classe spark.skins.mobile.supportClasses.MobileSkin | |
Returns the DPI of the application. | |
applicationID — Proprietà, classe flash.desktop.NativeApplication | |
L'ID applicazione di questa applicazione. | |
applicationID — Proprietà, classe mx.core.WindowedApplication | |
The identifier that AIR uses to identify the application. | |
applicationID — Proprietà, classe spark.components.WindowedApplication | |
The identifier that AIR uses to identify the application. | |
applicationList — Proprietà, classe com.adobe.mosaic.om.events.RequestApplicationListEvent | |
An array of type IApplicationListItem representing the applications available to the current user. | |
ApplicationListItem — classe, pacchetto com.adobe.mosaic.om.impl | |
The ApplicationListItem provides information about a given IApplication suitable for display to a user. | |
ApplicationListItem() — Funzione di costruzione, classe com.adobe.mosaic.om.impl.ApplicationListItem | |
Constructor. | |
applicationName — Proprietà, classe mx.automation.events.MarshalledAutomationEvent | |
Contains string which represents the application Name for the application. | |
applicationNode — Proprietà, classe com.adobe.mosaic.mxml.Application | |
Returns the underlying Composite Application Framework SDK IApplication. | |
ApplicationSkin — classe, pacchetto spark.skins.spark | |
The default skin class for the Spark Application component. | |
ApplicationSkin — classe, pacchetto spark.skins.wireframe | |
The default wireframe skin class for the Spark Application component. | |
ApplicationSkin() — Funzione di costruzione, classe spark.skins.spark.ApplicationSkin | |
Constructor. | |
ApplicationSkin() — Funzione di costruzione, classe spark.skins.wireframe.ApplicationSkin | |
Constructor. | |
applicationSpecifier — Proprietà, classe com.adobe.mosaic.om.events.RequestApplicationEvent | |
The initialized, but unresolved and non-loaded IApplicationSpecifier object | |
ApplicationSpecifier — classe, pacchetto com.adobe.mosaic.om.impl | |
The ApplicationSpecifier provides information about a given IApplication suitable for display to a user. | |
ApplicationSpecifier(name:String, session:com.adobe.mosaic.om.interfaces:ISession) — Funzione di costruzione, classe com.adobe.mosaic.om.impl.ApplicationSpecifier | |
Constructor. | |
applicationStorageDirectory — Proprietà statica, classe flash.filesystem.File | |
La directory di archiviazione privata dell'applicazione. | |
applicationTimeOut — Proprietà, classe com.adobe.consulting.pst.vo.FlexConfiguration | |
Application Idle time out in seconds | |
ApplicationTitleBarBackgroundSkin — classe, pacchetto mx.skins.halo | |
The skin for the TitleBar of a WindowedApplication or Window. | |
ApplicationTitleBarBackgroundSkin() — Funzione di costruzione, classe mx.skins.halo.ApplicationTitleBarBackgroundSkin | |
Constructor. | |
ApplicationUpdater — classe, pacchetto air.update | |
La classe ApplicationUpdater definisce la funzionalità di base del framework di aggiornamento delle applicazioni Adobe® AIR®, senza fornire un'interfaccia utente predefinita. | |
ApplicationUpdater() — Funzione di costruzione, classe air.update.ApplicationUpdater | |
La funzione di costruzione. | |
ApplicationUpdaterUI — classe, pacchetto air.update | |
La classe ApplicationUpdaterUI definisce la funzionalità di base del framework di aggiornamento delle applicazioni Adobe® AIR® e fornisce un'interfaccia utente predefinita. | |
ApplicationUpdaterUI() — Funzione di costruzione, classe air.update.ApplicationUpdaterUI | |
La funzione di costruzione. | |
APPLICATION_URL_CHANGE — Proprietà statica costante, classe mx.events.BrowserChangeEvent | |
The BrowserChangeEvent.APPLICATION_URL_CHANGE constant defines the value of the type property of the event object for a applicationURLChange event. | |
apply(thisArg:any, argArray:any) — metodo, classe Function | |
Specifica il valore di thisObject da utilizzare all'interno delle funzioni chiamate da ActionScript. | |
apply(... rest) — metodo, interfaccia com.adobe.icc.editors.model.el.IOperator | |
Applies the operator to the given operands | |
apply(... rest) — metodo, classe com.adobe.icc.editors.model.el.operators.BinaryOperator | |
Applies the operator to the given operands | |
apply(... rest) — metodo, classe com.adobe.icc.editors.model.el.operators.UnaryOperator | |
Applies the operator to the given operands | |
apply(incoming:flashx.textLayout.formats:ITabStopFormat) — metodo, classe flashx.textLayout.formats.TabStopFormat | |
Sostituisce i valori della proprietà in questo oggetto TabStopFormat con i valori delle proprietà che vengono impostati nell'istanza di ITabStopFormat incoming. | |
apply(incoming:flashx.textLayout.formats:ITextLayoutFormat) — metodo, classe flashx.textLayout.formats.TextLayoutFormat | |
Sostituisce i valori della proprietà in questo oggetto TextLayoutFormat con i valori delle proprietà che vengono impostati nell'istanza di ITextLayoutFormat incoming. | |
apply(g:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — metodo, classe mx.graphics.GradientStroke | |
Applies the properties to the specified Graphics object. | |
apply(graphics:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — metodo, interfaccia mx.graphics.IStroke | |
Applies the properties to the specified Graphics object. | |
apply(graphics:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — metodo, classe mx.graphics.LinearGradientStroke | |
Applies the properties to the specified Graphics object. | |
apply(graphics:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — metodo, classe mx.graphics.SolidColorStroke | |
Applies the properties to the specified Graphics object. | |
apply(parent:mx.core:UIComponent) — metodo, classe mx.states.AddChild | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — metodo, classe mx.states.AddItems | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — metodo, interfaccia mx.states.IOverride | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — metodo, classe mx.states.OverrideBase | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — metodo, classe mx.states.RemoveChild | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — metodo, classe mx.states.SetEventHandler | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — metodo, classe mx.states.SetProperty | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — metodo, classe mx.states.SetStyle | |
Applies the override. | |
applyCellSelectionEffect(indicator:flash.display:Sprite, uid:String, columnIndex:int, itemRenderer:mx.controls.listClasses:IListItemRenderer) — metodo, classe mx.controls.AdvancedDataGrid | |
Sets up the effect for applying the selection indicator. | |
applyChangesPostLayout — Proprietà, classe spark.effects.AnimateTransform | |
Subclasses of AnimateTransform use this flag to specify whether the effect changes transform values used by the layout manager, or whether it changes values used after layout is run. | |
applyChangesPostLayout — Proprietà, classe spark.effects.AnimateTransform3D | |
Used by the subclasses of AnimateTransform to specify whether the effect changes transform values used by the layout manager, or whether it changes values used after layout is run. | |
applyClientLoadBalancingSettings(props:XML) — metodo, classe mx.messaging.Channel | |
Applies the client load balancing urls if they exists. | |
applyColorTransform(displayObject:flash.display:DisplayObject, originalColor:uint, tintColor:uint) — metodo, classe spark.skins.mobile.supportClasses.MobileSkin | |
A helper method to set a color transform on a DisplayObject. | |
applyComputedMatrix() — metodo, classe mx.core.UIComponent | |
Commits the computed matrix built from the combination of the layout matrix and the transform offsets to the flash displayObject's transform. | |
applyContainerFormat(containerFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — metodo, classe flashx.textLayout.edit.EditManager | |
Applica gli stili del contenitore a qualsiasi contenitore nella selezione. | |
applyContainerFormat(format:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — metodo, interfaccia flashx.textLayout.edit.IEditManager | |
Applica gli stili del contenitore a qualsiasi contenitore nella selezione. | |
ApplyElementIDOperation — classe, pacchetto flashx.textLayout.operations | |
La classe ChangeElementIDOperation incapsula una modifica di ID di elemento. | |
ApplyElementIDOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, newID:String, relativeStart:int, relativeEnd:int) — Funzione di costruzione, classe flashx.textLayout.operations.ApplyElementIDOperation | |
Crea un oggetto ChangeElementIDOperation. | |
ApplyElementStyleNameOperation — classe, pacchetto flashx.textLayout.operations | |
La classe ApplyElementStyleNameOperation incapsula una modifica di nome di stile. | |
ApplyElementStyleNameOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, newStyleName:String, relativeStart:int, relativeEnd:int) — Funzione di costruzione, classe flashx.textLayout.operations.ApplyElementStyleNameOperation | |
Crea un oggetto ApplyElementStyleNameOperation. | |
ApplyElementTypeNameOperation — classe, pacchetto flashx.textLayout.operations | |
La classe ApplyElementTypeNameOperation incorpora una modifica di nome di tipo. | |
ApplyElementTypeNameOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, typeName:String, relativeStart:int, relativeEnd:int) — Funzione di costruzione, classe flashx.textLayout.operations.ApplyElementTypeNameOperation | |
Crea un oggetto ApplyElementTypeNameOperation. | |
ApplyElementUserStyleOperation — classe, pacchetto flashx.textLayout.operations | |
La classe ApplyElementUserStyleOperation incapsula una modifica in un valore style di un elemento. | |
ApplyElementUserStyleOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, styleName:String, value:any, relativeStart:int, relativeEnd:int) — Funzione di costruzione, classe flashx.textLayout.operations.ApplyElementUserStyleOperation | |
Crea un oggetto ApplyElementUserStyleOperation. | |
applyFilter(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, filter:flash.filters:BitmapFilter) — metodo, classe flash.display.BitmapData | |
Usa un'immagine di origine e un oggetto filtro per generare l'immagine filtrata. | |
applyFormat(leafFormat:flashx.textLayout.formats:ITextLayoutFormat, paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, containerFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — metodo, classe flashx.textLayout.edit.EditManager | |
Modifica i formati della selezione specificata (o corrente). | |
applyFormat(leafFormat:flashx.textLayout.formats:ITextLayoutFormat, paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, containerFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — metodo, interfaccia flashx.textLayout.edit.IEditManager | |
Modifica i formati della selezione specificata (o corrente). | |
ApplyFormatOperation — classe, pacchetto flashx.textLayout.operations | |
La classe ApplyFormatOperation incapsula una modifica di stile. | |
ApplyFormatOperation(operationState:flashx.textLayout.edit:SelectionState, leafFormat:flashx.textLayout.formats:ITextLayoutFormat, paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, containerFormat:flashx.textLayout.formats:ITextLayoutFormat) — Funzione di costruzione, classe flashx.textLayout.operations.ApplyFormatOperation | |
Crea un oggetto ApplyFormatOperation. | |
applyFormatToElement(targetElement:flashx.textLayout.elements:FlowElement, format:flashx.textLayout.formats:ITextLayoutFormat, relativeStart:int, relativeEnd:int, operationState:flashx.textLayout.edit:SelectionState) — metodo, classe flashx.textLayout.edit.EditManager | |
Applica gli stili all'elemento specificato. | |
applyFormatToElement(targetElement:flashx.textLayout.elements:FlowElement, format:flashx.textLayout.formats:ITextLayoutFormat, relativeStart:int, relativeEnd:int, operationState:flashx.textLayout.edit:SelectionState) — metodo, interfaccia flashx.textLayout.edit.IEditManager | |
Applica gli stili all'elemento specificato. | |
ApplyFormatToElementOperation — classe, pacchetto flashx.textLayout.operations | |
La classe ApplyFormatToElementOperation incapsula una modifica di stile a un elemento. | |
ApplyFormatToElementOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, format:flashx.textLayout.formats:ITextLayoutFormat, relativeStart:int, relativeEnd:int) — Funzione di costruzione, classe flashx.textLayout.operations.ApplyFormatToElementOperation | |
Crea un oggetto ApplyFormatToElementOperation. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — metodo, classe mx.charts.series.AreaSeries | |
Customizes the item renderer instances used to represent the chart. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — metodo, classe mx.charts.series.BarSeries | |
Customizes the item renderer instances that are used to represent the chart. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — metodo, classe mx.charts.series.BubbleSeries | |
Applies style properties to the specified DisplayObject. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — metodo, classe mx.charts.series.ColumnSeries | |
Customizes the item renderer instances that are used to represent the chart. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — metodo, classe mx.charts.series.LineSeries | |
Customizes the item renderer instances that are used to represent the chart. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — metodo, classe mx.charts.series.PlotSeries | |
Customizes the item renderer instances that are used to represent the chart. | |
applyLeafFormat(characterFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — metodo, classe flashx.textLayout.edit.EditManager | |
Modifica i formati applicati agli elementi foglia nella selezione specificata (o corrente). | |
applyLeafFormat(format:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — metodo, interfaccia flashx.textLayout.edit.IEditManager | |
Modifica i formati applicati agli elementi foglia nella selezione specificata (o corrente). | |
applyLink(href:String, targetString:String, extendToLinkBoundary:Boolean, operationState:flashx.textLayout.edit:SelectionState) — metodo, classe flashx.textLayout.edit.EditManager | |
Trasforma una selezione in un collegamento o un collegamento in testo normale. | |
applyLink(href:String, target:String, extendToLinkBoundary:Boolean, operationState:flashx.textLayout.edit:SelectionState) — metodo, interfaccia flashx.textLayout.edit.IEditManager | |
Trasforma una selezione in un collegamento o un collegamento in testo normale. | |
ApplyLinkOperation — classe, pacchetto flashx.textLayout.operations | |
La classe ApplyLinkOperation incapsula un'operazione di creazione o modifica di un collegamento. | |
ApplyLinkOperation(operationState:flashx.textLayout.edit:SelectionState, href:String, target:String, extendToLinkBoundary:Boolean) — Funzione di costruzione, classe flashx.textLayout.operations.ApplyLinkOperation | |
Crea un oggetto ApplyLinkOperation. | |
applyLocalProjection — Proprietà, classe spark.effects.AnimateTransform3D | |
If true, the effect creates a perspective projection using the other projection-related properties in the effect and applies it to the target component's parent when it starts playing. | |
applyNonLinearFontScaling — Proprietà, classe flash.text.engine.TextBlock | |
Specifica che desiderate migliorare l'aspetto dello schermo a scapito della fedeltà della stampa WYSIWYG (What-You-See-Is-What-You-Get). | |
applyParagraphFormat(paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — metodo, classe flashx.textLayout.edit.EditManager | |
Applica gli stili del paragrafo a qualsiasi paragrafo nella selezione. | |
applyParagraphFormat(format:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — metodo, interfaccia flashx.textLayout.edit.IEditManager | |
Applica gli stili del paragrafo a qualsiasi paragrafo nella selezione. | |
applySelectionEffect(indicator:flash.display:Sprite, uid:String, itemRenderer:mx.controls.listClasses:IListItemRenderer) — metodo, classe mx.controls.listClasses.AdvancedListBase | |
Sets up the effect for applying the selection indicator. | |
applySelectionEffect(indicator:flash.display:Sprite, uid:String, itemRenderer:mx.controls.listClasses:IListItemRenderer) — metodo, classe mx.controls.listClasses.ListBase | |
Sets up the effect for applying the selection indicator. | |
applySeriesSet(seriesSet:Array, transform:mx.charts.chartClasses:DataTransform) — metodo, classe mx.charts.chartClasses.ChartBase | |
Preprocesses the series and transform for display. | |
applySettings(settings:XML) — metodo, classe mx.messaging.Channel | |
Subclasses should override this method to apply any settings that may be necessary for an individual channel. | |
applySubtitutionRule(varName:String, rule:String, value:String) — metodo, classe com.adobe.icc.vo.render.ContextData | |
Convenience method to apply the specified rule to the specified variable in the variableSubstitutionRules property. | |
applyTCY(tcyOn:Boolean, operationState:flashx.textLayout.edit:SelectionState) — metodo, classe flashx.textLayout.edit.EditManager | |
Trasforma il testo in una sequenza TCY o una sequenza TCY in testo non TCY. | |
applyTCY(tcyOn:Boolean, operationState:flashx.textLayout.edit:SelectionState) — metodo, interfaccia flashx.textLayout.edit.IEditManager | |
Trasforma il testo in una sequenza TCY o una sequenza TCY in testo non TCY. | |
ApplyTCYOperation — classe, pacchetto flashx.textLayout.operations | |
La classe ApplyTCYOperation incapsula una trasformazione TCY. | |
ApplyTCYOperation(operationState:flashx.textLayout.edit:SelectionState, tcyOn:Boolean) — Funzione di costruzione, classe flashx.textLayout.operations.ApplyTCYOperation | |
Crea un oggetto ApplyTCYOperation. | |
applyTransitionEndProperties — Proprietà, classe mx.effects.Effect | |
This flag controls whether the effect, when run in a transition, automatically applies the property values according to the end state, as opposed to leaving values as set by the effect itself. | |
applyUserStylesForItemRenderer(givenItemRenderer:mx.controls.listClasses:IListItemRenderer) — metodo, classe mx.controls.AdvancedDataGrid | |
Applies styles from the AdvancedDatagrid control to an item renderer. | |
applyValueToTarget(target:Object, property:String, value:any, props:Object) — metodo, classe mx.effects.Effect | |
Used internally by the Effect infrastructure. | |
appName — Proprietà, interfaccia com.adobe.solutions.rca.domain.IReviewTemplate | |
Name of the application that created a template. | |
appName — Proprietà, classe com.adobe.solutions.rca.domain.impl.ReviewTemplate | |
Name of the application that created a template. | |
appName — Proprietà, classe com.adobe.solutions.rca.vo.ReviewTemplateVO | |
Name of the application that created the template. | |
appName — Proprietà, classe com.adobe.solutions.rca.vo.TemplateSearchFilterVO | |
Name of the application that created the template. | |
approvalStage — Stato skin, classe com.adobe.solutions.rca.presentation.template.stages.StageInfo | |
The skin state when a approval stage is associated with the component. | |
approvalStage — Proprietà, classe com.adobe.solutions.rca.presentation.template.stages.ApprovalStage | |
The approval stage associated with this component. | |
approvalStage — Proprietà, classe com.adobe.solutions.rca.presentation.template.stages.SignatureTab | |
The approval stage associated with the signature tab. | |
ApprovalStage — classe, pacchetto com.adobe.livecycle.rca.model.stage | |
Specifies the properties of an approval stage. | |
ApprovalStage — classe, pacchetto com.adobe.solutions.rca.presentation.template.stages | |
The host component for the component displaying information about an approval stage. | |
ApprovalStage() — Funzione di costruzione, classe com.adobe.livecycle.rca.model.stage.ApprovalStage | |
Constructor. | |
ApprovalStage() — Funzione di costruzione, classe com.adobe.solutions.rca.presentation.template.stages.ApprovalStage | |
The constructor for ApprovalStage class. | |
approvalStageView — Parte skin, classe com.adobe.solutions.rca.presentation.template.stages.StageInfo | |
A reference to the ApprovalStage object that displays the details of an approval stage. A reference to the ApprovalStage object that displays the details of an approval stage. | |
APPROVED — Proprietà statica costante, classe com.adobe.livecycle.rca.model.constant.ApproverStatus | |
Specifies the approver status when the document has been approved by the approver. | |
APPROVED — Proprietà statica costante, classe com.adobe.livecycle.rca.model.constant.StageStatus | |
Specifies that the review stage is over. | |
APPROVED — Proprietà statica costante, classe com.adobe.solutions.rca.constant.ApproverStatus | |
The approver status when the document (task) has been approved by the approver. | |
APPROVED — Proprietà statica costante, classe com.adobe.solutions.rca.constant.StageStatus | |
APPROVED status means the stage is over. | |
APPROVED_BY_INITIATOR — Proprietà statica costante, classe com.adobe.solutions.rca.constant.AuthorStatus | |
APPROVED_BY_INITIATOR implies that content submitted by author has been approved by initiator. | |
Approver — classe, pacchetto com.adobe.livecycle.rca.model.participant | |
Specifies the properties of a review participant who is an approver. | |
Approver — classe, pacchetto com.adobe.solutions.rca.domain.impl | |
This class defines an approver in an approval stage. | |
Approver() — Funzione di costruzione, classe com.adobe.livecycle.rca.model.participant.Approver | |
Constructor. | |
Approver(value:com.adobe.solutions.rca.vo:ApproverVO) — Funzione di costruzione, classe com.adobe.solutions.rca.domain.impl.Approver | |
The constructor for Approver class. | |
APPROVER — Proprietà statica costante, classe com.adobe.solutions.prm.constant.Roles | |
The role of an approver in a review workflow. | |
approverChkBox — Parte skin, classe com.adobe.solutions.rca.presentation.AddApprovalStageParticipant | |
A reference to the CheckBox object. If the check box is selected then the added participant is added as an approver. A reference to the CheckBox object. | |
ApproverCollection — classe, pacchetto com.adobe.livecycle.rca.model.participant | |
Specifies that Approver objects are added to a collection. | |
ApproverCollection(source:Array) — Funzione di costruzione, classe com.adobe.livecycle.rca.model.participant.ApproverCollection | |
Constructor. | |
approverEndDate — Proprietà, classe com.adobe.livecycle.rca.model.participant.Approver | |
Specifies the date when the approver completed the task. | |
APPROVER_EVENT — Proprietà statica costante, classe com.adobe.solutions.rca.presentation.event.StageParticipantEvent | |
This value indicates that the added participant is an approver. | |
APPROVER_ROLE — Proprietà statica costante, classe com.adobe.livecycle.rca.model.ReviewSearchFilter | |
Specifies the approver role. | |
approvers — Proprietà, classe com.adobe.livecycle.rca.model.stage.ApprovalStage | |
Specifies a collection of approvers for this stage. | |
approverStartDate — Proprietà, classe com.adobe.livecycle.rca.model.participant.Approver | |
Specifies the date when the task is assigned to the approver. | |
ApproverStatus — classe, pacchetto com.adobe.livecycle.rca.model.constant | |
The ApproverStatus enumerator. | |
ApproverStatus — classe, pacchetto com.adobe.solutions.rca.constant | |
ApproverStatus Enum. | |
ApproverStatus() — Funzione di costruzione, classe com.adobe.livecycle.rca.model.constant.ApproverStatus | |
Provides values for the status property of an approver. | |
ApproverStatus() — Funzione di costruzione, classe com.adobe.solutions.rca.constant.ApproverStatus | |
The constructor for ApproverStatus class. | |
ApproverVO — classe, pacchetto com.adobe.solutions.rca.vo | |
Represents an approver in an approval stage. | |
ApproverVO() — Funzione di costruzione, classe com.adobe.solutions.rca.vo.ApproverVO | |
The constructor for ApproverVO class. | |
approximate — Proprietà, classe mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionData | |
If true, the rowIndex and columnIndex properties contain approximate values, and not the exact value. | |
approximate — Proprietà, classe mx.controls.listClasses.ListBaseSelectionData | |
If true, then the index property is an approximate value and not the exact value. | |
APPROXIMATE_TEXT_FIELD — Proprietà statica costante, classe flashx.textLayout.formats.LeadingModel | |
Specifica il modello di interlinea che si avvicina al comportamento di spaziatura tra le righe di TextField. | |
appTitle — Proprietà, classe mx.automation.air.AirFunctionsHelper | |
Returns the title of window of top level application | |
appVersion — Proprietà, classe com.adobe.consulting.pst.vo.FlexConfiguration | |
CM Version string. | |
ARABIC_INDIC — Proprietà statica costante, classe flash.globalization.NationalDigitsType | |
Rappresenta il valore Unicode per la cifra zero nel gruppo di cifre in arabo-indi. | |
ARABIC_INDIC — Proprietà statica costante, classe flashx.textLayout.formats.ListStyleType | |
Numerazione con script arabo. | |
ARCHIVE — Proprietà statica costante, classe com.adobe.icc.enum.FormState | |
Specifies the enumerator code for Archive state. | |
ARCHIVE — Proprietà statica costante, classe com.adobe.icc.enum.LetterState | |
Specifies the enumerator code for Archive state. | |
ARCHIVE — Proprietà statica costante, classe com.adobe.icc.enum.ObjectState | |
Specifies the enumerator code for Archive state. | |
ARCHIVE — Proprietà statica costante, classe com.adobe.icc.enum.TBXState | |
Specifies the enumerator code for Archive state. | |
AreaChart — classe, pacchetto mx.charts | |
The AreaChart control represents data as an area bounded by a line connecting the values in the data. | |
AreaChart() — Funzione di costruzione, classe mx.charts.AreaChart | |
Constructor. | |
areaCode — Proprietà, classe mx.formatters.PhoneFormatter | |
Area code number added to a seven-digit United States format phone number to form a 10-digit phone number. | |
areaCodeFormat — Proprietà, classe mx.formatters.PhoneFormatter | |
Default format for the area code when the areacode property is rendered by a seven-digit format. | |
areaFill — Stile, classe mx.charts.series.AreaSeries | |
Sets the fill for the area. | |
areaRenderer — Stile, classe mx.charts.series.AreaSeries | |
The class that the series uses to represent the filled area on the chart. | |
AreaRenderer — classe, pacchetto mx.charts.renderers | |
The default class used to render the area beneath the dataPoints of an AreaSeries object. | |
AreaRenderer() — Funzione di costruzione, classe mx.charts.renderers.AreaRenderer | |
Constructor. | |
AreaSeries — classe, pacchetto mx.charts.series | |
Defines a data series for an AreaChart control. | |
AreaSeries() — Funzione di costruzione, classe mx.charts.series.AreaSeries | |
Constructor. | |
AreaSeriesAutomationImpl — classe, pacchetto mx.automation.delegates.charts | |
Defines the methods and properties required to perform instrumentation for the AreaSeries class. | |
AreaSeriesAutomationImpl(obj:mx.charts.series:AreaSeries) — Funzione di costruzione, classe mx.automation.delegates.charts.AreaSeriesAutomationImpl | |
Constructor. | |
AreaSeriesItem — classe, pacchetto mx.charts.series.items | |
Represents the information required to render an item as part of an AreaSeries. | |
AreaSeriesItem(element:mx.charts.series:AreaSeries, item:Object, index:uint) — Funzione di costruzione, classe mx.charts.series.items.AreaSeriesItem | |
Constructor. | |
AreaSeriesRenderData — classe, pacchetto mx.charts.series.renderData | |
Represents all the information needed by the AreaSeries to render. | |
AreaSeriesRenderData(element:mx.charts.series:AreaSeries, cache:Array, filteredCache:Array, renderedBase:Number, radius:Number) — Funzione di costruzione, classe mx.charts.series.renderData.AreaSeriesRenderData | |
Constructor. | |
AreaSet — classe, pacchetto mx.charts.series | |
A grouping set that can be used to stack AreaSeries objects in any chart. | |
AreaSet() — Funzione di costruzione, classe mx.charts.series.AreaSet | |
Constructor. | |
areaStroke — Stile, classe mx.charts.series.AreaSeries | |
Sets the line style for the area. | |
ARecord — classe, pacchetto flash.net.dns | |
La classe ARecord rappresenta un record di risorsa A DNS (Domain Name System) contenente un indirizzo IPv4. | |
ARecord() — Funzione di costruzione, classe flash.net.dns.ARecord | |
Crea un record di risorsa A. | |
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — metodo, classe flash.display.DisplayObjectContainer | |
Indica se le restrizioni di sicurezza possono determinare l'omissione di eventuali oggetti di visualizzazione dall'elenco restituito dalla chiamata al metodo DisplayObjectContainer.getObjectsUnderPoint() con il punto specificato. | |
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — metodo, interfaccia mx.core.IContainer | |
Indica se le restrizioni di sicurezza possono determinare l'omissione di eventuali oggetti di visualizzazione dall'elenco restituito dalla chiamata al metodo DisplayObjectContainer.getObjectsUnderPoint() con il punto specificato. | |
areSoundsInaccessible() — Metodo statico , classe flash.media.SoundMixer | |
Determina se alcuni file audio non sono accessibili a causa delle restrizioni di sicurezza. | |
args — Proprietà, classe mx.automation.events.AutomationFlexNativeMenuEvent | |
args — Proprietà, classe mx.automation.events.AutomationRecordEvent | |
A serialized representation of the event as an Array of it's property values. | |
args — Proprietà, classe spark.effects.CallAction | |
Arguments passed to the function that is called by this effect. | |
args — Proprietà, classe spark.effects.supportClasses.CallActionInstance | |
Arguments passed to the function that is called by this effect. | |
ArgumentError — Classe dinamica, Primo livello | |
La classe ArgumentError rappresenta un errore che si verifica quando gli argomenti forniti in una funzione non corrispondono agli argomenti definiti per la funzione stessa. | |
ArgumentError(message:String) — Funzione di costruzione, classe ArgumentError | |
Crea un oggetto ArgumentError. | |
ARGUMENT_ERROR — Proprietà statica costante, classe org.osmf.events.MediaErrorCodes | |
Error constant for when a MediaElement encounters an argument error. | |
argumentNames — Proprietà, classe mx.data.ManagedRemoteServiceOperation | |
An ordered list of the names of the arguments to pass to a method invocation. | |
argumentNames — Proprietà, classe mx.rpc.http.AbstractOperation | |
An ordered list of the names of the arguments to pass to a method invocation. | |
argumentNames — Proprietà, classe mx.rpc.remoting.Operation | |
An ordered list of the names of the arguments to pass to a method invocation. | |
arguments — classe, Primo livello | |
Un oggetto arguments viene utilizzato per memorizzare gli argomenti di una funzione e accedervi. | |
arguments — Proprietà, classe flash.desktop.NativeProcessStartupInfo | |
Argomenti della riga di comando che saranno passati al processo all'avvio. | |
arguments — Proprietà, classe flash.events.BrowserInvokeEvent | |
Un array di argomenti (stringhe) da passare all'applicazione. | |
arguments — Proprietà, classe flash.events.InvokeEvent | |
L'array di argomenti String passati durante la chiamata. | |
arguments — Proprietà, classe mx.rpc.AbstractOperation | |
The arguments to pass to the Operation when it is invoked. | |
arithmeticalOperButtonBar — Parte skin, classe com.adobe.solutions.exm.authoring.components.toolbars.EBToolBar | |
A Skin part which defines UI component to display arithmetical Buttonbar. A Skin part which defines UI component to display arithmetical Buttonbar. | |
Array(... rest) — Funzione del pacchetto, Primo livello | |
Crea un nuovo array. | |
Array — Classe dinamica, Primo livello | |
La classe Array consente di accedere agli array e di manipolarli. | |
Array(... rest) — Funzione di costruzione, classe Array | |
Consente di creare un array che contiene gli elementi specificati. | |
Array(numElements:int) — Funzione di costruzione, classe Array | |
Consente di creare un array del numero specificato di elementi. | |
arrayAdd(parent:Array, child:Array) — Metodo statico , classe com.adobe.fiber.util.FiberUtils | |
Adds the contents of child array to the contents of parent array. | |
ArrayCollection — classe, pacchetto mx.collections | |
The ArrayCollection class is a wrapper class that exposes an Array as a collection that can be accessed and manipulated using the methods and properties of the ICollectionView or IList interfaces. | |
ArrayCollection(source:Array) — Funzione di costruzione, classe mx.collections.ArrayCollection | |
Constructor. | |
arrayCompare(array1:Array, array2:Array) — Metodo statico , classe com.adobe.fiber.util.FiberUtils | |
Compares the contents of two arrays. | |
ArrayList — classe, pacchetto mx.collections | |
The ArrayList class is a simple implementation of IList that uses a backing Array as the source of the data. | |
ArrayList(source:Array) — Funzione di costruzione, classe mx.collections.ArrayList | |
Construct a new ArrayList using the specified array as its source. | |
arraySortOnOptions — Proprietà, interfaccia mx.collections.ISortField | |
This helper property is used internally by the findItem() and sort() methods. | |
arraySortOnOptions — Proprietà, classe mx.collections.SortField | |
This helper property is used internally by the findItem() and sort() methods. | |
arraySortOnOptions — Proprietà, classe spark.collections.SortField | |
This helper property is used internally by the findItem() and sort() methods. | |
ArrayUtil — classe, pacchetto mx.utils | |
The ArrayUtil utility class is an all-static class with methods for working with arrays within Flex. | |
arrow — Parte skin, classe spark.components.Callout | |
An optional skin part that visually connects the owner to the contentGroup. An optional skin part that visually connects the owner to the contentGroup. | |
arrow — Proprietà, classe com.adobe.mosaic.sparklib.scrollableMenu.skins.ScrollMenuDownButtonSkin | |
Defines the appearance of the up arrow in the ScrollBar component. | |
arrow — Proprietà, classe com.adobe.mosaic.sparklib.scrollableMenu.skins.ScrollMenuUpButtonSkin | |
Defines the appearance of the up arrow in the ScrollBar component. | |
arrow — Proprietà, classe mx.skins.wireframe.ComboBoxSkin | |
The arrow that users click to drop down the list. | |
arrow — Proprietà, classe mx.skins.wireframe.EditableComboBoxSkin | |
The arrow that users click to drop down the list. | |
arrow — Proprietà, classe mx.skins.wireframe.PopUpButtonSkin | |
The arrow that users click to drop down the list. | |
arrow — Proprietà, classe spark.skins.mobile.CalloutSkin | |
An optional skin part that visually connects the owner to the contentGroup. | |
arrow — Proprietà, classe spark.skins.spark.ComboBoxButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Proprietà, classe spark.skins.spark.DropDownListButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Proprietà, classe spark.skins.spark.NumericStepperDecrementButtonSkin | |
Defines the appearance of the down arrow. | |
arrow — Proprietà, classe spark.skins.spark.NumericStepperIncrementButtonSkin | |
Defines the appearance of the up arrow. | |
arrow — Proprietà, classe spark.skins.spark.ScrollBarDownButtonSkin | |
Defines the appearance of the down arrow in the ScrollBar component. | |
arrow — Proprietà, classe spark.skins.spark.ScrollBarLeftButtonSkin | |
Defines the appearance of the left arrow in the ScrollBar component. | |
arrow — Proprietà, classe spark.skins.spark.ScrollBarRightButtonSkin | |
Defines the appearance of the right arrow in the ScrollBar component. | |
arrow — Proprietà, classe spark.skins.spark.ScrollBarUpButtonSkin | |
Defines the appearance of the up arrow in the ScrollBar component. | |
arrow — Proprietà, classe spark.skins.spark.SpinnerDecrementButtonSkin | |
Defines the appearance of the down arrow. | |
arrow — Proprietà, classe spark.skins.spark.SpinnerIncrementButtonSkin | |
Defines the appearance of the up arrow. | |
arrow — Proprietà, classe spark.skins.wireframe.ComboBoxButtonSkin | |
The arrow that users click to drop down the list. | |
arrow — Proprietà, classe spark.skins.wireframe.DropDownListButtonSkin | |
The arrow that users click to drop down the list. | |
arrow — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperDecrementButtonSkin | |
Defines the appearance of the up arrow. | |
arrow — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperIncrementButtonSkin | |
Defines the appearance of the up arrow. | |
arrow — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietLargeDropDownListButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollDownArrowSkin | |
Defines the appearance of the down arrow in the ScrollBar component. | |
arrow — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollLeftArrowSkin | |
Defines the appearance of the down arrow in the ScrollBar component. | |
arrow — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollRightArrowSkin | |
Defines the appearance of the down arrow in the ScrollBar component. | |
arrow — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollUpArrowSkin | |
Defines the appearance of the up arrow in the ScrollBar component. | |
ARROW — Proprietà statica costante, classe flash.ui.MouseCursor | |
Utilizzata per specificare che deve essere usato il cursore a forma di freccia. | |
arrowButtonStyleFilters — Proprietà, classe mx.controls.ComboBase | |
Set of styles to pass from the ComboBase to the down arrow button | |
arrowButtonWidth — Stile, classe mx.controls.ComboBox | |
Width of the arrow button in pixels. | |
arrowButtonWidth — Stile, classe mx.controls.PopUpButton | |
Number of pixels between the divider line and the right edge of the component. | |
arrowColor — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxButtonSkin | |
The color of the arrow. | |
arrowColor — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListButtonSkin | |
The color of the arrow. | |
arrowColor — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietLargeDropDownListButtonSkin | |
the color of the arrow | |
arrowColor — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionPopUpButtonSkin | |
the arrow color | |
arrowDirection — Proprietà, classe spark.components.Callout | |
A read-only property that indicates the direction from the callout towards the owner. | |
ArrowDirection — classe, pacchetto spark.components | |
Enumeration of arrow directions for use in visual components. | |
arrowDown — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionPopUpButtonSkin | |
The down arrow graphic displayed in the anchor button. | |
arrowHeight — Proprietà, classe spark.skins.mobile.CalloutSkin | |
Height of the arrow in vertical directions. | |
arrowKeysWrapFocus — Proprietà, classe spark.components.supportClasses.ListBase | |
If true, using arrow keys to navigate within the component wraps when it hits either end. | |
arrowPath — Proprietà, classe com.adobe.mosaic.sparklib.tabLayout.skins.TabLayoutOptionMenuButtonSkin | |
Arrow and path doc. | |
arrowScrollPolicy — Proprietà, classe com.adobe.mosaic.sparklib.scrollableMenu.ScrollableArrowMenu | |
Just like verticalScrollPolicy, except it controls how we display the up and down arrows for scrolling. | |
arrowUp — Proprietà, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionPopUpButtonSkin | |
The up arrow graphic displayed in the anchor button. | |
arrowWidth — Proprietà, classe spark.skins.mobile.CalloutSkin | |
Width of the arrow in vertical directions. | |
arsProcessName — Proprietà, classe com.adobe.livecycle.rca.model.ReviewContext | |
Specifies the name of the process that is used to generate an approval routing sheet. | |
arsProcessName — Proprietà, interfaccia com.adobe.solutions.rca.domain.IReviewContext | |
Name of the process used to generate Approval Routing Sheet (ARS). | |
arsProcessName — Proprietà, classe com.adobe.solutions.rca.domain.impl.ReviewContext | |
Name of the process used to generate Approval Routing Sheet (ARS). | |
arsProcessName — Proprietà, classe com.adobe.solutions.rca.vo.ReviewContextVO | |
Name of the process used to generate Approval Routing Sheet (ARS). | |
artist — Proprietà, classe flash.media.ID3Info | |
Il nome dell'artista; corrisponde al tag ID3 2.0 TPE1. | |
as — Operatore | |
Valuta se un’espressione specificata dal primo operando è un membro del tipo di dati specificato dal secondo operando. | |
AS3 — Istruzione | |
Definisce metodi e proprietà delle classi ActionScript principali che sono proprietà fisse anziché proprietà prototipo. | |
ascending — Proprietà, interfaccia com.adobe.ep.ux.content.model.search.SortField | |
Tells whether the sorting has to be done in asecnding or descending order. | |
ascending — Proprietà, classe com.adobe.ep.ux.content.model.search.SortFieldImpl | |
Tells whether the sorting has to be done in asecnding or descending order. | |
ascent — Proprietà, classe flash.text.TextLineMetrics | |
Il valore ascent del testo è la lunghezza dalla base all'estremità superiore dell'altezza della riga, espressa in pixel. | |
ascent — Proprietà, classe flash.text.engine.TextLine | |
Specifica il numero di pixel dalla linea di base all'estremità superiore dell'altezza della riga, espressa in pixel. | |
ascent — Proprietà, interfaccia flashx.textLayout.compose.IVerticalJustificationLine | |
Specifica il numero di pixel dalla linea di base all'estremità superiore dell'altezza della riga, espressa in pixel. | |
ascent — Proprietà, classe flashx.textLayout.compose.TextFlowLine | |
Specifica il numero di pixel dalla linea di base all'estremità superiore dell'altezza della riga, espressa in pixel. | |
ASCENT — Proprietà statica costante, classe flash.text.engine.TextBaseline | |
Specifica una linea di base ascendente. | |
ASCENT — Proprietà statica costante, classe flashx.textLayout.formats.BaselineOffset | |
Specifica un offset pari all'ascendente della riga, ovvero l'ascendente del carattere più alto della riga, considerando le immagini inline come se la parte inferiore dell'immagine fosse sulla linea di base. | |
ASCENT_DESCENT_UP — Proprietà statica costante, classe flashx.textLayout.formats.LeadingModel | |
Specifica che la base dell'interlinea è ASCENT/DESCENT e la direzione dell'interlinea è UP. | |
asin(val:Number) — Metodo statico , classe Math | |
Calcola e restituisce l'arcoseno del numero specificato dal parametro val, espresso in radianti. | |
aspectRatio — Proprietà, classe mx.charts.chartClasses.LegendData | |
Determines the size and placement of the legend marker. | |
aspectRatio — Proprietà, classe spark.components.Application | |
Returns the aspect ratio of the top level stage based on its width and height. | |
aspectRatio — Proprietà, classe spark.preloaders.SplashScreenImageSource | |
The required aspect ratio of the mobile device. | |
ASSERTION — Proprietà statica costante, classe com.adobe.livecycle.ria.security.api.TicketType | |
A special value that specifies that ticket referes to an assertion. | |
assertionId — Proprietà, classe com.adobe.ep.ux.attachmentlist.component.AttachmentListComponent | |
The assertion string used by this component. | |
assertionId — Proprietà, interfaccia com.adobe.icc.services.user.ISSOManager | |
Get the assertionId for the logged in user | |
asset — Proprietà, classe com.adobe.ep.ux.content.event.AssetFocusEvent | |
Name of the action. | |
asset — Proprietà, interfaccia com.adobe.ep.ux.content.model.preview.IAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Proprietà, classe com.adobe.ep.ux.content.view.components.grid.hover.BaseAssetPreviewRenderer | |
Asset value object used in the renderer | |
asset — Proprietà, classe com.adobe.ep.ux.content.view.components.relationships.RelationshipVO | |
Asset whose relationships are obtained. | |
asset — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.ConditionAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.FragmentAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.ImageAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.LayoutAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.LetterAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.ListAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.TextAssetPreviewRenderer | |
The asset for which the preview needs to be created | |
asset — Proprietà, interfaccia com.adobe.solutions.prm.domain.ITeamMember | |
A reference of the asset to which the team member is assigned. | |
asset — Proprietà, interfaccia com.adobe.solutions.prm.domain.IWorkItem | |
Defines the asset of WorkItem. | |
asset — Proprietà, classe com.adobe.solutions.prm.domain.impl.TeamMember | |
A reference of the asset to which the team member is assigned. | |
asset — Proprietà, classe com.adobe.solutions.prm.domain.impl.WorkItem | |
Defines the asset of WorkItem. | |
asset — Proprietà, classe com.adobe.solutions.prm.presentation.event.TeamPodEvent | |
This method gets the asset associated with the event. | |
asset — Proprietà, classe com.adobe.solutions.prm.vo.WorkItemVO | |
Defines the asset of WorkItem. | |
Asset — classe, pacchetto com.adobe.solutions.prm.domain.impl | |
This class defines an Asset domain entity. | |
Asset(value:com.adobe.solutions.prm.vo:AssetVO, workItem:com.adobe.solutions.prm.domain:IWorkItem) — Funzione di costruzione, classe com.adobe.solutions.prm.domain.impl.Asset | |
The constructor of Asset class. | |
assetAction — Proprietà, interfaccia com.adobe.ep.ux.content.model.toolbar.IAssetActionRenderer | |
AssetAction associated with the ActionsRenderer | |
assetAction — Proprietà, classe com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlButtonAssetActionRenderer | |
Asset action associated with this renderer | |
assetAction — Proprietà, classe com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlImageAssetActionRenderer | |
Asset Action used to render the action | |
AssetAction — classe, pacchetto com.adobe.ep.ux.content.model.asset | |
This Class represent the Action (and it's visual properties) that can be taken on the Asset Type to which this AssetAction is associated | |
AssetAction — classe, pacchetto com.adobe.livecycle.assetmanager.client.model | |
Represents an action that can be taken on an asset type that is associated with the action. | |
AssetAction() — Funzione di costruzione, classe com.adobe.ep.ux.content.model.asset.AssetAction | |
Constructor | |
assetActionClick — Evento, interfaccia com.adobe.ep.ux.content.model.toolbar.IAssetActionRenderer | |
Throws an Event (assetActionClick) on Click of Asset Action of type (AssetActionEvent) | |
assetActionClick — Evento, classe com.adobe.ep.ux.content.view.components.grid.SearchResultsGrid | |
Dispatches this event when an asset has been clicked | |
assetActionClick — Evento, classe com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
Throws assetActionClick event on Click of Asset Action of type (AssetActionEvent) | |
assetActionClick — Evento, classe com.adobe.ep.ux.content.view.components.toolbar.AddAssetPopUp | |
Throws assetActionClick event on Click of Asset Action of type (AssetActionEvent) | |
assetActionClick — Evento, classe com.adobe.ep.ux.content.view.components.toolbar.Toolbar | |
assetActionClick is dispatched from the Toolbar when any control is clicked on the toolbar | |
assetActionClick — Evento, classe com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlButtonAssetActionRenderer | |
Throws an Event (assetActionClick) on Click of Asset Action of type (AssetActionEvent) | |
assetActionClick — Evento, classe com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlImageAssetActionRenderer | |
Throws an Event (assetActionClick) on Click of Asset Action of type (AssetActionEvent) | |
assetActionComplete — Evento, classe com.adobe.ep.ux.content.handlers.AssetHandlerRegistry | |
assetActionComplete event thrown when AssetHandler has completed the assetAction taken by user through ui. | |
assetActionComplete — Evento, classe com.adobe.icc.editors.handlers.BaseAssetHandler | |
Dispatched when the handling of an action is complete. | |
assetActionComplete — Evento, classe com.adobe.icc.editors.handlers.CategoryHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Evento, classe com.adobe.icc.editors.handlers.ConditionHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Evento, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Evento, classe com.adobe.icc.editors.handlers.ImageHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Evento, classe com.adobe.icc.editors.handlers.LayoutHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Evento, classe com.adobe.icc.editors.handlers.LetterHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Evento, classe com.adobe.icc.editors.handlers.ListHandler | |
Dispatched when an handling of an action is complete. | |
assetActionComplete — Evento, classe com.adobe.icc.editors.handlers.TextHandler | |
Dispatched when the handling of an action is complete. | |
assetActionComplete — Evento, classe com.adobe.livecycle.assetmanager.client.handler.AssetHandlerRegistry | |
An event that is thrown when AssetHandler has completed the assetAction initiated by the user via the user interface. | |
AssetActionCompleteEvent — classe, pacchetto com.adobe.ep.ux.content.event | |
Event to be thrown by AssetHandlers to notify Asset Manager when action taken from AssetManager UI is completed | |
AssetActionCompleteEvent — classe, pacchetto com.adobe.livecycle.assetmanager.client.event | |
Thrown by AssetHandlers to notify the Asset Manager building block that an action from the Manage Assets UI is complete. | |
AssetActionCompleteEvent(type:String, vActionName:String, vAssetType:String) — Funzione di costruzione, classe com.adobe.ep.ux.content.event.AssetActionCompleteEvent | |
Constructor | |
AssetActionCompleteEvent(type:String, vActionName:String, vAssetType:String) — Funzione di costruzione, classe com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent | |
Constructor. | |
AssetActionEvent — classe, pacchetto com.adobe.ep.ux.content.event | |
Event dispatched when user clicks on one of asset action shown on the Search Results Viewer's AssetActionsRenderer (Control button bar). | |
AssetActionEvent — classe, pacchetto com.adobe.livecycle.assetmanager.client.event | |
Dispatched when the user selects an action from the toolbar of the Manage Assets UI Search Results Viewer. | |
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date) — Funzione di costruzione, classe com.adobe.ep.ux.content.event.AssetActionEvent | |
Constructor | |
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String) — Funzione di costruzione, classe com.adobe.livecycle.assetmanager.client.event.AssetActionEvent | |
Constructor. | |
assetActionItem — Parte skin, classe com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
Factory for Asset Action Factory for Asset Action | |
assetActions — Proprietà, classe com.adobe.ep.ux.content.event.AssetActionsChangeEvent | |
The actions associated with an Asset | |
assetActions — Proprietà, interfaccia com.adobe.ep.ux.content.handlers.IAssetHandler | |
returns the list of Actions associated with the asset handled by this handler | |
assetActions — Proprietà, classe com.adobe.ep.ux.content.model.asset.AssetTypeDescriptor | |
Collection of the actions associated with asset. | |
assetActions — Proprietà, classe com.adobe.icc.editors.handlers.BaseAssetHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Proprietà, classe com.adobe.icc.editors.handlers.CategoryHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Proprietà, classe com.adobe.icc.editors.handlers.ConditionHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Proprietà, classe com.adobe.icc.editors.handlers.DataDictionaryHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Proprietà, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Proprietà, classe com.adobe.icc.editors.handlers.ImageHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Proprietà, classe com.adobe.icc.editors.handlers.LayoutHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Proprietà, classe com.adobe.icc.editors.handlers.LetterHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Proprietà, classe com.adobe.icc.editors.handlers.ListHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Proprietà, classe com.adobe.icc.editors.handlers.TextHandler | |
The list of AssetAction objects maintained by this handler. | |
assetActions — Proprietà, interfaccia com.adobe.livecycle.assetmanager.client.handler.IAssetHandler | |
Specifies the list of actions that are associated with the asset that is handled by this handler. | |
assetActions — Proprietà, classe com.adobe.livecycle.assetmanager.client.handler.PermissionBasedAssetHandler | |
Specifies the list of actions that are associated with the asset that is handled by this handler. | |
assetActions — Proprietà, classe com.adobe.livecycle.assetmanager.client.model.AssetTypeDescriptor | |
Specifies the collection of actions associated with the asset. | |
assetActionsChanged — Evento, classe com.adobe.ep.ux.content.handlers.AssetHandlerRegistry | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Evento, classe com.adobe.icc.editors.handlers.BaseAssetHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Evento, classe com.adobe.icc.editors.handlers.CategoryHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Evento, classe com.adobe.icc.editors.handlers.ConditionHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Evento, classe com.adobe.icc.editors.handlers.DataDictionaryHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Evento, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Evento, classe com.adobe.icc.editors.handlers.ImageHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Evento, classe com.adobe.icc.editors.handlers.LayoutHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Evento, classe com.adobe.icc.editors.handlers.LetterHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Evento, classe com.adobe.icc.editors.handlers.ListHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
assetActionsChanged — Evento, classe com.adobe.icc.editors.handlers.TextHandler | |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
ASSET_ACTIONS_CHANGED — Proprietà statica costante, classe com.adobe.ep.ux.content.handlers.AssetHandlerRegistry | |
This constant specifies the event that the asset actions have changed | |
AssetActionsChangeEvent — classe, pacchetto com.adobe.ep.ux.content.event | |
This event must be thrown by the Custom Asset Handler when the selected item in results viewer change and it updates the correct handler selected assets. | |
AssetActionsChangeEvent(assetActions:Array, assetType:String, type:String) — Funzione di costruzione, classe com.adobe.ep.ux.content.event.AssetActionsChangeEvent | |
Constructor | |
assetActionsRenderer — Proprietà, classe com.adobe.ep.ux.content.model.asset.AssetTypeDescriptor | |
Fully qualified class name of the custiom asset actions renderer (toolbar). | |
assetActionsRenderer — Proprietà, classe com.adobe.livecycle.assetmanager.client.model.AssetTypeDescriptor | |
Specifies the fully qualified class name of the custom asset actions renderer. | |
assetButton — Parte skin, classe com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlButtonAssetActionRenderer | |
Button Renderer Skin Part Button Renderer Skin Part | |
assetCondition — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.preview.ConditionAssetPreviewRenderer | |
A skin part that defines the list of conditions and results A skin part that defines the list of conditions and results | |
assetContent — Proprietà, classe com.adobe.ep.ux.content.event.PreviewEvent | |
Content associated to the asset. | |
assetContent — Proprietà, interfaccia com.adobe.ep.ux.content.model.preview.IAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Proprietà, classe com.adobe.ep.ux.content.view.components.grid.hover.BaseAssetPreviewRenderer | |
Get the content of the asset | |
assetContent — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.ConditionAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.FragmentAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.ImageAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.LayoutAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.LetterAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.ListAssetPreviewRenderer | |
Get content of the asset | |
assetContent — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.TextAssetPreviewRenderer | |
Get content of the asset | |
ASSET_CONTENT_MISSING — Proprietà statica costante, classe com.adobe.solutions.prm.constant.StatusReasonCode | |
Indicates that an asset entity does not have any associated content. | |
assetDescList — Proprietà, classe com.adobe.ep.ux.content.search.SearchQuery | |
List of AssetDescriptor on which search is to be performed | |
assetDescNameList — Proprietà, classe com.adobe.ep.ux.content.view.components.searchpod.AdvancedSearchPod | |
List of Asset Descriptors | |
assetDescription — Parte skin, classe com.adobe.ep.ux.content.view.components.review.AssetReviewPod | |
Skin Part to display the Asset Description Skin Part to display the Asset Description | |
assetDescription — Proprietà, classe com.adobe.ep.ux.content.model.asset.AssetTypeDescriptor | |
The description of the asset. | |
assetDescription — Proprietà, classe com.adobe.livecycle.assetmanager.client.model.AssetTypeDescriptor | |
Specifies the description for the asset. | |
assetDescriptor — Proprietà, classe com.adobe.ep.ux.content.event.RelationEvent | |
Asset Type Descriptor for the above asset. | |
assetDescriptor — Proprietà, classe com.adobe.ep.ux.content.event.VersionEvent | |
The Type of Asset Descriptor for which version history is retrieved. | |
assetDescriptor — Proprietà, classe com.adobe.ep.ux.content.search.SearchQuery | |
AssetDescriptor for the asset type on which search has to be performed. | |
assetDescriptor — Proprietà, classe com.adobe.ep.ux.content.view.components.grid.SearchResultsGrid | |
Asset Type Descriptor associated with the Search results Container | |
assetDescriptor — Proprietà, classe com.adobe.livecycle.assetmanager.client.model.SearchQuery | |
Specifies the AssetDescriptor for the asset type to perform the search on. | |
assetDescriptors — Proprietà, classe com.adobe.ep.ux.content.managers.AssetManager | |
Local list of Asset Descriptors | |
assetDescriptors — Proprietà, classe com.adobe.ep.ux.content.view.AssetManagerView | |
local list of asset descriptors | |
assetDescriptors — Proprietà, classe com.adobe.ep.ux.content.view.components.toolbar.AddAssetPopUp | |
List of Asset Descriptors | |
assetDescriptors — Proprietà, classe com.adobe.livecycle.assetmanager.client.managers.AssetManager | |
Returns the list of available AssetDescriptors. | |
assetDescriptorsChanged — Evento, classe com.adobe.ep.ux.content.managers.AssetManager | |
assetDescriptorsChanged event is thrown when assetDescriptors are reset. | |
assetDescriptorsChanged — Evento, classe com.adobe.livecycle.assetmanager.client.managers.AssetManager | |
Thrown when assetDescriptors are reset. | |
AssetDetailsPod — classe, pacchetto com.adobe.solutions.prm.presentation.asset | |
Host component to show the asset details pod. | |
AssetDetailsPod() — Funzione di costruzione, classe com.adobe.solutions.prm.presentation.asset.AssetDetailsPod | |
The constructor for AssetDetailsPod class. | |
AssetEvent — classe, pacchetto com.adobe.icc.editors.events | |
The AssetEvent class represents the event object passed to the event listener for domain api invokers. | |
AssetEvent(type:String, bubbles:Boolean, cancelable:Boolean, fault:mx.rpc:Fault) — Funzione di costruzione, classe com.adobe.icc.editors.events.AssetEvent | |
Constructor. | |
ASSET_EXPIRED — Proprietà statica costante, classe com.adobe.solutions.prm.constant.StatusReasonCode | |
Indicates that a workflow associated with an asset has reached its deadline. | |
AssetExplorerServiceDelegate — classe, pacchetto com.adobe.livecycle.assetmanager.client.service | |
Loads system data dictionaries. | |
assetExtendedProperty — Proprietà, classe com.adobe.ep.ux.content.model.asset.AssetPropertyDescriptor | |
Is property represented by this instance is extended property of the original asset/vo | |
assetExtendedProperty — Proprietà, classe com.adobe.livecycle.assetmanager.client.model.AssetPropertyDescriptor | |
Specifies whether this instance of the property is an extended property of the original asset or value object. | |
ASSET_EXTENDED_PROPERTY — Proprietà statica costante, classe com.adobe.ep.ux.content.model.asset.AssetPropertyDescriptor | |
This special value signifies that the property defined is an extended property | |
ASSET_EXTENDED_PROPERTY — Proprietà statica costante, classe com.adobe.livecycle.assetmanager.client.model.AssetPropertyDescriptor | |
Specifies that the property is extended. | |
AssetFocusEvent — classe, pacchetto com.adobe.ep.ux.content.event | |
Event dispatched when user hovers on one of asset shown on the Search Results Viewer's . | |
AssetFocusEvent(asset:Object, focusX:int, focusY:int, eventType:String, type:String) — Funzione di costruzione, classe com.adobe.ep.ux.content.event.AssetFocusEvent | |
Constructor | |
AssetHandlerRegistry — classe, pacchetto com.adobe.ep.ux.content.handlers | |
This is the central registry for all the available handlers in the system. | |
AssetHandlerRegistry — classe, pacchetto com.adobe.livecycle.assetmanager.client.handler | |
The central registry for all the available handlers in the system. | |
AssetHandlerRegistry() — Funzione di costruzione, classe com.adobe.ep.ux.content.handlers.AssetHandlerRegistry | |
Constructor | |
AssetHandlerRegistry() — Funzione di costruzione, classe com.adobe.livecycle.assetmanager.client.handler.AssetHandlerRegistry | |
Constructor. | |
assetIcon — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.preview.ListItemPreviewRenderer | |
A skin part that defines the asset icon A skin part that defines the asset icon | |
assetIcon — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.preview.ConditionItemPreviewRenderer | |
A skin part that defines the asset's icon A skin part that defines the asset's icon | |
assetIcon — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.ConditionItemEditor | |
A skin part that defines the asset icon A skin part that defines the asset icon | |
assetId — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.common.RevertAssets | |
??? | |
assetIdList — Proprietà, classe com.adobe.icc.editors.managers.ImportExportManager | |
Gets the List of Id's of assets to be exported . | |
assetImage — Parte skin, classe com.adobe.ep.ux.content.view.components.review.AssetReviewPod | |
Skin Part of the image to be shown in Review Pod Skin Part of the image to be shown in Review Pod | |
assetImage — Parte skin, classe com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlImageAssetActionRenderer | |
Image used to render the control Image used to render the control | |
assetImage — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.preview.ImageAssetPreviewRenderer | |
A skin part that defines the image A skin part that defines the image | |
assetList — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.preview.ListAssetPreviewRenderer | |
A skin part that defines the list of assets included in List asset A skin part that defines the list of assets included in List asset | |
assetList — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.common.ExportAssets | |
List of Id's of assets to be exported . | |
assetList — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.common.ImportAssets | |
Gets the Id's of assets to be imported . | |
assetList — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.common.RevertAssets | |
Gets the List of Id's of assets that would be reverted. | |
assetLoadError — Evento, classe com.adobe.ep.ux.content.view.AssetManagerView | |
assetLoadError is dispatched when there is some error in loading of assets | |
assetLoadError — Evento, classe com.adobe.livecycle.assetmanager.client.managers.AssetManager | |
Thrown if an error occurs when AssetTypeDescriptor is loading. | |
assetManager — Proprietà, classe com.adobe.ep.ux.content.view.AssetManagerView | |
Asset Manager Instance | |
assetManager — Proprietà, classe com.adobe.ep.ux.content.view.components.toolbar.Toolbar | |
Asset Manager instance required for asset permissions and asset descriptors | |
AssetManager — classe, pacchetto com.adobe.ep.ux.content.managers | |
This is the domain model for the local set of asset descriptors | |
AssetManager — classe, pacchetto com.adobe.livecycle.assetmanager.client.managers | |
The domain model that is used to load AssetDescriptors. | |
AssetManager() — Funzione di costruzione, classe com.adobe.ep.ux.content.managers.AssetManager | |
Constructor. | |
AssetManager() — Funzione di costruzione, classe com.adobe.livecycle.assetmanager.client.managers.AssetManager | |
Constructor. | |
AssetManagerView — classe, pacchetto com.adobe.ep.ux.content.view | |
The Uber host component of LCC which host all the other host components | |
AssetManagerView() — Funzione di costruzione, classe com.adobe.ep.ux.content.view.AssetManagerView | |
Constructor | |
AssetModel — classe, pacchetto com.adobe.icc.editors.model | |
The base domain class for all the assets. | |
assetName — Parte skin, classe com.adobe.ep.ux.content.view.components.review.AssetReviewPod | |
Skin Part to display the Asset Name Skin Part to display the Asset Name | |
assetName — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.preview.ListItemPreviewRenderer | |
A skin part that defines the asset name A skin part that defines the asset name | |
assetName — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.preview.ConditionItemPreviewRenderer | |
A skin part that defines the asset name A skin part that defines the asset name | |
assetName — Proprietà, classe com.adobe.solutions.prm.vo.WorkItemAssetSearchFilterVO | |
Defines an asset name filter to search workItems. | |
assetNameCharset — Proprietà, classe com.adobe.consulting.pst.vo.FlexConfiguration | |
Set of characters that can be used for the name property of the editors | |
assetNameDisplay — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.ConditionItemEditor | |
A skin part that defines the asset name A skin part that defines the asset name | |
assetNameField — Parte skin, classe com.adobe.solutions.prm.presentation.asset.NewAssetDialog | |
The skin part for the Asset Name field. The skin part for the Asset Name field. | |
assetNameValidator — Parte skin, classe com.adobe.solutions.prm.presentation.asset.AssetDetailsPod | |
The skin part for the Asset Name validator. The skin part for the Asset Name validator. | |
assetNameValidator — Parte skin, classe com.adobe.solutions.prm.presentation.asset.NewAssetDialog | |
The skin part for the Asset Name validator. The skin part for the Asset Name validator. | |
assetPermissionsLoadError — Evento, classe com.adobe.ep.ux.content.view.AssetManagerView | |
assetPermissionsLoadError is dispatched when there is some error in loading the permission of assets | |
assetPermissionsLoadError — Evento, classe com.adobe.livecycle.assetmanager.client.managers.AssetManager | |
Thrown if an error occurs when permissions are loading. | |
AssetPod — classe, pacchetto com.adobe.solutions.prm.presentation.asset | |
This is the host component for the Asset pod. | |
AssetPod() — Funzione di costruzione, classe com.adobe.solutions.prm.presentation.asset.AssetPod | |
The constructor for AssetPod class. | |
AssetPropertiesEditor — classe, pacchetto com.adobe.solutions.acm.authoring.presentation | |
The AssetPropertiesEditor class defines the base class for all the Editors | |
AssetPropertiesEditor() — Funzione di costruzione, classe com.adobe.solutions.acm.authoring.presentation.AssetPropertiesEditor | |
Constructor. | |
AssetPropertyDescriptor — classe, pacchetto com.adobe.ep.ux.content.model.asset | |
This class holds the matadata assoctiated with the Asset Property representated by this instance. | |
AssetPropertyDescriptor — classe, pacchetto com.adobe.livecycle.assetmanager.client.model | |
Holds the metadata associated with the instance of the asset property. | |
AssetPropertyDescriptor() — Funzione di costruzione, classe com.adobe.ep.ux.content.model.asset.AssetPropertyDescriptor | |
Constructor. | |
assetPropertyType — Proprietà, classe com.adobe.ep.ux.content.model.asset.AssetPropertyDescriptor | |
Asset property type whether it is extended or core property | |
assetPropertyType — Proprietà, classe com.adobe.livecycle.assetmanager.client.model.AssetPropertyDescriptor | |
Specifies whether the asset property type is extended or core. | |
AssetQueryServiceDelegate — classe, pacchetto com.adobe.livecycle.assetmanager.client.service | |
A simple delegate to QueryService that attaches success and fault listeners to the QueryService response. | |
AssetQueryServiceDelegate(vResponder:mx.rpc:IResponder) — Funzione di costruzione, classe com.adobe.livecycle.assetmanager.client.service.AssetQueryServiceDelegate | |
Constructor. | |
ASSET_REJECTED — Proprietà statica costante, classe com.adobe.solutions.prm.constant.StatusReasonCode | |
Indicates that an asset is rejected in the workflow. | |
AssetReviewPod — classe, pacchetto com.adobe.ep.ux.content.view.components.review | |
Review section shown as the left pane in Relationship Browser. | |
AssetReviewPod() — Funzione di costruzione, classe com.adobe.ep.ux.content.view.components.review.AssetReviewPod | |
Constructor | |
assets — Proprietà, classe com.adobe.solutions.prm.presentation.asset.AssetPod | |
A list of assets, to be displayed in the Asset Pod. | |
assetsDataGrid — Parte skin, classe com.adobe.solutions.prm.presentation.asset.AssetPod | |
The skin part for showing the Asset datagrid. The skin part for showing the Asset datagrid. | |
ASSET_TEMPLATE_MISSING — Proprietà statica costante, classe com.adobe.solutions.prm.constant.StatusReasonCode | |
Indicates that no schedule associated with a current asset is being activated. | |
assetText — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.preview.TextAssetPreviewRenderer | |
A skin part that defines rich editable text in preview pod A skin part that defines rich editable text in preview pod | |
assetType — Proprietà, classe com.adobe.ep.ux.content.event.AssetActionCompleteEvent | |
Type of the Asset on which action is taken | |
assetType — Proprietà, classe com.adobe.ep.ux.content.event.AssetActionEvent | |
Type of asset on which action is taken | |
assetType — Proprietà, classe com.adobe.ep.ux.content.event.AssetActionsChangeEvent | |
The type of asset | |
assetType — Proprietà, interfaccia com.adobe.ep.ux.content.model.toolbar.IAssetActionRenderer | |
Asset Type associated with this instance of actions renderer | |
assetType — Proprietà, classe com.adobe.ep.ux.content.view.components.relationships.RelationshipVO | |
AssetTypeDescriptor of the above asset. | |
assetType — Proprietà, classe com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlButtonAssetActionRenderer | |
Type of Asset to be rendered | |
assetType — Proprietà, classe com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlImageAssetActionRenderer | |
Type of Asset to be rendered | |
assetType — Proprietà, classe com.adobe.icc.editors.handlers.BaseAssetHandler | |
The type of asset being handled by this handler. | |
assetType — Proprietà, classe com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent | |
Specifies what type of asset the action is taken on. | |
assetType — Proprietà, classe com.adobe.livecycle.assetmanager.client.event.AssetActionEvent | |
Specifies the type of asset on which to take the action. | |
assetType — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.common.RevertAssets | |
Gets the Type of the asset (Text , List , Condition etc ) | |
assetType — Proprietà, classe com.adobe.solutions.prm.vo.WorkItemAssetSearchFilterVO | |
Defines an asset type filter to search workItems. | |
ASSET_TYPE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.BaseAssetHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.CategoryHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ConditionHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.DataDictionaryHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.FragmentLayoutHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ImageHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LayoutHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.LetterHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.ListHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Proprietà statica costante, classe com.adobe.icc.editors.handlers.TextHandler | |
Constant for the Asset Type handled by this handler. | |
ASSET_TYPE — Proprietà statica costante, classe com.adobe.solutions.prm.presentation.file.PRMFileRenderer | |
This constant indicates that the object for which an image is to be displayed, is an asset. | |
_assetTypeDescList — Proprietà, classe com.adobe.ep.ux.content.view.components.searchpod.AdvancedSearchPod | |
Asset Type Descriptor List on which search is to be performed. | |
assetTypeDescriptor — Proprietà, interfaccia com.adobe.ep.ux.content.model.preview.IAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Proprietà, classe com.adobe.ep.ux.content.view.components.grid.hover.BaseAssetPreviewRenderer | |
Asset Type descriptor of the renderer | |
assetTypeDescriptor — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.ConditionAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.FragmentAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.ImageAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.LayoutAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.LetterAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.ListAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
assetTypeDescriptor — Proprietà, classe com.adobe.solutions.acm.authoring.presentation.preview.TextAssetPreviewRenderer | |
The asset type descriptor for the asset for which preview needs to be created | |
AssetTypeDescriptor — classe, pacchetto com.adobe.ep.ux.content.model.asset | |
The AssetTypeDescriptor class holds the metadata properties associated with the Asset represented by this AssetTypeDescriptor. | |
AssetTypeDescriptor — classe, pacchetto com.adobe.livecycle.assetmanager.client.model | |
Holds the metadata properties that are associated with the asset represented by the asset type descriptor. | |
AssetTypeDescriptor() — Funzione di costruzione, classe com.adobe.ep.ux.content.model.asset.AssetTypeDescriptor | |
Constructor. | |
assetTypeFilter — Parte skin, classe com.adobe.ep.ux.content.view.components.searchpod.AdvancedSearchPod | |
DataGroup Skin Part for dynamic checkboxes created for multiple assets DataGroup Skin Part for dynamic checkboxes created for multiple assets | |
ASSET_TYPE_FILTER_CHANGE — Proprietà statica costante, classe com.adobe.ep.ux.content.view.components.searchpod.AdvancedSearchPod | |
This special constant specifies the type of event dispatched when a checkbox (for the assets) state is changed | |
assetTypesLoaded — Proprietà, classe com.adobe.ep.ux.content.view.components.toolbar.AddAssetPopUp | |
Which all assets are to be loaded (based on whether they have Create Action or not ? | |
AssetValidationEvent — classe, pacchetto com.adobe.icc.editors.events | |
The AssetValidationEvent class represents the event object passed to the event listener for domain api invokers. | |
AssetValidationEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Funzione di costruzione, classe com.adobe.icc.editors.events.AssetValidationEvent | |
Constructor. | |
AssetValidationFaultType — classe, pacchetto com.adobe.icc.editors.events | |
The AssetValidationFaultType class enumerates the list of constants related to the type of errors resulting from domain validations. | |
AssetVersionPod — classe, pacchetto com.adobe.solutions.prm.presentation.asset | |
The host component for Asset Version pod. | |
AssetVersionPod() — Funzione di costruzione, classe com.adobe.solutions.prm.presentation.asset.AssetVersionPod | |
The constructor for AssetVersionPod class. | |
assetVersionsDataGrid — Parte skin, classe com.adobe.solutions.prm.presentation.asset.AssetVersionPod | |
The skin part for showing different asset versions in a datagrid. The skin part for showing different asset versions in a datagrid. | |
assetVO — Proprietà, classe com.adobe.ep.ux.content.event.RelationEvent | |
The Asset whose dependencies/relations are being searched for. | |
assetVO — Proprietà, classe com.adobe.ep.ux.content.event.VersionEvent | |
The Asset for which version history is retrieved. | |
AssetVO — classe, pacchetto com.adobe.solutions.prm.vo | |
Defines an asset, that can be associated with a workItem in a project. | |
AssetVO() — Funzione di costruzione, classe com.adobe.solutions.prm.vo.AssetVO | |
The constructor for AssetVO class. | |
assignControlValueToModelValue() — metodo, classe ga.model.PanelItem | |
Assign the control's value to the model, doing any necessary coercions | |
assignedMaximum — Proprietà, classe mx.charts.chartClasses.NumericAxis | |
The explicitly assigned maximum value. | |
assignedMinimum — Proprietà, classe mx.charts.chartClasses.NumericAxis | |
The explicitly assigned minimum value. | |
assignedPosition — Proprietà, classe com.adobe.icc.dc.domain.BaseModuleInstance | |
The assigned position of the module within its container. | |
assignedPosition — Proprietà, interfaccia com.adobe.icc.dc.domain.IModuleInstance | |
The assigned position of the module within its container. | |
assignedTo — Proprietà, interfaccia com.adobe.solutions.exm.authoring.domain.expression.IExpression | |
Returns the variable this expression is assigned to, or null if the expression is not assigned to any variable. | |
assignedTo — Proprietà, classe com.adobe.solutions.prm.domain.impl.TeamMember | |
Reference to the member collection to which this member is assigned. | |
assignedTo — Proprietà, interfaccia com.adobe.solutions.rca.domain.common.IMember | |
Reference to the member collection to which this member is assigned. | |
assignedTo — Proprietà, classe com.adobe.solutions.rca.domain.impl.Participant | |
Reference to the member collection to which this member is assigned. | |
assignedTo — Proprietà, classe com.adobe.solutions.rca.domain.impl.StageParticipant | |
Reference to the member collection to which this member is assigned. | |
assignFocus(objectToFocus:flash.display:InteractiveObject, direction:String) — metodo, classe flash.display.Stage | |
Rende attivabile mediante tastiera l'oggetto interattivo specificato da objectToFocus, con la direzione dell'attivazione specificata dal parametro direction. | |
assignFocus(direction:String) — metodo, classe flash.media.StageWebView | |
Assegna lo stato di attivazione al contenuto di questo oggetto StageWebView. | |
assignFocus() — metodo, classe flash.text.StageText | |
Assegna lo stato di attivazione all'oggetto StageText. | |
assignFocus(direction:String) — metodo, classe mx.core.FlexHTMLLoader | |
Called by the FocusManager when the component receives focus. | |
assignFocus(direction:String) — metodo, interfaccia mx.managers.IFocusManagerComplexComponent | |
Called by the FocusManager when the component receives focus. | |
Assignment — classe, pacchetto lc.procmgmt.domain | |
The Assignment class describes the assignment of a task and carries information that determines the queue that contains the task. | |
assignmentAdd — Evento, classe com.adobe.icc.editors.model.ConditionModel | |
Dispatched when an assignment is added to the assignments list. | |
assignmentAdd — Evento, classe com.adobe.icc.editors.model.ListModel | |
Dispatched when an assignment is added to the assignments list. | |
AssignmentConstants — classe, pacchetto lc.procmgmt | |
The AssignmentConstants class holds constants for the Assignment class assignmentType property. | |
assignmentCreateTime — Proprietà, classe lc.procmgmt.domain.Assignment | |
The creation date of the assignment. | |
assignmentLinkageDisplay — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.letter.data.DataAssignmentRenderer | |
A skin part that defines data assignment linkage name A skin part that defines data assignment linkage name | |
assignmentList — Proprietà, classe com.adobe.icc.vo.ConditionalDataModule | |
Specifies a list of condition assignments for this condition module. | |
assignmentList — Proprietà, classe com.adobe.icc.vo.ConditionalDocument | |
Specifies the list of document assignments for this condition document. | |
assignmentList — Proprietà, classe com.adobe.icc.vo.ListDataModule | |
Specifies the array of LDMAssignment objects. | |
assignmentNameDisplay — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.letter.data.DataAssignmentRenderer | |
A skin part that defines data assignment name A skin part that defines data assignment name | |
assignmentRemove — Evento, classe com.adobe.icc.editors.model.ConditionModel | |
Dispatched when an assignment is removed from the assignments list. | |
assignmentRemove — Evento, classe com.adobe.icc.editors.model.ListModel | |
Dispatched when an assignment is removed from the assignments list. | |
assignments — Proprietà, classe com.adobe.icc.editors.model.ConditionModel | |
The list of ConditionAssignmentModel objects. | |
assignments — Proprietà, classe com.adobe.icc.editors.model.LetterModel | |
The consolidated list of variable and field assignments of this letter. | |
assignments — Proprietà, classe com.adobe.icc.editors.model.ListModel | |
The list of ListAssignmentModel objects. | |
assignments — Proprietà, classe lc.procmgmt.domain.Task | |
The collection of Assignment objects for the task. | |
ASSIGNMENTS_FOR_TASK_RESULT — Proprietà statica costante, classe lc.foundation.events.CollectionResultEvent | |
A special value that specifies to retrieve the assignments for a task. | |
assignmentSourceDisplay — Parte skin, classe com.adobe.solutions.acm.authoring.presentation.letter.data.DataAssignmentRenderer | |
A skin part that defines data assignment source A skin part that defines data assignment source | |
assignmentType — Proprietà, classe com.adobe.icc.vo.CDMAssignment | |
Default Assignment. | |
assignmentType — Proprietà, classe lc.procmgmt.domain.Assignment | |
The type of assignment. | |
assignmentUpdateTime — Proprietà, classe lc.procmgmt.domain.Assignment | |
The date of the last assignment update. | |
assignTabIndexes(startTabIndex:int) — metodo, classe fl.video.FLVPlayback | |
Assegna un valore tabIndex a ogni comando FLVPlayback ordinando i comandi orizzontalmente da sinistra verso destra. | |
assigntaskToApproverProcess — Proprietà, classe com.adobe.livecycle.rca.model.stage.ApprovalStage | |
Specifies a process that overrides the default AsignTaskToApprover process. | |
assignTaskToInitiatorProcess — Proprietà, classe com.adobe.livecycle.rca.model.stage.AbstractStage | |
Specifies a process that is used to override the default AsignTaskToInitiator process. | |
assignTaskToInitiatorProcess — Proprietà, interfaccia com.adobe.solutions.rca.domain.IStage | |
The process that overrides the default AssignTaskToInitiator process. | |
assignTaskToInitiatorProcess — Proprietà, classe com.adobe.solutions.rca.domain.impl.Stage | |
The process that overrides the default AssignTaskToInitiator process. | |
assignTaskToInitiatorProcess — Proprietà, classe com.adobe.solutions.rca.vo.ReviewStageVO | |
Process that can be used to override the default AssignTaskToInitiator process. | |
assignTaskToParticipantProcess — Proprietà, interfaccia com.adobe.solutions.rca.domain.IStage | |
The process that overrides the default AssignTaskToParticipant process. | |
assignTaskToParticipantProcess — Proprietà, classe com.adobe.solutions.rca.domain.impl.Stage | |
The process that overrides the default AssignTaskToParticipant process. | |
assignTaskToParticipantProcess — Proprietà, classe com.adobe.solutions.rca.vo.ReviewStageVO | |
Process that can be used to override the default AssignTaskToParticipant process. | |
assigntaskToReviewerProcess — Proprietà, classe com.adobe.livecycle.rca.model.stage.ReviewStage | |
Specifies a process that overrides the default AsignTaskToReviewer process. | |
assignTo — Proprietà, classe com.adobe.solutions.exm.expression.ExpressionVO | |
The variable to which the expression is assigned. | |
assignTo — Proprietà, interfaccia com.adobe.solutions.exm.runtime.IExpression | |
Returns the variable to which this expression is assigned, if any. | |
assignTo(assignTo:String, expression:String) — metodo, interfaccia com.adobe.solutions.exm.runtime.IExpressionManager | |
Assigns the result of evaluation of the given expression to the given variable. | |
assignTo — Proprietà, classe com.adobe.solutions.exm.runtime.impl.ExpressionImpl | |
Returns the variable to which this expression is assigned, if any. | |
assignTo(assignTo:String, expression:String) — metodo, classe com.adobe.solutions.exm.runtime.impl.ExpressionManagerImpl | |
Assigns the result of evaluation of the given expression to the given variable. | |
associations — Proprietà, classe mx.data.RPCDataManager | |
Array of associations for this data manager's destination. | |
asType — Proprietà, interfaccia mx.automation.IAutomationPropertyDescriptor | |
ActionScript type of this property, as a String. | |
asyncError — Evento, classe flash.net.LocalConnection | |
Inviato quando viene generata un'eccezione in modo asincrono, cioè da un codice asincrono nativo. | |
asyncError — Evento, classe flash.net.NetConnection | |
Inviato quando viene generata un'eccezione in modo asincrono, cioè da un codice asincrono nativo. | |
asyncError — Evento, classe flash.net.NetStream | |
Inviato quando viene generata un'eccezione in modo asincrono, cioè da un codice asincrono nativo. | |
asyncError — Evento, classe flash.net.SharedObject | |
Inviato quando viene generata un'eccezione in modo asincrono, cioè da un codice asincrono nativo. | |
ASYNC_ERROR — Proprietà statica costante, classe flash.events.AsyncErrorEvent | |
La costante AsyncErrorEvent.ASYNC_ERROR definisce il valore della proprietà type di un oggetto evento asyncError. | |
ASYNC_ERROR — Proprietà statica costante, classe org.osmf.events.MediaErrorCodes | |
Error constant for when a MediaElement encounters an asynchronous error. | |
AsyncErrorEvent — classe, pacchetto flash.events | |
Un oggetto invia un evento AsyncErrorEvent quando viene generata un'eccezione da codice asincrono nativo, ovvero, ad esempio, da LocalConnection, NetConnection, SharedObject o NetStream. | |
AsyncErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, error:Error) — Funzione di costruzione, classe flash.events.AsyncErrorEvent | |
Crea un oggetto AsyncErrorEvent contenente informazioni relative agli eventi asyncError. | |
AsyncListView — classe, pacchetto mx.collections | |
The AsyncListView class is an implementation of the IList interface that handles ItemPendingErrors errors thrown by the getItemAt(), removeItemAt(), and toArray() methods. | |
AsyncListView(list:mx.collections:IList) — Funzione di costruzione, classe mx.collections.AsyncListView | |
Constructor. | |
AsyncMessage — classe, pacchetto mx.messaging.messages | |
AsyncMessage is the base class for all asynchronous messages. | |
AsyncMessage(body:Object, headers:Object) — Funzione di costruzione, classe mx.messaging.messages.AsyncMessage | |
Constructs an instance of an AsyncMessage with an empty body and header. | |
asyncRequest — Proprietà, classe mx.data.DataServiceAdapter | |
Contains an AsyncRequest object that is used to handle all DataService operations. | |
asyncRequest — Proprietà, classe mx.data.MessagingDataServiceAdapter | |
Contains an AsyncRequest object that is used to handle all DataService operations. | |
asyncRequest — Proprietà, classe mx.data.RPCDataServiceAdapter | |
An abstract method which returns an AsyncRequest that is used to handle all DataService operations. | |
AsyncRequest — classe, pacchetto mx.rpc | |
The AsyncRequest class provides an abstraction of messaging for RPC call invocation. | |
AsyncRequest() — Funzione di costruzione, classe mx.rpc.AsyncRequest | |
Constructs a new asynchronous request. | |
AsyncResponder — classe, pacchetto mx.rpc | |
This class provides an RPC specific implementation of mx.rpc.IResponder. | |
AsyncResponder(result:Function, fault:Function, token:Object) — Funzione di costruzione, classe mx.rpc.AsyncResponder | |
Constructs an instance of the responder with the specified data and handlers. | |
AsyncToken — Classe dinamica, pacchetto mx.rpc | |
This class provides a place to set additional or token-level data for asynchronous RPC operations. | |
AsyncToken(message:mx.messaging.messages:IMessage) — Funzione di costruzione, classe mx.rpc.AsyncToken | |
Constructs an instance of the token with the specified message. | |
AsyncTokenResponder — classe, pacchetto mx.data | |
Subclass of AsyncResponder that exposes the result token. | |
AsyncTokenResponder(result:Function, fault:Function, token:mx.rpc:AsyncToken) — Funzione di costruzione, classe mx.data.AsyncTokenResponder | |
Constructor. | |
AsyncTokenWrapper — classe, pacchetto com.adobe.gravity.utility.flex.async | |
Adapt an AsyncToken to implement the IToken interface. | |
AsyncTokenWrapper(asyncToken:mx.rpc:AsyncToken, resultObject:Object) — Funzione di costruzione, classe com.adobe.gravity.utility.flex.async.AsyncTokenWrapper | |
Constructor. | |
atan(val:Number) — Metodo statico , classe Math | |
Calcola e restituisce il valore, espresso in radianti, dell'angolo la cui tangente è specificata nel parametro val. | |
atan2(y:Number, x:Number) — Metodo statico , classe Math | |
Calcola e restituisce l'angolo, espresso in radianti, del punto y/x, misurato in senso antiorario partendo dall'asse x di un cerchio (dove 0,0 rappresenta il centro del cerchio). | |
AT_BOTTOM — Proprietà statica costante, classe mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the bottom of its scrolling range. | |
atLeastOneProperty(o:Object) — metodo, classe mx.controls.AdvancedDataGrid | |
Returns true if the Object has at least one property, which means that the dictionary has at least one key. | |
AT_LEFT — Proprietà statica costante, classe mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the left of its scrolling range. | |
atomCount — Proprietà, classe flash.text.engine.TextLine | |
Il numero di atomi nella riga, che corrisponde al numero di elementi invisibili, inclusi spazi ed elementi grafici. | |
atomicCompareAndSwapIntAt(byteIndex:int, expectedValue:int, newValue:int) — metodo, classe flash.utils.ByteArray | |
In una singola operazione atomica, confronta un valore intero di questo array di byte con un altro valore intero e, se coincidono, scambia i relativi byte con un altro valore. | |
atomicCompareAndSwapLength(expectedLength:int, newLength:int) — metodo, classe flash.utils.ByteArray | |
In una singola operazione atomica, confronta la lunghezza di questo array di byte con un valore specificato e, se i due valori coincidono, modifica la lunghezza di questo array di byte. | |
AT_RIGHT — Proprietà statica costante, classe mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the right of its scrolling range. | |
attach — Evento, classe flash.data.SQLConnection | |
Inviato quando una chiamata al metodo attach() ha esito positivo. | |
attach(name:String, reference:Object, responder:flash.net:Responder, encryptionKey:flash.utils:ByteArray) — metodo, classe flash.data.SQLConnection | |
Aggiunge un altro database all'istanza SQLConnection, assegnando al nuovo database il nome specificato. | |
attach(connection:flash.net:NetConnection) — metodo, classe flash.net.NetStream | |
Associa un flusso a un nuovo oggetto NetConnection. | |
ATTACH — Proprietà statica costante, classe flash.errors.SQLErrorOperation | |
Indica che è stato chiamato il metodo SQLConnection.attach(). | |
ATTACH — Proprietà statica costante, classe flash.events.SQLEvent | |
La costante SQLEvent.ATTACH definisce il valore della proprietà type di un oggetto evento attach. | |
attachAudio(microphone:flash.media:Microphone) — metodo, classe flash.net.NetStream | |
Associa uno streaming audio a un oggetto NetStream, da un oggetto Microphone passato come origine. | |
attachButton — Parte skin, classe com.adobe.solutions.rca.presentation.template.documents.SupportingDocuments | |
A reference to the ButtonBase object which allows users to attach a document to the list of supporting documents for this schedule template. A reference to the ButtonBase object which allows users to attach a document to the list of supporting documents for this schedule template. | |
attachCamera(theCamera:flash.media:Camera) — metodo, classe flash.display3D.textures.VideoTexture | |
Specifica un flusso video proveniente da una videocamera di cui eseguire il rendering all’interno della texture dell’oggetto VideoTexture. | |
attachCamera(theCamera:flash.media:Camera) — metodo, classe flash.media.StageVideo | |
Specifica un flusso video proveniente da una videocamera da visualizzare all’interno dei limiti dell’oggetto StageVideo nell’applicazione, sfruttando la GPU per il rendering. | |
attachCamera(camera:flash.media:Camera) — metodo, classe flash.media.Video | |
Specifica un flusso video proveniente da una videocamera da visualizzare all'interno dei limiti dell'oggetto Video nell'applicazione. | |
attachCamera(theCamera:flash.media:Camera, snapshotMilliseconds:int) — metodo, classe flash.net.NetStream | |
Inizia a catturare il video da una videocamera, oppure interrompe la cattura se l'impostazione theCamera è impostata su null. | |
attachCamera(camera:flash.media:Camera) — metodo, classe mx.controls.VideoDisplay | |
Specifies to play a video stream from a camera. | |
attachListeners(systemManager:mx.managers:ISystemManager) — metodo, classe mx.managers.LayoutManager | |
Attachment — classe, pacchetto com.adobe.icomm.assetplacement.model | |
This class models an <attachment> element in the package definition. | |
Attachment() — Funzione di costruzione, classe com.adobe.icomm.assetplacement.model.Attachment | |
Constructor. | |
AttachmentCommand — classe, pacchetto lc.procmgmt.commands | |
The AttachmentCommand class is a generic command that has direct association with a TaskAttachmentInfo object. | |
AttachmentCommand(name:String, taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo) — Funzione di costruzione, classe lc.procmgmt.commands.AttachmentCommand | |
Constructor. | |
attachmentCount — Proprietà, classe com.adobe.icomm.assetplacement.controller.AttachmentLoader | |
The number of Attachment objects associated to this loader. | |
AttachmentEvent — classe, pacchetto com.adobe.ep.ux.attachmentlist.domain.events | |
The AttachmentEvent event is dispatched when the user adds, removes and uploads attachments. | |
attachmentFiles — Proprietà, classe coldfusion.service.PopRecord | |
A tab-separated list of the locations of the attachment files. | |
ATTACHMENT_FILL_COMPLETE — Proprietà statica costante, classe lc.foundation.events.LiveCycleEvent | |
The attachmentFillComplete event type. | |
AttachmentHeader — classe, pacchetto lc.procmgmt.ui.attachments | |
The AttachmentHeader component provides the user interface for adding a note or an attachment to a task. | |
AttachmentHeader() — Funzione di costruzione, classe lc.procmgmt.ui.attachments.AttachmentHeader | |
Constructor. | |
AttachmentHeaderBase — classe, pacchetto lc.procmgmt.ui.attachments | |
The AttachmentHeaderBase class acts as the parent for the AttachmentHeader class. | |
attachmentHeaderModel — Proprietà, classe lc.procmgmt.ui.attachments.AttachmentsModel | |
The model for the AttachmentHeader component. | |
AttachmentHeaderModel — classe, pacchetto lc.procmgmt.ui.attachments | |
The AttachmentsHeaderModel class acts as the model for the AttachmentsHeader component. | |
AttachmentHeaderModel() — Funzione di costruzione, classe lc.procmgmt.ui.attachments.AttachmentHeaderModel | |
Constructor. | |
AttachmentIconRenderer — classe, pacchetto com.adobe.ep.ux.attachmentlist.domain.renderers | |
The AttachmentIconRenderer class is the default icon renderer for the AttachmentList class. | |
AttachmentIconRendererSkin — classe, pacchetto com.adobe.ep.ux.attachmentlist.skin.renderers | |
The AttachmentIconRenderSkin class provides the renderer for the attachment icon. | |
AttachmentIconRendererSkin() — Funzione di costruzione, classe com.adobe.ep.ux.attachmentlist.skin.renderers.AttachmentIconRendererSkin | |
Constructor. | |
attachmentInfo — Proprietà, classe lc.procmgmt.domain.TaskAttachmentInfo | |
An AttachmentInfo object that stores the information for the attachments. | |
AttachmentInfo — classe, pacchetto lc.procmgmt.domain | |
The AttachmentInfo class provides support for managing attachments and notes with tasks. | |
AttachmentList — classe, pacchetto com.adobe.ep.ux.attachmentlist.domain | |
The AttachmentList class is an extension of the List class. | |
AttachmentList — classe, pacchetto lc.procmgmt.ui.attachments | |
The AttachmentsList component displays the list of attachments and notes associated with a task. | |
AttachmentList() — Funzione di costruzione, classe com.adobe.ep.ux.attachmentlist.domain.AttachmentList | |
Constructor. | |
AttachmentList() — Funzione di costruzione, classe lc.procmgmt.ui.attachments.AttachmentList | |
Constructor. | |
AttachmentListComponent — classe, pacchetto com.adobe.ep.ux.attachmentlist.component | |
The AttachmentListComponent UX component displays the list of attachments associated with a specific task and allows the user to add, remove, and download attachments. | |
AttachmentListComponent() — Funzione di costruzione, classe com.adobe.ep.ux.attachmentlist.component.AttachmentListComponent | |
Constructor. | |
attachmentListModel — Proprietà, classe lc.procmgmt.ui.attachments.AttachmentsModel | |
The model for the AttachmentList component. | |
AttachmentListModel — classe, pacchetto lc.procmgmt.ui.attachments | |
The AttachmentListModel class acts as the presentation model for the AttachmentList component. | |
AttachmentListModel() — Funzione di costruzione, classe lc.procmgmt.ui.attachments.AttachmentListModel | |
Constructor. | |
AttachmentListSkin — classe, pacchetto com.adobe.ep.ux.attachmentlist.skin | |
The default skin for the AttachmentList UX component. | |
AttachmentListSkin() — Funzione di costruzione, classe com.adobe.ep.ux.attachmentlist.skin.AttachmentListSkin | |
Constructor. | |
AttachmentLoader — classe, pacchetto com.adobe.icomm.assetplacement.controller | |
The attachment loader class is associated with a list of attachments in a package definition given a controller id. | |
AttachmentLoader(id:String) — Funzione di costruzione, classe com.adobe.icomm.assetplacement.controller.AttachmentLoader | |
Construct an AttachmentLoader. | |
attachmentPermissions — Proprietà, classe lc.procmgmt.ui.attachments.AttachmentHeaderModel | |
An array of the possible combinations of the AttachmentPermissions object that can be associated with an AttachmentHeader component. | |
AttachmentPermissions — classe, pacchetto lc.procmgmt.domain | |
The AttachmentPermissions class stores the read/write/delete permissions for an attachment or note. | |
AttachmentPermissions(readPermission:Boolean, writePermission:Boolean, deletePermission:Boolean) — Funzione di costruzione, classe lc.procmgmt.domain.AttachmentPermissions | |
Constructor. | |
attachments — Proprietà, classe coldfusion.service.PopRecord | |
Mail message attachments. | |
attachments — Proprietà, classe coldfusion.service.mxml.Mail | |
A list of attachment filenames. | |
attachments — Proprietà, classe com.adobe.ep.ux.attachmentlist.component.AttachmentListComponent | |
The embedded AttachmentList UX component. | |
attachments — Proprietà, classe com.adobe.icomm.assetplacement.model.PackageDefinition | |
A list that contains all of <attachment> entries in the package definition, wrapped in Attachment objects. | |
attachments — Proprietà, classe lc.procmgmt.domain.Task | |
A collection of Attachment objects for the task. | |
Attachments — classe, pacchetto lc.procmgmt.ui.attachments | |
The Attachments component provides a complete user interface for working with the attachments and notes associated with a task. | |
Attachments() — Funzione di costruzione, classe lc.procmgmt.ui.attachments.Attachments | |
Constructor. | |
AttachmentsModel — classe, pacchetto lc.procmgmt.ui.attachments | |
The AttachmentsModel class acts as the model for the Attachments component. | |
AttachmentsModel() — Funzione di costruzione, classe lc.procmgmt.ui.attachments.AttachmentsModel | |
Constructor. | |
attachNetStream(netStream:flash.net:NetStream) — metodo, classe flash.display3D.textures.VideoTexture | |
Specifica un flusso video di cui eseguire il rendering all’interno della texture dell’oggetto VideoTexture. | |
attachNetStream(netStream:flash.net:NetStream) — metodo, classe flash.media.StageVideo | |
Specifica un flusso video da visualizzare all'interno dei limiti dell'oggetto StageVideo nell'applicazione. | |
attachNetStream(netStream:flash.net:NetStream) — metodo, classe flash.media.Video | |
Specifica un flusso video da visualizzare all'interno dei limiti dell'oggetto Video nell'applicazione. | |
attachOverlay() — metodo, classe mx.charts.Legend | |
Used internally by the Dissolve Effect to add the overlay to the chrome of a container. | |
attachOverlay() — metodo, classe mx.core.Container | |
Used internally by the Dissolve Effect to add the overlay to the chrome of a container. | |
attachOverlay() — metodo, classe mx.core.UIComponent | |
This is an internal method used by the Flex framework to support the Dissolve effect. | |
attachSkin() — metodo, classe spark.components.supportClasses.SkinnableComponent | |
Create the skin for the component. | |
AT_TARGET — Proprietà statica costante, classe flash.events.EventPhase | |
La fase target, ovvero la seconda fase del flusso di eventi. | |
AT_TOP — Proprietà statica costante, classe mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the top of its scrolling range. | |
attribute(attributeName:any) — metodo, classe XML | |
Restituisce il valore XML dell'attributo con il nome corrispondente al parametro attributeName. | |
attribute(attributeName:any) — metodo, classe XMLList | |
Chiama il metodo attribute() di ciascun oggetto XML e restituisce un oggetto XMLList dei risultati. | |
attribute — Proprietà, classe lc.procmgmt.domain.SearchFilterCondition | |
The attribute of the search filter condition. | |
attribute — Proprietà, classe lc.procmgmt.domain.SearchFilterSort | |
The attribute of the search filter sort. | |
attribute(attributeName:Object) — metodo, classe mx.collections.XMLListCollection | |
Calls the attribute() method of each XML object in the XMLList and returns an XMLList of the results, which match the given attributeName. | |
attribute — Proprietà, classe mx.olap.OLAPLevel | |
The attribute connected to this level, as an instance of OLAPAttribute. | |
Attribute — classe, pacchetto mx.messaging.management | |
Client representation of a MBean attribute. | |
Attribute() — Funzione di costruzione, classe mx.messaging.management.Attribute | |
Creates a new instance of an empty Attribute. | |
attributeName — Proprietà, classe com.adobe.ep.ux.content.model.search.SearchFilter | |
Name of the attribute on which the search has to be performed. | |
attributeName — Proprietà, classe com.adobe.ep.ux.content.model.search.SimpleStatement | |
name of the attribute on which the search has to be performed | |
attributeName — Proprietà, classe com.adobe.ep.ux.content.view.components.search.renderers.BasicSearchFSTRenderer | |
Attribute name for this renderer | |
attributeName — Proprietà, classe com.adobe.icc.vo.Statement | |
Name of the attribute for the LHS of the statement. | |
attributeName — Proprietà, classe com.adobe.livecycle.assetmanager.client.model.SearchFilter | |
Specifies the name of the attribute to perform the search on using the format <Unqualified Entity Name>.<fieldName>. | |
attributeName — Proprietà, classe com.adobe.solutions.rca.vo.AuditAttributeVO | |
Gets name of the attribute. | |
attributeName — Proprietà, classe mx.olap.OLAPLevel | |
The name of the attribute to be used at this level. | |
attributes() — metodo, classe XML | |
Restituisce un elenco di valori di attributo per l'oggetto XML dato. | |
attributes() — metodo, classe XMLList | |
Chiama il metodo attributes() di ciascun oggetto XML e restituisce un oggetto XMLList di attributi per ogni oggetto XML. | |
attributes — Proprietà, classe coldfusion.service.mxml.Image | |
The attributes of the cfimage tag. | |
attributes — Proprietà, classe coldfusion.service.mxml.Ldap | |
For queries: comma-delimited list of attributes to return. | |
attributes — Proprietà, classe com.adobe.livecycle.ria.security.api.AuthOptions | |
Current set of attributes. | |
attributes — Proprietà, interfaccia com.adobe.livecycle.ria.security.api.IUser | |
The other attributes of the user depending on available details on the server-side. | |
attributes — Proprietà, classe com.adobe.livecycle.ria.security.service.User | |
The other attributes of the user depending on available details on the server-side. | |
attributes — Proprietà, interfaccia com.adobe.solutions.prm.domain.IProject | |
Defines the map of key value pair attributes. | |
attributes — Proprietà, interfaccia com.adobe.solutions.prm.domain.ITeamMember | |
Defines the map of key value pair attributes. | |
attributes — Proprietà, interfaccia com.adobe.solutions.prm.domain.IWorkItem | |
Defines the map of key value pair attributes. | |
attributes — Proprietà, classe com.adobe.solutions.prm.domain.impl.Project | |
Defines the map of key value pair attributes. | |
attributes — Proprietà, classe com.adobe.solutions.prm.domain.impl.TeamMember | |
Defines the map of key value pair attributes. | |
attributes — Proprietà, classe com.adobe.solutions.prm.domain.impl.WorkItem | |
Defines the map of key value pair attributes. | |
attributes — Proprietà, classe com.adobe.solutions.prm.vo.AbstractSearchFilterVO | |
Contain attributes like, name or template name, which uses LIKE query. | |
_attributes — Proprietà, classe com.adobe.solutions.prm.vo.ExtendableTaggedEntityVO | |
Map of key value pair attributes. | |
attributes — Proprietà, classe com.adobe.solutions.prm.vo.ExtendableTaggedEntityVO | |
Defines the map of key value pair attributes. | |
attributes — Proprietà, classe flash.xml.XMLNode | |
Un oggetto che contiene tutti gli attributi dell'istanza XMLNode specificata. | |
attributes() — metodo, classe mx.collections.XMLListCollection | |
Calls the attributes() method of each XML object in the XMLList object and returns an XMList of attributes for each XML object. | |
attributes — Proprietà, classe mx.messaging.management.MBeanInfo | |
The attributes exposed by the MBean. | |
attributes — Proprietà, interfaccia mx.olap.IOLAPDimension | |
The attributes of this dimension, as a list of OLAPAttribute instances. | |
attributes — Proprietà, classe mx.olap.OLAPDimension | |
The attributes of this dimension, as a list of OLAPAttribute instances. | |
attributeValue — Proprietà, classe com.adobe.ep.ux.content.model.search.SearchFilter | |
Attribute value for the filter. | |
attributeValue — Proprietà, classe com.adobe.ep.ux.content.model.search.SimpleStatement | |
Value of the attribute to be used in search query | |
attributeValue — Proprietà, classe com.adobe.icc.vo.Statement | |
Value for the RHS of the statement. | |
attributeValue — Proprietà, classe com.adobe.livecycle.assetmanager.client.model.SearchFilter | |
Specifies the attribute value for the filter. | |
attributeValue — Proprietà, classe com.adobe.solutions.rca.vo.AuditAttributeVO | |
Gets value of the audit attribute. | |
attrKey — Proprietà, classe com.adobe.livecycle.rca.model.CustomAttribute | |
Specifies the key of the custom attribute. | |
attrKey — Proprietà, classe com.adobe.solutions.rca.vo.CustomAttributeVO | |
Returns the custom attribute key. | |
attrValue — Proprietà, classe com.adobe.livecycle.rca.model.CustomAttribute | |
Specifies the value that corresponds to the key. | |
attrValue — Proprietà, classe com.adobe.solutions.rca.vo.CustomAttributeVO | |
Gets the attribute value. | |
AUDIO — Proprietà statica costante, classe flash.ui.Keyboard | |
Costante associata al valore del codice tasto per il pulsante di selezione della modalità audio. | |
AUDIO — Proprietà statica costante, classe org.osmf.media.MediaType | |
The type constant for audio. | |
AUDIO — Proprietà statica costante, classe org.osmf.net.StreamingItemType | |
The AUDIO stream type represents an audio-only stream. | |
AUDIO — Proprietà statica costante, classe org.osmf.traits.MediaTraitType | |
Identifies an instance of an AudioTrait. | |
audioBufferByteLength — Proprietà, classe flash.net.NetStreamInfo | |
Fornisce la dimensione del buffer audio di NetStream, espressa in byte. | |
audioBufferLength — Proprietà, classe flash.net.NetStreamInfo | |
Fornisce la dimensione del buffer audio di NetStream, espressa in secondi. | |
audioByteCount — Proprietà, classe flash.net.NetStreamInfo | |
Specifica il numero totale di byte audio arrivati nella coda, indipendentemente da quanti byte sono stati riprodotti o scaricati. | |
audioBytesPerSecond — Proprietà, classe flash.net.NetStreamInfo | |
Specifica la velocità di riempimento del buffer audio NetStream, espressa in byte al secondo. | |
AudioDecoder — classe finale, pacchetto flash.media | |
La classe AudioDecoder Classe enumera i tipi di audio multicanale che un sistema può supportare. | |
audioDeviceManager — Proprietà statica, classe flash.media.AudioDeviceManager | |
L’istanza Singleton dell’oggetto AudioDeviceManager. | |
AudioDeviceManager — classe finale, pacchetto flash.media | |
Utilizzate la classe AudioDeviceManager per ottenere informazioni sul dispositivo audio del sistema e selezionate un dispositivo per la riproduzione audio. | |
AudioElement — classe, pacchetto org.osmf.elements | |
AudioElement is a media element specifically created for audio playback. | |
AudioElement(resource:org.osmf.media:URLResource, loader:org.osmf.traits:LoaderBase) — Funzione di costruzione, classe org.osmf.elements.AudioElement | |
Constructor. | |
AudioEvent — classe, pacchetto org.osmf.events | |
An AudioEvent is dispatched when the properties of an AudioTrait change. | |
AudioEvent(type:String, bubbles:Boolean, cancelable:Boolean, muted:Boolean, volume:Number, pan:Number) — Funzione di costruzione, classe org.osmf.events.AudioEvent | |
Constructor. | |
audioLossRate — Proprietà, classe flash.net.NetStreamInfo | |
Specifica la perdita audio per la sessione NetStream. | |
audioOutputChange — Evento, classe flash.media.AudioDeviceManager | |
Inviato quando il dispositivo di output audio viene cambiato per i seguenti motivi: (1) selezione da parte dell’utente - l’utente ha selezionato il dispositivo tramite l’interfaccia delle impostazioni di Flash Player oppure è stata usata l’impostazione di contenuto AudioDeviceManager.selectedDeviceIndex (2) modifica a livello di dispositivo - un dispositivo audio è stato aggiunto o rimosso dal sistema. | |
AUDIO_OUTPUT_CHANGE — Proprietà statica costante, classe flash.events.AudioOutputChangeEvent | |
Definisce il valore della proprietà type di un oggetto evento AudioOutputchangeEvent. | |
AudioOutputChangeEvent — classe, pacchetto flash.events | |
Questo evento viene attivato quando l’utente seleziona un altro dispositivo di output audio dalle impostazioni dell’interfaccia utente di Flash Player oppure un dispositivo audio viene aggiunto o rimosso dal sistema. | |
AudioOutputChangeEvent(type:String, bubbles:Boolean, cancelable:Boolean, reason:String) — Funzione di costruzione, classe flash.events.AudioOutputChangeEvent | |
Funzione di costruzione. | |
AudioOutputChangeReason — classe finale, pacchetto flash.media | |
Questa classe definisce un’enumerazione che indica il motivo per AudioOutputChangeEvent. | |
audioPan — Proprietà, classe org.osmf.media.MediaPlayer | |
Pan property of the media. | |
audioPlaybackMode — Proprietà statica, classe flash.media.SoundMixer | |
Specifica la modalità di riproduzione audio di tutti gli oggetti Sound. | |
AudioPlaybackMode — classe finale, pacchetto flash.media | |
La classe AudioPlaybackMode definisce le costanti per i valori della proprietà audioPlaybackMode della classe SliderMixer. | |
audioReliable — Proprietà, classe flash.net.NetStream | |
Per le connessioni RTMFP, specifica se l'audio viene inviato con affidabilità completa. | |
audioSampleAccess — Proprietà, classe flash.net.NetStream | |
Per le connessioni RTMFP, specifica se i sottoscrittori peer-to-peer di questo NetStream sono autorizzati da acquisire il flusso audio | |
audioSwitchingChange — Evento, classe org.osmf.traits.AlternativeAudioTrait | |
Dispatched when an alternative audio stream switch is requested, completed, or has failed. | |
audioSwitchingChange — Evento, classe org.osmf.traits.TraitEventDispatcher | |
Dispatched when an alternative audio stream switch is requested, completed, or has failed. | |
AUDIO_SWITCHING_CHANGE — Proprietà statica costante, classe org.osmf.events.AlternativeAudioEvent | |
Dispatched when the switching state of the alternative audio stream has changed. | |
AudioTrait — classe, pacchetto org.osmf.traits | |
AudioTrait defines the trait interface for media that have audio. | |
AudioTrait() — Funzione di costruzione, classe org.osmf.traits.AudioTrait | |
Constructor. | |
AuditActionVO — classe, pacchetto com.adobe.solutions.rca.vo | |
Defines an audit action. | |
AuditActionVO() — Funzione di costruzione, classe com.adobe.solutions.rca.vo.AuditActionVO | |
The constructor for AuditActionVO class. | |
auditAttributes — Proprietà, classe com.adobe.solutions.rca.vo.AuditMetaInfoVO | |
Gets additional attributes associated with audit entry. | |
AuditAttributeVO — classe, pacchetto com.adobe.solutions.rca.vo | |
Defines an instance of Audit Attribute. | |
AuditAttributeVO() — Funzione di costruzione, classe com.adobe.solutions.rca.vo.AuditAttributeVO | |
The constructor for AuditAttributeVO class. | |
auditedBy — Proprietà, classe com.adobe.solutions.rca.vo.AuditMetaInfoVO | |
Returns name or ID of the user or a component that has requested the audit entry. | |
auditLevel — Stato skin, classe com.adobe.solutions.rca.presentation.template.TemplatePreview | |
The skin state when the component is displaying the audit level screen. | |
auditLevel — Parte skin, classe com.adobe.solutions.rca.presentation.template.TemplatePreview | |
A reference to the AuditLevel object that displays the audit level screen. A reference to the AuditLevel object that displays the audit level screen. | |
auditLevel — Stato skin, classe com.adobe.solutions.rca.presentation.template.ReviewTemplateWorkflow | |
The skin state when the component is displaying the audit level screen. | |
auditLevel — Parte skin, classe com.adobe.solutions.rca.presentation.template.ReviewTemplateWorkflow | |
A reference to the AuditLevel object that displays the audit level screen. A reference to the AuditLevel object that displays the audit level screen. | |
auditLevel — Stato skin, classe com.adobe.solutions.rca.presentation.template.TemplateEdit | |
The skin state when the component is displaying the audit level screen. | |
auditLevel — Parte skin, classe com.adobe.solutions.rca.presentation.template.TemplateEdit | |
A reference to the AuditLevel object that displays the audit level screen. A reference to the AuditLevel object that displays the audit level screen. | |
auditLevel — Proprietà, classe com.adobe.livecycle.rca.model.ReviewContext | |
Specifies the level of audit associated with this review. | |
auditLevel — Proprietà, interfaccia com.adobe.solutions.rca.domain.IReviewContext | |
The level of audit associated with this review. | |
auditLevel — Proprietà, classe com.adobe.solutions.rca.domain.impl.ReviewContext | |
The level of audit associated with this review. | |
auditLevel — Proprietà, classe com.adobe.solutions.rca.vo.AuditActionVO | |
Gets name of the audit level associated with audit action. | |
auditLevel — Proprietà, classe com.adobe.solutions.rca.vo.ReviewContextVO | |
The level of audit associated with this review. | |
AuditLevel — classe, pacchetto com.adobe.livecycle.rca.model | |
The audit level object as configured through audit service. | |
AuditLevel — classe, pacchetto com.adobe.solutions.rca.presentation.template.audit | |
The host component for the Audit Level tab in schedule template workflow. | |
AuditLevel() — Funzione di costruzione, classe com.adobe.livecycle.rca.model.AuditLevel | |
Constructor. | |
AuditLevel() — Funzione di costruzione, classe com.adobe.solutions.rca.presentation.template.audit.AuditLevel | |
The constructor for AuditLevel class. | |
auditLevelDatagrid — Parte skin, classe com.adobe.solutions.rca.presentation.template.audit.AuditLevel | |
A reference to the DataGrid object that displays the details of the available audit levels. A reference to the DataGrid object that displays the details of the available audit levels. | |
auditLevelInput — Parte skin, classe com.adobe.solutions.rca.presentation.template.audit.AuditLevel | |
A reference to the TextInput object that is used to display the audit level assigned to a schedule template. A reference to the TextInput object that is used to display the audit level assigned to a schedule template. | |
AuditLevelVO — classe, pacchetto com.adobe.solutions.rca.vo | |
Represents an Audit Level in the system. | |
AuditLevelVO() — Funzione di costruzione, classe com.adobe.solutions.rca.vo.AuditLevelVO | |
The constructor for AuditLevelVO class. | |
auditManager — Proprietà, classe com.adobe.solutions.rca.presentation.template.audit.AuditLevel | |
An instance of AuditManager service to be used by the host component. | |
AuditManager — classe, pacchetto com.adobe.solutions.rca.domain.impl.manager | |
This class implements operations for audit management. | |
AuditManager() — Funzione di costruzione, classe com.adobe.solutions.rca.domain.impl.manager.AuditManager | |
The constructor for AuditManager class. | |
auditMetaInfo — Proprietà, classe com.adobe.solutions.rca.vo.AuditAttributeVO | |
Returns reference to parent Audit MetaData Info object. | |
AuditMetaInfoVO — classe, pacchetto com.adobe.solutions.rca.vo | |
Represents an Audit entry in the system. | |
AuditMetaInfoVO() — Funzione di costruzione, classe com.adobe.solutions.rca.vo.AuditMetaInfoVO | |
The constructor for AuditMetaInfoVO class. | |
auditModule — Proprietà, classe com.adobe.solutions.rca.vo.AuditLevelVO | |
Gets the reference to an instance of AuditModuleVO. | |
AuditModuleVO — classe, pacchetto com.adobe.solutions.rca.vo | |
Represents an Audit module. | |
AuditModuleVO() — Funzione di costruzione, classe com.adobe.solutions.rca.vo.AuditModuleVO | |
The constructor for AuditModuleVO class. | |
auditor — Proprietà, classe com.adobe.solutions.rca.domain.impl.manager.AuditManager | |
Auditor — classe, pacchetto com.adobe.solutions.rca.services.impl | |
This class implements the operations of Audit service. | |
Auditor() — Funzione di costruzione, classe com.adobe.solutions.rca.services.impl.Auditor | |
The constructor for Auditor class. | |
AUDITOR_RO — Proprietà statica costante, classe com.adobe.solutions.rca.services.impl.ServiceLocator | |
Name of the auditor service. | |
auditTimestamp — Proprietà, classe com.adobe.solutions.rca.vo.AuditMetaInfoVO | |
Timestamp for the audit entry. | |
AugmentedError — classe, pacchetto com.adobe.gravity.utility.error | |
The AugmentedError class extends the standard Error class to provide access to error parameters and access to the original error(s). | |
AugmentedError(identifier:String, message:String, parameters:Object, parameterNamespace:String, cause:Object) — Funzione di costruzione, classe com.adobe.gravity.utility.error.AugmentedError | |
Constructor. | |
AugmentedErrorEvent — classe, pacchetto com.adobe.gravity.utility.events | |
The AugmentedErrorEvent extends the ErrorEvent class to provide access to the original Error object. | |
AugmentedErrorEvent(error:Error, type:String, bubbles:Boolean) — Funzione di costruzione, classe com.adobe.gravity.utility.events.AugmentedErrorEvent | |
Constructor. | |
authenticate — Proprietà, classe flash.html.HTMLLoader | |
Specifica se le richieste di autenticazione devono essere gestite (true) o meno (false) per le richieste HTTP effettuate da questo oggetto. | |
authenticate — Proprietà, classe flash.net.URLRequest | |
Specifica se le richieste di autenticazione devono essere gestite (true) o meno (false) per questa richiesta. | |
authenticate — Proprietà statica, classe flash.net.URLRequestDefaults | |
L'impostazione predefinita della proprietà authenticate degli oggetti URLRequest. | |
authenticate(serverURL:String, domain:String, username:String, password:String) — metodo, classe flash.net.drm.DRMManager | |
Effettua l'autenticazione di un utente. | |
authenticate(username:String, password:String) — metodo, classe org.osmf.media.MediaPlayer | |
Authenticates the media. | |
authenticate(username:String, password:String) — metodo, classe org.osmf.traits.DRMTrait | |
Authenticates the media. | |
authenticated — Proprietà, interfaccia com.adobe.livecycle.ria.security.api.IAuthResult | |
A flag that indicates whether the user authentication is complete. | |
authenticated — Proprietà, classe com.adobe.livecycle.ria.security.service.AuthResult | |
A flag that indicates whether the user authentication is complete. | |
authenticated — Proprietà, classe mx.messaging.Channel | |
Indicates if this channel is authenticated. | |
authenticated — Proprietà, classe mx.messaging.ChannelSet | |
Indicates whether the ChannelSet has an underlying Channel that successfully authenticated with its endpoint. | |
authenticated — Proprietà, classe mx.messaging.MessageAgent | |
Indicates if this MessageAgent is using an authenticated connection to its destination. | |
authenticatedUser — Proprietà, interfaccia lc.foundation.ISessionManager | |
The authenticated user, after the successful call using the login or singleSignOn methods. | |
authenticatedUser — Proprietà, classe lc.foundation.SessionManager | |
The authenticated user, after the successful call using the login or singleSignOn methods. | |
authenticatedUserId — Proprietà, classe lc.procmgmt.domain.TaskAttachmentInfo | |
A String stores the ID of the user. | |
authenticateWithToken(token:Object) — metodo, classe org.osmf.media.MediaPlayer | |
Authenticates the media using an object which serves as a token. | |
authenticateWithToken(token:Object) — metodo, classe org.osmf.traits.DRMTrait | |
Authenticates the media using an object which serves as a token. | |
AUTHENTICATING — Proprietà statica costante, classe org.osmf.traits.DRMState | |
The media is authenticating (the DRM system is in the process of validating the credentials, or for anonymous content, of validating that the content is still valid to play). | |
AuthenticatingApplication — classe, pacchetto lc.procmgmt | |
The AuthenticatingApplication class handles the loading localized resources based on the browser language, authentication, and other initialization activities. | |
AuthenticatingApplication() — Funzione di costruzione, classe lc.procmgmt.AuthenticatingApplication | |
Constructor. | |
authenticationComplete — Evento, classe flash.net.drm.DRMManager | |
DRMManager invia un oggetto DRMAuthenticationCompleteEvent se l'utente viene autenticato dal server di gestione dei diritti multimediali dopo una chiamata al metodo authenticate(). | |
AUTHENTICATION_COMPLETE — Proprietà statica costante, classe flash.events.DRMAuthenticationCompleteEvent | |
La costante di stringa da utilizzare per l'evento di completamento dell'autenticazione nel parametro type quando si aggiungono o si rimuovono i listener di eventi. | |
AUTHENTICATION_COMPLETE — Proprietà statica costante, classe lc.foundation.events.LiveCycleEvent | |
The authenticationComplete event type. | |
AUTHENTICATION_COMPLETE — Proprietà statica costante, classe org.osmf.traits.DRMState | |
The media has been successfully authenticated. | |
authenticationError — Evento, classe flash.net.drm.DRMManager | |
DRMManager invia un oggetto DRMAuthenticationErrorEvent se l'utente non viene autenticato dal server di gestione dei diritti multimediali dopo una chiamata al metodo authenticate(). | |
AUTHENTICATION_ERROR — Proprietà statica costante, classe flash.events.DRMAuthenticationErrorEvent | |
La costante di stringa da utilizzare per l'evento di errore di autenticazione nel parametro type quando si aggiungono o si rimuovono i listener di eventi. | |
AUTHENTICATION_ERROR — Proprietà statica costante, classe org.osmf.traits.DRMState | |
The media's authentication attempt failed. | |
AuthenticationEvent — classe, pacchetto com.adobe.livecycle.ria.security.api | |
AuthenticationEvent objects are dispatched by the ISecurityManager class when an authentication related operation is performed. | |
AuthenticationEvent(type:String, authResult:com.adobe.livecycle.ria.security.api:IAuthResult, bubbles:Boolean, cancelable:Boolean) — Funzione di costruzione, classe com.adobe.livecycle.ria.security.api.AuthenticationEvent | |
Constructor. | |
authenticationExpired — Evento, classe lc.foundation.SessionManager | |
Dispatched when the authenticated session with the Document Server expires. | |
AUTHENTICATION_EXPIRED — Proprietà statica costante, classe lc.foundation.events.LiveCycleFaultEvent | |
A special value that specifies that the session for a user timeed-out. | |
AUTHENTICATION_FAILED — Proprietà statica costante, classe com.adobe.icc.services.user.UserEvent | |
This type of event would be dispatched when authentication fails using the username, password. | |
AUTHENTICATION_FAILED — Proprietà statica costante, classe com.adobe.livecycle.ria.security.api.AuthStatus | |
A special value that indicates the type of event dispatched when authentication fails using the username and password. | |
AUTHENTICATION_FAILED — Proprietà statica costante, classe com.adobe.livecycle.ria.security.api.AuthenticationEvent | |
A special value that indicates the type of event that is dispatched when authentication fails using the username and password. | |
AUTHENTICATION_MESSAGE_REF_TYPE — Proprietà statica costante, classe mx.messaging.messages.CommandMessage | |
The server message type for authentication commands. | |
authenticationMethod — Proprietà, classe flash.net.drm.DRMContentData | |
Il tipo di autenticazione richiesto per ottenere un voucher per il contenuto associato. | |
authenticationMethod — Proprietà, classe flash.net.drm.DRMDeviceGroup | |
Il tipo di autenticazione richiesto per registrarsi a questo gruppo dispositivi. | |
authenticationMethod — Proprietà, classe flash.net.drm.VoucherAccessInfo | |
Il tipo di autenticazione richiesto per ottenere un voucher per il contenuto associato. | |
AuthenticationMethod — classe finale, pacchetto flash.net.drm | |
La classe AuthenticationMethod fornisce le costanti di stringa per l'enumerazione dei vari tipi di autenticazione utilizzati dalla proprietà authenticationMethod della classe DRMContentData. | |
AUTHENTICATION_NEEDED — Proprietà statica costante, classe org.osmf.traits.DRMState | |
The media needs credential-based authentication. | |
AUTHENTICATION_REQUIRED — Proprietà statica costante, classe com.adobe.icc.services.user.UserEvent | |
This type of event would be dispatched when authentication using SSO is not achieved. | |
AUTHENTICATION_REQUIRED — Proprietà statica costante, classe com.adobe.livecycle.ria.security.api.AuthStatus | |
A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails. | |
AUTHENTICATION_REQUIRED — Proprietà statica costante, classe com.adobe.livecycle.ria.security.api.AuthenticationEvent | |
A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails. | |
AUTHENTICATION_SUCCESS — Proprietà statica costante, classe com.adobe.icc.services.user.UserEvent | |
This type of event would be dispatched when the Authentication process is successful. | |
AUTHENTICATION_SUCCESS — Proprietà statica costante, classe com.adobe.livecycle.ria.security.api.AuthStatus | |
A special value that indicates that the authentication process was successful. | |
AUTHENTICATION_SUCCESS — Proprietà statica costante, classe com.adobe.livecycle.ria.security.api.AuthenticationEvent | |
A special value that indicates that the authentication process was successful. | |
authenticationType — Proprietà, classe flash.events.DRMAuthenticateEvent | |
Indica se le credenziali fornite sono per l'autenticazione sul server FMRMS (Flash Media Rights Management Server) o su un server proxy. | |
AUTHENTICATION_TYPE_DRM — Proprietà statica costante, classe flash.events.DRMAuthenticateEvent | |
La costante DRMAuthenticateEvent.AUTHENTICATION_TYPE_DRM definisce il valore della proprietà authenticationType di un oggetto evento DRMAuthenticateEvent. | |
AUTHENTICATION_TYPE_PROXY — Proprietà statica costante, classe flash.events.DRMAuthenticateEvent | |
La costante DRMAuthenticateEvent.AUTHENTICATION_TYPE_PROXY definisce il valore della proprietà authenticationType di un oggetto evento DRMAuthenticateEvent. | |
AuthFailureCode — classe, pacchetto com.adobe.livecycle.ria.security.api | |
Defines constants that define possible causes related to an authentication failure. | |
AuthOptions — classe, pacchetto com.adobe.livecycle.ria.security.api | |
The AuthOptions class captures the authentication options. | |
AuthOptions() — Funzione di costruzione, classe com.adobe.livecycle.ria.security.api.AuthOptions | |
Constructor. | |
author — Proprietà, classe coldfusion.service.PdfInfo | |
Author of the PDF document. | |
author — Proprietà, classe com.adobe.livecycle.rca.model.ReviewTemplateReference | |
Specifies the author of the template. | |
author — Proprietà, classe com.adobe.livecycle.rca.model.TemplateSearchFilter | |
Specifies the author of the template. | |
author — Proprietà, interfaccia com.adobe.solutions.rca.domain.IReviewTemplate | |
Author of a template. | |
author — Proprietà, classe com.adobe.solutions.rca.domain.impl.ReviewTemplate | |
Author of a template. | |
author — Proprietà, classe com.adobe.solutions.rca.presentation.template.stages.CreationStage | |
The author of the stage. | |
author — Proprietà, classe com.adobe.solutions.rca.presentation.template.stages.CreatorTab | |
The author of a creation stage. | |
author — Proprietà, classe com.adobe.solutions.rca.vo.ReviewTemplateVO | |
Author of the template. | |
author — Proprietà, classe com.adobe.solutions.rca.vo.TemplateSearchFilterVO | |
Author of the template. | |
Author — classe, pacchetto com.adobe.solutions.rca.domain.impl | |
This class defines an author in a creation stage. | |
Author(value:com.adobe.solutions.rca.vo:AuthorVO) — Funzione di costruzione, classe com.adobe.solutions.rca.domain.impl.Author | |
The constructor for Author class. | |
AUTHOR — Proprietà statica costante, classe com.adobe.solutions.prm.constant.Roles | |
The role of an author in a review workflow. | |
authorInstance — Proprietà, classe com.adobe.consulting.pst.vo.FlexConfiguration | |
Boolean indicating wthether the server to which the client is connected is an Author Instance or Publish Instance; | |
authority — Proprietà, classe com.adobe.gravity.utility.url.URIParser | |
The URI authority component. | |
authorizations() — metodo, classe flash.net.GroupSpecifier | |
Restituisce una stringa che rappresenta le password per la pubblicazione IP Multicast e il posting. | |
AuthorStatus — classe, pacchetto com.adobe.solutions.rca.constant | |
AuthorStatus Enum. | |
AuthorStatus() — Funzione di costruzione, classe com.adobe.solutions.rca.constant.AuthorStatus | |
The constructor for AuthorStatus class. | |
AuthorVO — classe, pacchetto com.adobe.solutions.rca.vo | |
AuthorVO is the concrete implementation of the abstract StageParticipantVO. | |
AuthorVO() — Funzione di costruzione, classe com.adobe.solutions.rca.vo.AuthorVO | |
The constructor for AuthorVO class. | |
authpassword — Proprietà, classe coldfusion.service.DocumentSection | |
Password sent to the target URL for Basic Authentication. | |
authPassword — Proprietà, classe coldfusion.service.mxml.Document | |
Password sent to the target URL for Basic Authentication. | |
authResult — Proprietà, classe com.adobe.livecycle.ria.security.api.AuthenticationEvent | |
The authentication result associated with the event. | |
AuthResult — classe, pacchetto com.adobe.livecycle.ria.security.service | |
The AuthResult object is returned as part of calls to perform Single Sign On (SSO) and login methods of ISecurityManager service. | |
AuthResult(status:com.adobe.livecycle.ria.security.api:AuthStatus, user:com.adobe.livecycle.ria.security.api:IUser, failureCode:String) — Funzione di costruzione, classe com.adobe.livecycle.ria.security.service.AuthResult | |
Constructor. | |
AuthStatus — classe, pacchetto com.adobe.livecycle.ria.security.api | |
Defines the constants for various types of authentication status. | |
authuser — Proprietà, classe coldfusion.service.DocumentSection | |
User name sent to the target URL for Basic Authentication. | |
authUser — Proprietà, classe coldfusion.service.mxml.Document | |
User name sent to the target URL for Basic Authentication. | |
AUTO — Proprietà statica costante, classe fl.controls.ScrollPolicy | |
Mostra la barra di scorrimento se gli elementi secondari superano le dimensioni del titolare. | |
AUTO — Proprietà statica costante, classe fl.motion.RotateDirection | |
Sceglie una direzione di rotazione che richiede una quantità di rotazione minore. | |
AUTO — Proprietà statica costante, classe flash.display.NativeWindowRenderMode | |
Una finestra tipica. | |
AUTO — Proprietà statica costante, classe flash.display.PixelSnapping | |
Un valore costante utilizzato nella proprietà pixelSnapping di un oggetto Bitmap per specificare che l'immagine bitmap viene agganciata al pixel più vicino se è disegnata senza alcuna rotazione o inclinazione e con un fattore di scala compreso tra 99,9% e 100,1%. | |
AUTO — Proprietà statica costante, classe flash.display3D.Context3DRenderMode | |
Sceglie automaticamente il motore di rendering. | |
AUTO — Proprietà statica costante, classe flash.printing.PrintMethod | |
Selezione automatica del metodo di stampa migliore. | |
AUTO — Proprietà statica costante, classe flash.text.engine.BreakOpportunity | |
Utilizza le opportunità di interruzione di riga per definire le proprietà dei caratteri Unicode. | |
AUTO — Proprietà statica costante, classe flash.text.engine.Kerning | |
Utilizzata per indicare che la crenatura è attivata, tranne quando non è appropriata per il formato tipografico asiatico. | |
AUTO — Proprietà statica costante, classe flash.text.engine.TextRotation | |
Specifica una rotazione in senso antiorario di 90 gradi solo per i glifi a larghezza intera ed estesi, secondo quanto determinato dalle proprietà Unicode del glifo. | |
AUTO — Proprietà statica costante, classe flash.ui.MouseCursor | |
Utilizzata per specificare che il cursore deve essere selezionato automaticamente in base all'oggetto che si trova sotto il mouse. | |
AUTO — Proprietà statica costante, classe flashx.textLayout.container.ScrollPolicy | |
Specifica che lo scorrimento deve avvenire se il contenuto supera la dimensione del contenitore. | |
AUTO — Proprietà statica costante, classe flashx.textLayout.formats.BaselineOffset | |
Allinea l'ascendente della riga con il margine superiore del contenitore. | |
AUTO — Proprietà statica costante, classe flashx.textLayout.formats.FormatValue | |
Specifica che il valore di una proprietà viene generato in modo automatico. | |
AUTO — Proprietà statica costante, classe flashx.textLayout.formats.LeadingModel | |
Specifica che il modello dell'interlinea viene scelto in modo automatico in base alla proprietà locale del paragrafo. | |
AUTO — Proprietà statica costante, classe flashx.textLayout.formats.Suffix | |
Specifica che il suffisso automatico viene aggiunto al marcatore di elenco dopo il contenuto. | |
AUTO — Proprietà statica costante, classe mx.core.ContainerCreationPolicy | |
Delay creating some or all descendants until they are needed. | |
AUTO — Proprietà statica costante, classe mx.core.ScrollPolicy | |
Show the scrollbar if the children exceed the owner's dimension. | |
AUTO — Proprietà statica costante, classe mx.core.UIComponentCachePolicy | |
Specifies that the Flex framework should use heuristics to decide whether to cache the object as a bitmap. | |
AUTO — Proprietà statica costante, classe spark.components.CalloutPosition | |
Position the callout on the exterior of the owner where the callout requires the least amount of resizing to fit. | |
AUTO — Proprietà statica costante, classe spark.core.ContainerDestructionPolicy | |
The lifespan of the container's children is automatically managed by the container based on the container's own heuristic. | |
autoAdjust — Proprietà, classe mx.charts.chartClasses.NumericAxis | |
Specifies whether Flex rounds values. | |
autoBandWidthDetection — Proprietà, classe mx.controls.VideoDisplay | |
Specifies whether the VideoDisplay control should use the built-in automatic bandwidth detection feature. | |
autoCapitalize — Proprietà, classe flash.text.StageText | |
Controlla il modo in cui un dispositivo applica automaticamente le maiuscole all'input dell'utente. | |
autoCapitalize — Proprietà, classe spark.components.supportClasses.SkinnableTextBase | |
Hint indicating what captialization behavior soft keyboards should use. | |
autoCapitalize — Proprietà, classe spark.components.supportClasses.StyleableStageText | |
Hint indicating what captialization behavior soft keyboards should use. | |
AutoCapitalize — classe finale, pacchetto flash.text | |
La classe AutoCapitalize definisce le costanti per la proprietà autoCapitalize della classe StageText. | |
autoCenterProjection — Proprietà, classe spark.effects.AnimateTransform3D | |
Set to false to disable a 3D effect from automatically setting the projection point to the center of the target. | |
autoCenterTransform — Proprietà, classe spark.effects.AnimateTransform | |
Specifies whether the transform effect occurs around the center of the target, (width/2, height/2) when the effect begins playing. | |
autoCenterTransform — Proprietà, classe spark.effects.supportClasses.AnimateTransformInstance | |
autoCommit — Proprietà, classe coldfusion.air.SyncManager | |
If autoCommit is set to true, then the changes from the offline database will be commited to the server after save/update/saveUpdate or remove function is invoked. | |
autoCommit — Proprietà, classe mx.data.DataManager | |
Indicates whether changes to the local cache are automatically committed. | |
autoCommit — Proprietà, classe mx.data.DataStore | |
If set to true, operations that modify the state managed by the DataService are committed immediately. | |
autoCommitCollectionChanges — Proprietà, classe mx.data.DataStore | |
When set to true, any changes made to a collection are committed immediately if the autoCommit property is true. | |
autoCommitPropertyChanges — Proprietà, classe mx.data.DataStore | |
When set to true and the autoCommit property is set to true, any property value change automatically leads to a "commit" for that change. | |
autoCompact — Proprietà, classe flash.data.SQLConnection | |
Indica se la funzione di compressione automatica era abilitata quando il database corrente è stato creato (il valore specificato per il parametro autoCompact nella chiamata open() o openAsync() che ha creato il database). | |
autoConnect — Proprietà, classe com.adobe.mosaic.mxml.ServerSession | |
Returns the value of autoConnect. | |
autoConnect — Proprietà, classe mx.data.DataManager | |
Indicates if this service should attempt to connect for any operations that require a connection. | |
autoConnect — Proprietà, classe mx.data.DataStore | |
Indicates if this service should attempt to connect for any operations that require a connection. | |
autoConnect — Proprietà, classe mx.messaging.AbstractProducer | |
If true the Producer automatically connects to its destination the first time the send() method is called. | |
autoConnectInterval — Proprietà, classe mx.data.DataStore | |
Time interval in milliseconds to wait between attempts to connect to the server when the autoConnect property is true. | |
autoCorrect — Proprietà, classe flash.text.StageText | |
Indica se un dispositivo corregge automaticamente gli errori di ortografia e punteggiatura nell'input dell'utente. | |
autoCorrect — Proprietà, classe spark.components.supportClasses.SkinnableTextBase | |
Hint indicating whether a soft keyboard should use its auto-correct behavior, if supported. | |
autoCorrect — Proprietà, classe spark.components.supportClasses.StyleableStageText | |
Hint indicating whether a soft keyboard should use its auto-correct behavior, if supported. | |
autoDisplayFirstFrame — Proprietà, classe spark.components.VideoDisplay | |
If autoPlay = false, then autoDisplayFirstFrame controls whether the video is loaded when the source is set. | |
autoDisplayFirstFrame — Proprietà, classe spark.components.VideoPlayer | |
If autoPlay = false, then autoDisplayFirstFrame controls whether the video is loaded when the source is set. | |
autoDrawBackground — Proprietà, classe spark.components.supportClasses.ItemRenderer | |
Specifies whether the item renderer draws the background of the data item during user interaction. | |
autoDynamicStreamSwitch — Proprietà, classe org.osmf.media.MediaPlayer | |
Indicates whether or not the media will automatically switch between dynamic streams. | |
autoExit — Proprietà, classe flash.desktop.NativeApplication | |
Specifica se l'applicazione deve essere chiusa automaticamente in seguito alla chiusura di tutte le finestre. | |
autoExit — Proprietà, classe mx.core.WindowedApplication | |
Specifies whether the AIR application will quit when the last window closes or will continue running in the background. | |
autoExit — Proprietà, classe spark.components.WindowedApplication | |
Specifies whether the AIR application will quit when the last window closes or will continue running in the background. | |
autoGeneratedId — Proprietà, classe coldfusion.air.SessionToken | |
The auto-generated key for inserts. | |
autoGeneratedId — Proprietà, classe coldfusion.air.events.SessionResultEvent | |
The auto-generated key for inserts. | |
autoHideFirstViewNavigator — Proprietà, classe spark.components.SplitViewNavigator | |
Specifies whether the visibility of the first view navigator should automatically be toggled when the device receives an orientation change event. | |
autoIconManagement — Proprietà, classe spark.skins.SparkButtonSkin | |
If enabled will automatically construct the necessary constructs to present and layout an iconDisplay part. | |
autoIncrement — Proprietà, classe flash.data.SQLColumnSchema | |
Indica se si tratta di una colonna a incremento automatico. | |
autoInvokeTargetURL — Proprietà, classe com.adobe.icomm.assetplacement.controller.PromoImage | |
Set this property to true to automatically invoke targetURL when this object receives a click event. | |
autoInvokeTargetURL — Proprietà, classe com.adobe.icomm.assetplacement.controller.PromoSWFLoader | |
Set this property to true to automatically invoke targetURL when this object receives a click event. | |
autoLayout — Evento, classe fl.video.FLVPlayback | |
Inviato quando il lettore video viene ridimensionato o disposto automaticamente. | |
autoLayout — Proprietà, classe fl.video.FLVPlaybackCaptioning | |
Determina se il componente FLVPlaybackCaptioning sposta e ridimensiona automaticamente l'oggetto TextField per le didascalie. | |
autoLayout — Proprietà, classe mx.charts.Legend | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Proprietà, classe mx.core.Container | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Proprietà, classe spark.components.SkinnableContainer | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Proprietà, classe spark.components.SkinnableDataContainer | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Proprietà, classe spark.components.supportClasses.GroupBase | |
If true, measurement and layout are done when the position or size of a child is changed. | |
AUTO_LAYOUT — Proprietà statica costante, classe fl.video.AutoLayoutEvent | |
Definisce il valore della proprietà type di un oggetto evento autoLayout. | |
AutoLayoutEvent — classe, pacchetto fl.video | |
Flash® Player invia un oggetto AutoLayoutEvent quando il lettore video viene ridimensionato e disposto automaticamente. | |
AutoLayoutEvent(type:String, bubbles:Boolean, cancelable:Boolean, oldBounds:flash.geom:Rectangle, oldRegistrationBounds:flash.geom:Rectangle, vp:uint) — Funzione di costruzione, classe fl.video.AutoLayoutEvent | |
Crea un oggetto Event contenente informazioni relative agli eventi autoLayout. | |
autoLoad — Proprietà, classe com.adobe.icomm.assetplacement.controller.XMLDataLoader | |
A flag that indictes whether content starts loading automatically when the id is set or waits for a call to the loadData() method. | |
autoLoad — Proprietà, classe fl.containers.UILoader | |
Ottiene o imposta un valore che indica se l'istanza UILoader carica automaticamente il contenuto specificato. | |
autoLoad — Proprietà, classe mx.controls.SWFLoader | |
A flag that indicates whether content starts loading automatically or waits for a call to the load() method. | |
autoLoad — Proprietà, classe mx.effects.SoundEffect | |
If true, load the MP3 file when the source has been specified. | |
autoLoadPdf(event:flash.events:Event) — metodo, classe com.adobe.guides.spark.wrappers.components.WrapperHostBase | |
Pre-loads the PDF rendition of the form within the PDFBox control area on the Guide layout. | |
autoLoadPdf(event:flash.events:Event) — metodo, interfaccia ga.controls.IWrapperHost | |
Pre-loads the PDF rendition of the form within the PDFBox control area on the Guide layout. | |
autoLoadPdf(event:flash.events:Event) — metodo, classe ga.controls.Wrapper | |
Pre-loads the PDF rendition of the form within the PDFBox control area on the Guide layout. | |
Automation — classe, pacchetto mx.automation | |
The Automation class defines the entry point for the Flex Automation framework. | |
AutomationAirEvent — classe, pacchetto mx.automation.events | |
The AutomationAirEvent class represents event objects that are dispatched by the AutomationManager. | |
AutomationAirEvent(type:String, bubbles:Boolean, cancelable:Boolean, windowId:String) — Funzione di costruzione, classe mx.automation.events.AutomationAirEvent | |
Constructor. | |
AutomationClass — classe, pacchetto mx.automation | |
Provides serializable class information for external automation tools. | |
AutomationClass(name:String, superClassName:String) — Funzione di costruzione, classe mx.automation.AutomationClass | |
automationDebugTracer — Proprietà statica, classe mx.automation.Automation | |
The available IAutomationDebugTracer instance. | |
automationDelegate — Proprietà, interfaccia mx.automation.IAutomationObject | |
The delegate object that is handling the automation-related functionality. | |
automationDelegate — Proprietà, classe mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationDelegate — Proprietà, classe mx.controls.FlexNativeMenu | |
The delegate object that handles the automation-related functionality. | |
automationDelegate — Proprietà, classe mx.core.UIComponent | |
The delegate object that handles the automation-related functionality. | |
automationDelegate — Proprietà, classe mx.core.UIFTETextField | |
The delegate object which is handling the automation related functionality. | |
automationDelegate — Proprietà, classe mx.core.UITextField | |
The delegate object which is handling the automation related functionality. | |
automationDelegate — Proprietà, classe mx.flash.UIMovieClip | |
The delegate object that handles the automation-related functionality. | |
AutomationDragEvent — classe, pacchetto mx.automation.events | |
The AutomationDragEvent class represents event objects that are dispatched as part of a drag-and-drop operation. | |
AutomationDragEvent(type:String, bubbles:Boolean, cancelable:Boolean, action:String, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean) — Funzione di costruzione, classe mx.automation.events.AutomationDragEvent | |
Constructor. | |
AutomationDragEventWithPositionInfo — classe, pacchetto mx.automation.events | |
The AutomationDragEventWithPositionInfo class represents event objects that are dispatched as part of a drag-and-drop operation. | |
AutomationDragEventWithPositionInfo(type:String, bubbles:Boolean, cancelable:Boolean, action:String, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, localx:int, localy:int) — Funzione di costruzione, classe mx.automation.events.AutomationDragEventWithPositionInfo | |
Constructor. | |
automationEnabled — Proprietà, interfaccia mx.automation.IAutomationObject | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Proprietà, classe mx.automation.delegates.core.UIComponentAutomationImpl | |
automationEnabled — Proprietà, classe mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationEnabled — Proprietà, classe mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationEnabled — Proprietà, classe mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationEnabled — Proprietà, classe mx.controls.FlexNativeMenu | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Proprietà, classe mx.core.UIComponent | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Proprietà, classe mx.core.UIFTETextField | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Proprietà, classe mx.core.UITextField | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Proprietà, classe mx.flash.UIMovieClip | |
True if this component is enabled for automation, false otherwise. | |
automationEnvironment — Proprietà, interfaccia mx.automation.IAutomationManager | |
The automation environment for this automation manager. | |
automationEnvironmentHandlingClassName — Proprietà, interfaccia mx.automation.IAutomationManager2 | |
Marshalling Support(for tool): The tool class which is responsible for handling the automation environment. | |
automationEnvironmentString — Proprietà, interfaccia mx.automation.IAutomationManager2 | |
The automation environment for this automation manager. | |
AutomationError — classe, pacchetto mx.automation | |
The AutomationError class defines the error constants used by the Flex Automation mechanism. | |
AutomationError(msg:String, code:Number) — Funzione di costruzione, classe mx.automation.AutomationError | |
Constructor. | |
AutomationEvent — classe, pacchetto mx.automation.events | |
The AutomationEvent class represents event objects that are dispatched by the AutomationManager. | |
AutomationEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Funzione di costruzione, classe mx.automation.events.AutomationEvent | |
Constructor. | |
AutomationEventDescriptor — classe, pacchetto mx.automation | |
Method descriptor class. | |
AutomationEventDescriptor(name:String, eventClassName:String, eventType:String, args:Array) — Funzione di costruzione, classe mx.automation.AutomationEventDescriptor | |
Constructor | |
AutomationFlexNativeMenuEvent — classe, pacchetto mx.automation.events | |
The AutomationFlexNativeEvent class represents event objects that are dispatched as part of a flexnativemenu selection operation. | |
AutomationFlexNativeMenuEvent(type:String, bubbles:Boolean, cancelable:Boolean, args:String) — Funzione di costruzione, classe mx.automation.events.AutomationFlexNativeMenuEvent | |
Constructor. | |
AutomationHelper — classe, pacchetto mx.automation | |
Helper class used to call appropriate methods based on whether the current app is an AIR app or a Flex app. | |
AutomationHelper() — Funzione di costruzione, classe mx.automation.AutomationHelper | |
Constructor | |
AutomationID — classe, pacchetto mx.automation | |
The Flex automation framework uses the AutomationID class to build object identification that Agents can use. | |
AutomationID() — Funzione di costruzione, classe mx.automation.AutomationID | |
Constructor. | |
AutomationIDPart — Classe dinamica, pacchetto mx.automation | |
The AutomationIDPart class represents a component instance to agents. | |
automationManager — Proprietà statica, classe mx.automation.Automation | |
The IAutomationManager instance. | |
AutomationManager — classe, pacchetto mx.automation | |
Provides the interface for manipulating the automation hierarchy, and for recording and replaying events. | |
automationManager2 — Proprietà statica, classe mx.automation.Automation | |
AutomationMethodDescriptor — classe, pacchetto mx.automation | |
Basic method descriptor class. | |
AutomationMethodDescriptor(name:String, asMethodName:String, returnType:String, args:Array) — Funzione di costruzione, classe mx.automation.AutomationMethodDescriptor | |
automationName — Proprietà, interfaccia mx.automation.IAutomationObject | |
Name that can be used as an identifier for this object. | |
automationName — Proprietà, classe mx.automation.delegates.controls.FlexNativeMenuAutomationImpl | |
Name that can be used as an identifier for this object. | |
automationName — Proprietà, classe mx.automation.delegates.controls.fileSystemClasses.FileSystemDataGridNameColumnRendererAutomationImpl | |
automationName — Proprietà, classe mx.automation.delegates.core.UIComponentAutomationImpl | |
Name that can be used as an identifier for this object. | |
automationName — Proprietà, classe mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationName — Proprietà, classe mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
Name that can be used as an identifier for this object. | |
automationName — Proprietà, classe mx.controls.FlexNativeMenu | |
Name that can be used as an identifier for this object. | |
automationName — Proprietà, classe mx.core.UIComponent | |
Name that can be used as an identifier for this object. | |
automationName — Proprietà, classe mx.core.UIFTETextField | |
Name that can be used as an identifier for this object. | |
automationName — Proprietà, classe mx.core.UITextField | |
Name that can be used as an identifier for this object. | |
automationName — Proprietà, classe mx.flash.UIMovieClip | |
Name that can be used as an identifier for this object. | |
automationObject — Proprietà, classe mx.automation.events.AutomationRecordEvent | |
The delegate of the UIComponent object that is recording this event. | |
automationObject — Proprietà, classe mx.automation.events.AutomationReplayEvent | |
Delegate of the UIComponent object on which this event will be replayed since the target on an event that was not really dispatched is not available. | |
automationObjectHelper — Proprietà statica, classe mx.automation.Automation | |
The available IAutomationObjectHelper instance. | |
automationOwner — Proprietà, interfaccia mx.automation.IAutomationObject | |
The owner of this component for automation purposes. | |
automationOwner — Proprietà, classe mx.automation.delegates.core.UIComponentAutomationImpl | |
automationOwner — Proprietà, classe mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationOwner — Proprietà, classe mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationOwner — Proprietà, classe mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationOwner — Proprietà, classe mx.controls.FlexNativeMenu | |
The owner of this component for automation purposes. | |
automationOwner — Proprietà, classe mx.core.UIComponent | |
The owner of this component for automation purposes. | |
automationOwner — Proprietà, classe mx.core.UIFTETextField | |
The owner of this component for automation purposes. | |
automationOwner — Proprietà, classe mx.core.UITextField | |
The owner of this component for automation purposes. | |
automationOwner — Proprietà, classe mx.flash.UIMovieClip | |
The owner of this component for automation purposes. | |
automationParent — Proprietà, interfaccia mx.automation.IAutomationObject | |
The parent of this component for automation purposes. | |
automationParent — Proprietà, classe mx.automation.delegates.core.UIComponentAutomationImpl | |
automationParent — Proprietà, classe mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationParent — Proprietà, classe mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationParent — Proprietà, classe mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationParent — Proprietà, classe mx.controls.FlexNativeMenu | |
The parent of this component for automation purposes. | |
automationParent — Proprietà, classe mx.core.UIComponent | |
The parent of this component for automation purposes. | |
automationParent — Proprietà, classe mx.core.UIFTETextField | |
The parent of this component for automation purposes. | |
automationParent — Proprietà, classe mx.core.UITextField | |
The parent of this component for automation purposes. | |
automationParent — Proprietà, classe mx.flash.UIMovieClip | |
The parent of this component for automation purposes. | |
AutomationPropertyDescriptor — classe, pacchetto mx.automation | |
Describes a property of a test object. | |
AutomationPropertyDescriptor(name:String, forDescription:Boolean, forVerification:Boolean, defaultValue:String) — Funzione di costruzione, classe mx.automation.AutomationPropertyDescriptor | |
Constructor | |
AutomationRecordEvent — classe, pacchetto mx.automation.events | |
The AutomationRecordEvent class represents event objects that are dispatched by the AutomationManager. | |
AutomationRecordEvent(type:String, bubbles:Boolean, cancelable:Boolean, automationObject:mx.automation:IAutomationObject, replayableEvent:flash.events:Event, args:Array, name:String, cacheable:Boolean, recordTriggeredByCustomHandling:Boolean) — Funzione di costruzione, classe mx.automation.events.AutomationRecordEvent | |
Constructor. | |
AutomationReplayEvent — classe, pacchetto mx.automation.events | |
The AutomationReplayEvent class represents event objects that are dispatched by the AutomationManager, and used by the functional testing classes and any other classes that must replay user interactions. | |
AutomationReplayEvent(type:String, bubbles:Boolean, cancelable:Boolean, automationObject:mx.automation:IAutomationObject, replayableEvent:flash.events:Event) — Funzione di costruzione, classe mx.automation.events.AutomationReplayEvent | |
Constructor. | |
automationTabularData — Proprietà, interfaccia mx.automation.IAutomationObject | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Proprietà, classe mx.automation.delegates.advancedDataGrid.AdvancedDataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid1. | |
automationTabularData — Proprietà, classe mx.automation.delegates.advancedDataGrid.AdvancedListBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Proprietà, classe mx.automation.delegates.advancedDataGrid.OLAPDataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid1. | |
automationTabularData — Proprietà, classe mx.automation.delegates.controls.DataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Proprietà, classe mx.automation.delegates.controls.FileSystemTreeAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Proprietà, classe mx.automation.delegates.controls.ListAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Proprietà, classe mx.automation.delegates.controls.ListBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Proprietà, classe mx.automation.delegates.controls.TileBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Proprietà, classe mx.automation.delegates.controls.TreeAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Proprietà, classe mx.automation.delegates.core.RepeaterAutomationImpl | |
An array of all components within this repeater found in the automation hierarchy. | |
automationTabularData — Proprietà, classe mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationTabularData — Proprietà, classe mx.controls.FlexNativeMenu | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Proprietà, classe mx.core.UIComponent | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Proprietà, classe mx.flash.UIMovieClip | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Proprietà, classe spark.automation.delegates.components.SparkDataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Proprietà, classe spark.automation.delegates.components.supportClasses.SparkListBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationValue — Proprietà, interfaccia mx.automation.IAutomationObject | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Proprietà, classe mx.automation.delegates.controls.FlexNativeMenuAutomationImpl | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Proprietà, classe mx.automation.delegates.core.UIComponentAutomationImpl | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Proprietà, classe mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationValue — Proprietà, classe mx.automation.delegates.core.UITextFieldAutomationImpl | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Proprietà, classe mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Proprietà, classe mx.controls.FlexNativeMenu | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Proprietà, classe mx.core.UIComponent | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Proprietà, classe mx.core.UIFTETextField | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Proprietà, classe mx.core.UITextField | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationValue — Proprietà, classe mx.flash.UIMovieClip | |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
automationVisible — Proprietà, interfaccia mx.automation.IAutomationObject | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Proprietà, classe mx.automation.delegates.core.UIComponentAutomationImpl | |
automationVisible — Proprietà, classe mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationVisible — Proprietà, classe mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationVisible — Proprietà, classe mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationVisible — Proprietà, classe mx.controls.FlexNativeMenu | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Proprietà, classe mx.core.UIComponent | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Proprietà, classe mx.core.UIFTETextField | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Proprietà, classe mx.core.UITextField | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Proprietà, classe mx.flash.UIMovieClip | |
True if this component is visible for automation, false otherwise. | |
autoMerge — Proprietà, classe mx.data.DataManager | |
If set to false, when changes are pushed from the remote destination to the client they are not immediately applied. | |
autoMerge — Proprietà, classe mx.data.DataStore | |
Controls how changes that other clients make are merged into this client's current view of the data. | |
autoOrients — Proprietà, classe flash.display.Stage | |
Specifica se l'orientamento dello stage cambia automaticamente quando cambia l'orientamento del dispositivo. | |
autoPlay — Proprietà, classe fl.video.FLVPlayback | |
Valore booleano che, se impostato su true, fa in modo che la riproduzione del file FLV abbia inizio automaticamente dopo l'impostazione della proprietà source. | |
autoPlay — Proprietà, classe ga.controls.HelpVideo | |
Specifies whether the video should start playing immediately when the source property is set. | |
autoPlay — Proprietà, classe mx.controls.VideoDisplay | |
Specifies whether the video should start playing immediately when the source property is set. | |
autoPlay — Proprietà, classe org.osmf.media.MediaPlayer | |
Indicates whether the MediaPlayer starts playing the media as soon as its load operation has successfully completed. | |
autoPlay — Proprietà, classe spark.components.VideoDisplay | |
Specifies whether the video starts playing immediately when the source property is set. | |
autoPlay — Proprietà, classe spark.components.VideoPlayer | |
Specifies whether the video starts playing immediately when the source property is set. | |
autoRemoveTarget — Proprietà, classe spark.effects.supportClasses.AnimateInstance | |
If true, the effect retains its target during a transition and removes it when finished. | |
autoRepeat — Proprietà, classe fl.controls.BaseButton | |
Ottiene o imposta un valore booleano che indica se l'evento buttonDown viene inviato più di una volta quando l'utente tiene premuto il pulsante del mouse sul componente. | |
autoRepeat — Proprietà, classe fl.controls.CheckBox | |
Un componente CheckBox non è mai a ripetizione automatica per definizione, quindi la proprietà autoRepeat è impostata su false nella funzione di costruzione e non può essere modificata per un componente CheckBox. | |
autoRepeat — Proprietà, classe fl.controls.RadioButton | |
Un pulsante di scelta non si ripete mai automaticamente per definizione, pertanto la proprietà autoRepeat è impostata su false nella funzione di costruzione e non può essere modificata. | |
autoRepeat — Proprietà, classe mx.controls.Button | |
Specifies whether to dispatch repeated buttonDown events if the user holds down the mouse button. | |
autoRepeat — Proprietà, classe spark.components.supportClasses.ButtonBase | |
Specifies whether to dispatch repeated buttonDown events if the user holds down the mouse button. | |
autoReplace — Proprietà statica, classe fl.lang.Locale | |
Determina se le stringhe vengono sostituite automaticamente dopo il caricamento dell'XML. | |
autoReverse — Proprietà, classe mx.states.Transition | |
Set to true to specify that this transition applies to both the forward and reverse view state changes. | |
autoRewind — Proprietà, classe fl.motion.AnimatorBase | |
Imposta l'animazione in modo che riprenda da capo dopo che è terminata. | |
autoRewind — Proprietà, classe fl.video.FLVPlayback | |
Valore booleano che, se impostato su true, riavvolge il file FLV fino al fotogramma 1 quando termina la riproduzione, perché il lettore ha raggiunto la fine del flusso oppure perché è stato chiamato il metodo stop(). | |
autoRewind — Proprietà, classe fl.video.VideoPlayer | |
Valore booleano che, se impostato su true, riavvolge il file FLV fino al fotogramma 1 quando termina la riproduzione, perché il lettore ha raggiunto la fine del flusso oppure perché è stato chiamato il metodo stop(). | |
autoRewind — Proprietà, classe mx.controls.VideoDisplay | |
Specifies whether the FLV file should be rewound to the first frame when play stops, either by calling the stop() method or by reaching the end of the stream. | |
autoRewind — Proprietà, classe org.osmf.media.MediaPlayer | |
Indicates whether media is returned to the beginning after playback completes. | |
autoRewind — Proprietà, classe spark.components.VideoDisplay | |
Specifies whether the FLV file should rewind to the first frame when play stops, either by calling the stop() method or by reaching the end of the stream. | |
autoRewind — Proprietà, classe spark.components.VideoPlayer | |
Specifies whether the FLV file should rewind to the first frame when play stops, either by calling the stop() method or by reaching the end of the stream. | |
autoRewound — Evento, classe fl.video.FLVPlayback | |
Inviato quando l'indicatore di riproduzione viene spostato all'inizio del lettore video perché la proprietà autoRewind è impostata su true. | |
autoRewound — Evento, classe fl.video.VideoPlayer | |
Inviato quando l'indicatore di riproduzione viene spostato all'inizio del lettore video perché la proprietà autoRewind è impostata su true. | |
AUTO_REWOUND — Proprietà statica costante, classe fl.video.VideoEvent | |
Definisce il valore della proprietà type di un oggetto evento autoRewound. | |
autoSaveCache — Proprietà, classe mx.data.DataManager | |
You can store the local cache of data and changes to disk. | |
autoSaveCache — Proprietà, classe mx.data.DataStore | |
The local cache of data and changes can be stored to disk. | |
autoScrollIfNecessary(mouseX:int, mouseY:int) — metodo, classe flashx.textLayout.container.ContainerController | |
Gestisce un evento di scorrimento durante una selezione di trascinamento. | |
autoSize — Proprietà, classe fl.controls.Label | |
Ottiene o imposta una stringa che indica in che modo avvengono il ridimensionamento e l'allineamento dell'etichetta per adattarvi il valore della relativa proprietà text. | |
autoSize — Proprietà, classe fl.text.TLFTextField | |
Controlla il dimensionamento e l'allineamento automatici dei campi di testo. | |
autoSize — Proprietà, classe flash.text.TextField | |
Controlla il dimensionamento e l'allineamento automatici dei campi di testo. | |
autoSize — Proprietà, classe mx.core.FTETextField | |
Controlla il dimensionamento e l'allineamento automatici dei campi di testo. | |
autoSize — Proprietà, interfaccia mx.core.IUITextField | |
Controlla il dimensionamento e l'allineamento automatici dei campi di testo. | |
autoStop — Proprietà, classe mx.controls.MovieClipSWFLoader | |
When the content of the SWF is a MovieClip, if autoStop is true then the MovieClip is stopped immediately after loading. | |
autoSwitch — Proprietà, classe org.osmf.events.DynamicStreamEvent | |
The new autoSwitch value. | |
_autoSwitch — Proprietà, classe org.osmf.net.NetStreamSwitchManagerBase | |
autoSwitch — Proprietà, classe org.osmf.net.NetStreamSwitchManagerBase | |
Indicates whether the switching manager should automatically switch between streams. | |
autoSwitch — Proprietà, classe org.osmf.net.RuleSwitchManagerBase | |
autoSwitch — Proprietà, classe org.osmf.traits.DynamicStreamTrait | |
Defines whether or not the trait should be in manual or auto-switch mode. | |
autoSwitchChange — Evento, classe org.osmf.traits.DynamicStreamTrait | |
Dispatched when the autoSwitch property changed. | |
autoSwitchChange — Evento, classe org.osmf.traits.TraitEventDispatcher | |
Dispatched when the autoSwitch property has changed. | |
AUTO_SWITCH_CHANGE — Proprietà statica costante, classe org.osmf.events.DynamicStreamEvent | |
The DynamicStreamEvent.AUTO_SWITCH_CHANGE constant defines the value of the type property of the event object for an autoSwitchChange event. | |
autoSwitchChangeEnd() — metodo, classe org.osmf.traits.DynamicStreamTrait | |
Called just after the autoSwitch property has changed. | |
autoSwitchChangeStart(value:Boolean) — metodo, classe org.osmf.traits.DynamicStreamTrait | |
Called immediately before the autoSwitch property is changed. | |
autoSyncEnabled — Proprietà, classe mx.data.DataManager | |
When true, fill(), createItem() and getItem() requests return items that listen for updates made to these items from the remote destination. | |
autoSyncEnabled — Proprietà, classe mx.data.RPCDataManager | |
The RPCDataManager does not support the autoSync property. | |
autoThumbVisibility — Stile, classe spark.components.supportClasses.ScrollBarBase | |
If true (the default), the thumb's visibility will be reset whenever its size is updated. | |
autoUpdateCurrentState — Proprietà, classe mx.flash.UIMovieClip | |
Whether we should actively watch changes to the label of the flash object. | |
autoUpdateMeasuredSize — Proprietà, classe mx.flash.UIMovieClip | |
Whether we should actively watch changes to the size of the flash object. | |
availability — Proprietà, classe flash.events.StageVideoAvailabilityEvent | |
Segnala la disponibilità corrente del video sullo stage tramite una costante della classe flash.media.StageVideoAvailability. | |
available — Proprietà, classe air.net.ServiceMonitor | |
Indica se il servizio è attualmente considerato "disponibile". Il valore iniziale è false finché un controllo dello stato non imposta la proprietà su true oppure la proprietà non viene inizializzata su true esplicitamente. Generalmente, questa proprietà viene impostata dall'implementazione di checkStatus() in una sottoclasse o un oggetto di specializzazione, ma se l'applicazione contiene informazioni indipendenti sulla disponibilità del servizio (ad esempio, una richiesta appena riuscita o non riuscita), la proprietà può essere impostata esplicitamente. | |
available — Proprietà, classe air.update.events.StatusFileUpdateEvent | |
Indica se è disponibile una versione differente rispetto a quella dell'applicazione corrente (true); false in caso contrario (stessa versione). | |
available — Proprietà, classe air.update.events.StatusUpdateEvent | |
Indica se è disponibile un aggiornamento. | |
available — Proprietà, interfaccia com.adobe.icc.services.formbridge.IFormBridgeService | |
Determines if the FormBridge External API is available. | |
available — Proprietà, classe flash.events.VsyncStateChangeAvailabilityEvent | |
Indica che lo stato vsync dello Stage è variabile. | |
available — Proprietà statica, classe flash.external.ExternalInterface | |
Indica se Flash Player si trova in un contenitore dotato di interfaccia esterna. | |
AVAILABLE — Proprietà statica costante, classe flash.media.StageVideoAvailability | |
Il video sullo stage è attualmente disponibile. | |
availableCommands() — metodo, classe lc.procmgmt.domain.Task | |
Retrieves a list of TaskCommand objects that are available for execution on the task. | |
availableCommands() — metodo, classe lc.procmgmt.domain.TaskAttachmentInfo | |
Retrieves the list of currently available commands for the attachment. | |
AvailablePropertyIterator — classe, pacchetto com.adobe.fiber.valueobjects | |
An implementation of IPropertyIterator for iterating over the set of a value object's available properties at a given point in time. | |
AvailablePropertyIterator(valueObject:com.adobe.fiber.valueobjects:AbstractEntityMetadata) — Funzione di costruzione, classe com.adobe.fiber.valueobjects.AvailablePropertyIterator | |
Creates an instance of this iterator for a particular value object | |
availableQualityLevels — Proprietà, classe org.osmf.net.qos.QoSInfo | |
The available quality levels | |
AVAILABLE_QUALITY_LEVELS — Proprietà statica costante, classe org.osmf.net.metrics.MetricType | |
The type constant for the available bitrates metric. | |
AvailableQualityLevelsMetric — classe, pacchetto org.osmf.net.metrics | |
Metric listing all the available quality levels as pairs (index, bitrate) | |
AvailableQualityLevelsMetric(qosInfoHistory:org.osmf.net.qos:QoSInfoHistory) — Funzione di costruzione, classe org.osmf.net.metrics.AvailableQualityLevelsMetric | |
Constructor. | |
AV_DICTIONARY_DATA — Proprietà statica costante, classe flash.events.AVDictionaryDataEvent | |
AVDictionaryDataEvent — classe, pacchetto flash.events | |
AVStream invia AVDictionaryDataEvent per indicare le informazioni sul tag ID3 | |
AVDictionaryDataEvent(type:String, bubbles:Boolean, cancelable:Boolean, init_dictionary:flash.utils:Dictionary, init_dataTime:Number) — Funzione di costruzione, classe flash.events.AVDictionaryDataEvent | |
Funzione di costruzione | |
AverageAggregator — classe, pacchetto mx.olap.aggregators | |
The AverageAggregator class implements the average aggregator. | |
averageDroppedFPS — Proprietà, classe org.osmf.net.NetStreamMetricsBase | |
The average frame-drop rate calculated over the life of the NetStream. | |
averageMaxBytesPerSecond — Proprietà, classe org.osmf.net.rtmpstreaming.RTMPNetStreamMetrics | |
The average max bytes per second value, calculated based on a recent set of samples. | |
avHardwareDisable — Proprietà statica, classe flash.system.Capabilities | |
Specifica se l'accesso alla fotocamera e al microfono dell'utente è stato negato (true) o consentito (false) dall'amministratore. | |
AV_HTTP_RESPONSE_STATUS — Proprietà statica costante, classe flash.events.AVHTTPStatusEvent | |
A differenza dell'evento httpStatus, l'evento httpResponseStatus viene inviato prima dei dati di risposta. | |
AVHTTPStatusEvent — classe, pacchetto flash.events | |
L’applicazione invia oggetti AVHTTPStatusEvent quando una richiesta di rete restituisce un codice di stato HTTP. | |
AVHTTPStatusEvent(type:String, bubbles:Boolean, cancelable:Boolean, status:int, responseUrl:String, responseHeaders:Array) — Funzione di costruzione, classe flash.events.AVHTTPStatusEvent | |
Crea un oggetto Event contenente informazioni specifiche relative agli eventi di stato HTTP. | |
AVLoader — classe, pacchetto flash.display | |
AVLoader() — Funzione di costruzione, classe flash.display.AVLoader | |
AVM1Movie — classe, pacchetto flash.display | |
AVM1Movie è una classe semplice che rappresenta clip filmato AVM1 scritti in ActionScript 1.0 o 2.0. | |
AVNetworkingParams — classe, pacchetto flash.media | |
AVStream invia AVPlayStateEvent durante la riproduzione per indicare modifiche nello stato. | |
AVNetworkingParams(init_forceNativeNetworking:Boolean, init_readSetCookieHeader:Boolean, init_useCookieHeaderForAllRequests:Boolean, init_networkDownVerificationUrl:String) — Funzione di costruzione, classe flash.media.AVNetworkingParams | |
Crea una nuova istanza di un oggetto AVNetworkingParams. | |
AV_PAUSE_AT_PERIOD_END — Proprietà statica costante, classe flash.events.AVPauseAtPeriodEndEvent | |
AVPauseAtPeriodEndEvent — classe, pacchetto flash.events | |
AVStream invia AVPauseAtPeriodEndEvent quando termina il periodo per il quale è stato richiesto l’evento. | |
AVPauseAtPeriodEndEvent(type:String, bubbles:Boolean, cancelable:Boolean, userData:int) — Funzione di costruzione, classe flash.events.AVPauseAtPeriodEndEvent | |
avSendToURL(auth:flash.system:AuthorizedFeatures, request:flash.net:URLRequest, cookieHeader:String) — Funzione del pacchetto, flash.media | |
AVTagData — classe, pacchetto flash.media | |
Fornisce informazioni su un cue point da un punto in uno stream HLS. | |
AVURLLoader — classe, pacchetto flash.media | |
La classe URLLoader scarica i dati da un URL sotto forma di testo, dati binari o variabili con codifica URL. | |
AVURLLoader(request:flash.net:URLRequest) — Funzione di costruzione, classe flash.media.AVURLLoader | |
Crea un oggetto URLLoader. | |
AVURLStream — classe, pacchetto flash.media | |
La classe URLStream fornisce l'accesso di basso livello agli URL di scaricamento. | |
axes — Proprietà, classe mx.charts.chartClasses.DataTransform | |
The set of axes associated with this transform. | |
axes — Proprietà, interfaccia mx.olap.IOLAPResult | |
An Array of IOLAPResultAxis instances that represent all the axes of the query. | |
axes — Proprietà, classe mx.olap.OLAPQuery | |
The axis of the Query as an Array of OLAPQueryAxis instances. | |
axes — Proprietà, classe mx.olap.OLAPResult | |
An Array of IOLAPResultAxis instances that represent all the axes of the query. | |
axis — Proprietà, classe mx.charts.AxisRenderer | |
The axis object associated with this renderer. | |
axis — Proprietà, interfaccia mx.charts.chartClasses.IAxisRenderer | |
The axis object associated with this renderer. | |
AXIS_ANGLE — Proprietà statica costante, classe flash.geom.Orientation3D | |
L'orientamento dell'angolo assiale utilizza una combinazione di un asse e un angolo per determinare l'orientamento. | |
AxisBase — classe, pacchetto mx.charts.chartClasses | |
The AxisBase class serves as a base class for the various axis types supported in Flex. | |
AxisBase() — Funzione di costruzione, classe mx.charts.chartClasses.AxisBase | |
Constructor. | |
AxisLabel — classe, pacchetto mx.charts | |
An AxisLabel object represents a single label on the chart axis. | |
AxisLabel(position:Number, value:Object, text:String) — Funzione di costruzione, classe mx.charts.AxisLabel | |
Constructor. | |
AxisLabelSet — classe, pacchetto mx.charts.chartClasses | |
An AxisLabelSet represents the label and tick data generated by an implementation of IAxis. | |
AxisLabelSet() — Funzione di costruzione, classe mx.charts.chartClasses.AxisLabelSet | |
Constructor. | |
axisOrdinal — Proprietà, classe mx.olap.OLAPQueryAxis | |
The type of axis, as OLAPQuery.COLUMN AXIS for a column axis, OLAPQuery.ROW_AXIS for a row axis, and OLAPQuery.SLICER_AXIS for a slicer axis. | |
AxisRenderer — classe, pacchetto mx.charts | |
You use the AxisRenderer class to describe the horizontal and vertical axes of a chart. | |
AxisRenderer() — Funzione di costruzione, classe mx.charts.AxisRenderer | |
Constructor. | |
AxisRendererAutomationImpl — classe, pacchetto mx.automation.delegates.charts | |
Defines the methods and properties required to perform instrumentation for the AxisRenderer class. | |
AxisRendererAutomationImpl(obj:mx.charts:AxisRenderer) — Funzione di costruzione, classe mx.automation.delegates.charts.AxisRendererAutomationImpl | |
Constructor. | |
axisStroke — Stile, classe mx.charts.AxisRenderer | |
Specifies the characteristics of the line for the axis. | |
axisTitleStyleName — Stile, classe mx.charts.chartClasses.CartesianChart | |
The name of the CSS class selector to use when formatting titles on the axes. | |
axisTitleStyleName — Stile, classe mx.charts.AxisRenderer | |
The name of the CSS class selector to use when formatting the axis title. | |
AXMAccordion — classe, pacchetto xd.core.axm.view.components | |
AXMAccordion component | |
AXMAccordion() — Funzione di costruzione, classe xd.core.axm.view.components.AXMAccordion | |
Constructor. | |
AXMAccordionItemVO — classe, pacchetto xd.core.axm.view.components.support | |
The AXMAccordionItemVO component. | |
AXMAccordionSegment — classe, pacchetto xd.core.axm.view.components | |
AXMAccordionSegment component | |
AXMAccordionSegment() — Funzione di costruzione, classe xd.core.axm.view.components.AXMAccordionSegment | |
Constructor. | |
AXMBreadCrumb — classe, pacchetto xd.core.axm.view.components | |
AXMBreadCrumb component | |
AXMBreadCrumb() — Funzione di costruzione, classe xd.core.axm.view.components.AXMBreadCrumb | |
Constructor. | |
AXMButton — classe, pacchetto xd.core.axm.view.components | |
Base Button for XD AXM Components | |
AXMButton() — Funzione di costruzione, classe xd.core.axm.view.components.AXMButton | |
Constructor. | |
AXMButtonBar — classe, pacchetto xd.core.axm.view.components | |
AXM Default Button Bar Component | |
AXMButtonBar() — Funzione di costruzione, classe xd.core.axm.view.components.AXMButtonBar | |
Constructor. | |
AXMButtonBarButton — classe, pacchetto xd.core.axm.view.components | |
AXM Button Bar Button | |
AXMButtonBarButton() — Funzione di costruzione, classe xd.core.axm.view.components.AXMButtonBarButton | |
Constructor. | |
AXMCheckBox — classe, pacchetto xd.core.axm.view.components | |
AXM Checkbox Component | |
AXMCheckBox() — Funzione di costruzione, classe xd.core.axm.view.components.AXMCheckBox | |
Constructor. | |
AXMComboBox — classe, pacchetto xd.core.axm.view.components | |
AXM Combo Box Component | |
AXMComboBox() — Funzione di costruzione, classe xd.core.axm.view.components.AXMComboBox | |
Constructor. | |
AXMDropDownList — classe, pacchetto xd.core.axm.view.components | |
AXM Drop Down List | |
AXMDropDownList() — Funzione di costruzione, classe xd.core.axm.view.components.AXMDropDownList | |
Constructor. | |
AXMDropDownListBase — classe, pacchetto xd.core.axm.view.components.support | |
The DropDownListBase control contains a drop-down list from which the user can select a single value. | |
AXMDropDownListBase() — Funzione di costruzione, classe xd.core.axm.view.components.support.AXMDropDownListBase | |
Constructor. | |
AXMEnterpriseAccordionSegmentSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMAccordionSegment. | |
AXMEnterpriseAccordionSegmentSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseAccordionSegmentSkin | |
Constructor. | |
AXMEnterpriseAccordionSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMAccordionSegment. | |
AXMEnterpriseAccordionSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseAccordionSkin | |
Constructor. | |
AXMEnterpriseAssetTabBar — classe, pacchetto xd.core.axm.enterprise.view.components | |
An extension point (or hook) that extends the spark.components.TabBar class for the AXMEnterpriseAssetTabBar component. | |
AXMEnterpriseAssetTabBarButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXM Tab Bar Button component. | |
AXMEnterpriseAssetTabBarButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseAssetTabBarSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the Spark TabBar component. | |
AXMEnterpriseAssetTabBarSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetTabBarSkin | |
Constructor. | |
AXMEnterpriseAssetViewTabBar — classe, pacchetto xd.core.axm.enterprise.view.components | |
An extension point (or hook) that extends spark.components.TabBarclass for use with the AXMEnterpriseAssetViewTabBar component. | |
AXMEnterpriseAssetViewTabBarButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseAssetViewTabBarButton component. | |
AXMEnterpriseAssetViewTabBarButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetViewTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseAssetViewTabBarSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseAssetViewTabBar | |
AXMEnterpriseAssetViewTabBarSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetViewTabBarSkin | |
Constructor. | |
AXMEnterpriseBreadCrumbButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseBreadCrumbButto component. | |
AXMEnterpriseBreadCrumbButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseBreadCrumbButtonSkin | |
Constructor. | |
AXMEnterpriseBreadCrumbFocusSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseBreadCrumbFocusSkin component. | |
AXMEnterpriseBreadCrumbFocusSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseBreadCrumbFocusSkin | |
Constructor. | |
AXMEnterpriseBreadCrumbSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseBreadCrumb component. | |
AXMEnterpriseBreadCrumbSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseBreadCrumbSkin | |
Constructor. | |
AXMEnterpriseButtonBarFirstButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseButtonBarFirstButton component. | |
AXMEnterpriseButtonBarFirstButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarFirstButtonSkin | |
Constructor. | |
AXMEnterpriseButtonBarLastButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseButtonBarLastButton component. | |
AXMEnterpriseButtonBarLastButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarLastButtonSkin | |
Constructor. | |
AXMEnterpriseButtonBarMiddleButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseButtonBarMiddleButton component. | |
AXMEnterpriseButtonBarMiddleButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarMiddleButtonSkin | |
Constructor. | |
AXMEnterpriseButtonBarSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseButtonBar component. | |
AXMEnterpriseButtonBarSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarSkin | |
Constructor. | |
AXMEnterpriseButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseButton component. | |
AXMEnterpriseButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonSkin | |
Constructor. | |
AXMEnterpriseCheckboxSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseCheckbox component. | |
AXMEnterpriseCheckboxSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseCheckboxSkin | |
Constructor. | |
AXMEnterpriseCheckboxSmallSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseCheckboxSmall component. | |
AXMEnterpriseCheckboxSmallSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseCheckboxSmallSkin | |
Constructor. | |
AXMEnterpriseClosableTabBarButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for a AXMEnterpriseClosableTabBarButton component. | |
AXMEnterpriseClosableTabBarButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseClosableTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseClosableTabBarSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseClosableTabBar component. | |
AXMEnterpriseClosableTabBarSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseClosableTabBarSkin | |
Constructor. | |
AXMEnterpriseCloseButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseCloseButton component. | |
AXMEnterpriseCloseButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseCloseButtonSkin | |
Constructor. | |
AXMEnterpriseComboBoxButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseComboBoxButton | |
AXMEnterpriseComboBoxButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxButtonSkin | |
Constructor. | |
AXMEnterpriseComboBoxSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseComboBox. | |
AXMEnterpriseComboBoxSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxSkin | |
Constructor. | |
AXMEnterpriseComboBoxTextInputSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the textInput of a AXMEnterpriseComboBoxTextInput component. | |
AXMEnterpriseComboBoxTextInputSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxTextInputSkin | |
Constructor. | |
AXMEnterpriseDropDownListButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseDropDownListButton. | |
AXMEnterpriseDropDownListButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListButtonSkin | |
Constructor. | |
AXMEnterpriseDropDownListItemRenderer — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseDropDownListItemRenderer. | |
AXMEnterpriseDropDownListItemRenderer() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListItemRenderer | |
Constructor. | |
AXMEnterpriseDropDownListSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseDropDownList. | |
AXMEnterpriseDropDownListSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListSkin | |
Constructor. | |
AXMEnterpriseFocusSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
AXMEnterpriseFocusSkin is a custom focus skin to handle the exceptions not covered in the spark FocusSkin | |
AXMEnterpriseFooterSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseFooterSkin. | |
AXMEnterpriseFooterSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseFooterSkin | |
Constructor. | |
AXMEnterpriseGridHeaderRenderer — classe, pacchetto xd.core.axm.enterprise.view.components | |
The DefaultGridHeaderRenderer class defines the default header renderer for the columns of a Spark DataGrid control. | |
AXMEnterpriseGridHeaderRenderer() — Funzione di costruzione, classe xd.core.axm.enterprise.view.components.AXMEnterpriseGridHeaderRenderer | |
Constructor. | |
AXMEnterpriseGridSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseGridSkin. | |
AXMEnterpriseGridSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseGridSkin | |
Constructor. | |
AXMEnterpriseHeaderBarSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseHeaderBarSkin. | |
AXMEnterpriseHeaderBarSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseHeaderBarSkin | |
Constructor. | |
AXMEnterpriseHeaderButtonBar — classe, pacchetto xd.core.axm.enterprise.view.components | |
The AXMEnterpriseHeaderButtonBar component. | |
AXMEnterpriseHeaderButtonBar() — Funzione di costruzione, classe xd.core.axm.enterprise.view.components.AXMEnterpriseHeaderButtonBar | |
Constructor. | |
AXMEnterpriseHScrollBarLargeSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseHScrollBar. | |
AXMEnterpriseHScrollBarLargeSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollBarLargeSkin | |
Constructor. | |
AXMEnterpriseHScrollbarNoControlsSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseHScrollbarNoControls The thumb and track are defined in separate skins. | |
AXMEnterpriseHScrollbarNoControlsSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarNoControlsSkin | |
Constructor. | |
AXMEnterpriseHScrollbarSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseHScrollbar The thumb and track skins are defined by separate skins. | |
AXMEnterpriseHScrollbarSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarSkin | |
Constructor. | |
AXMEnterpriseHScrollbarThumbSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseHScrollbarThumbSkin. | |
AXMEnterpriseHScrollbarThumbSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarThumbSkin | |
Constructor. | |
AXMEnterpriseHScrollbarTrackNoControlsSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseHScrollbarTrackNoControls The thumb and track skins are defined in separate skins. | |
AXMEnterpriseHScrollbarTrackNoControlsSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarTrackNoControlsSkin | |
Constructor. | |
AXMEnterpriseHScrollbarTrackSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseHScrollbarTrack | |
AXMEnterpriseHScrollbarTrackSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarTrackSkin | |
Constructor. | |
AXMEnterpriseIconButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseIconButton | |
AXMEnterpriseIconButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseIconButtonSkin | |
Constructor. | |
AXMEnterpriseLargeButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseLargeButtonSkin. | |
AXMEnterpriseLargeButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseLargeButtonSkin | |
Constructor. | |
AXMEnterpriseLargeToggleButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseLargeToggleButton. | |
AXMEnterpriseLargeToggleButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseLargeToggleButtonSkin | |
Constructor. | |
AXMEnterpriseNavigationButtonBarSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseNavigationButtonBar The buttons on the ButtonBar component use the ButtonBarLastButtonSkin, ButtonBarFirstButtonSkin and ButtonBarMiddleButtonSkin classes. | |
AXMEnterpriseNavigationButtonBarSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseNavigationButtonBarSkin | |
Constructor. | |
AXMEnterpriseNumericStepperDecrementButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
Skin for AXMEnterpriseNumericStepperDecrementButton | |
AXMEnterpriseNumericStepperDecrementButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperDecrementButtonSkin | |
Constructor. | |
AXMEnterpriseNumericStepperIncrementButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
Skin for AXMEnterpriseNumericStepperDecrementButton | |
AXMEnterpriseNumericStepperIncrementButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperIncrementButtonSkin | |
Constructor. | |
AXMEnterpriseNumericStepperSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for a Spark NumericStepper component. | |
AXMEnterpriseNumericStepperSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperSkin | |
Constructor. | |
AXMEnterpriseNumericStepperTextInputSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for Spark TextInput component. | |
AXMEnterpriseNumericStepperTextInputSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperTextInputSkin | |
Constructor. | |
AXMEnterprisePanelSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for a AXMEnterprisePanel. | |
AXMEnterprisePanelSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterprisePanelSkin | |
Constructor. | |
AXMEnterpriseProgressSpinnerSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for a AXMEnterprisePanel. | |
AXMEnterpriseProgressSpinnerSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseProgressSpinnerSkin | |
Constructor. | |
AXMEnterpriseQuietButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the Spark Button component. | |
AXMEnterpriseQuietButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietButtonSkin | |
Constructor. | |
AXMEnterpriseQuietHeaderBarButton — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseQuietHeaderBarButton | |
AXMEnterpriseQuietHeaderBarButton() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietHeaderBarButton | |
Constructor. | |
AXMEnterpriseQuietLargeButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseQuietLargeButton. | |
AXMEnterpriseQuietLargeButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietLargeButtonSkin | |
Constructor. | |
AXMEnterpriseQuietLargeDropDownListButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseQuietLargeDropDownListButton. | |
AXMEnterpriseQuietLargeDropDownListButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietLargeDropDownListButtonSkin | |
Constructor. | |
AXMEnterpriseRadioButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseRadioButton. | |
AXMEnterpriseRadioButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseRadioButtonSkin | |
Constructor. | |
AXMEnterpriseResizeHandleSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseResizeHandle. | |
AXMEnterpriseResizeHandleSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseResizeHandleSkin | |
Constructor. | |
AXMEnterpriseScrollDownArrowSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseScrollDownArrow. | |
AXMEnterpriseScrollDownArrowSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollDownArrowSkin | |
Constructor. | |
AXMEnterpriseScrollLeftArrowSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseScrollLeftArrow. | |
AXMEnterpriseScrollLeftArrowSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollLeftArrowSkin | |
Constructor. | |
AXMEnterpriseScrollRightArrowSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseScrollRightArrowSkin.mxml. | |
AXMEnterpriseScrollRightArrowSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollRightArrowSkin | |
Constructor. | |
AXMEnterpriseScrollUpArrowSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseScrollRightArrowSkin.mxml. | |
AXMEnterpriseScrollUpArrowSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollUpArrowSkin | |
Constructor. | |
AXMEnterpriseSlideToggleButton — classe, pacchetto xd.core.axm.enterprise.view.components | |
The AXMEnterpriseSlideToggleButton component. | |
AXMEnterpriseSlideToggleButton() — Funzione di costruzione, classe xd.core.axm.enterprise.view.components.AXMEnterpriseSlideToggleButton | |
Constructor. | |
AXMEnterpriseSplitActionButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseSplitActionButton. | |
AXMEnterpriseSplitActionButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionButtonSkin | |
Constructor. | |
AXMEnterpriseSplitActionPopUpButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseSplitActionPopUpButton. | |
AXMEnterpriseSplitActionPopUpButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionPopUpButtonSkin | |
Constructor. | |
AXMEnterpriseSplitActionSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMSplitActionButton. | |
AXMEnterpriseSplitActionSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionSkin | |
Constructor. | |
AXMEnterpriseTabBarButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseTabBarButton. | |
AXMEnterpriseTabBarButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseTabBarSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseTabBar component. | |
AXMEnterpriseTabBarSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseTabBarSkin | |
Constructor. | |
AXMEnterpriseTextAreaSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseTextArea. | |
AXMEnterpriseTextAreaSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseTextAreaSkin | |
Constructor. | |
AXMEnterpriseTextInputSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseTextInput. | |
AXMEnterpriseTextInputSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseTextInputSkin | |
Constructor. | |
AXMEnterpriseTitleWindowSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for a AXMEnterpriseTitleWindow. | |
AXMEnterpriseTitleWindowSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseTitleWindowSkin | |
Constructor. | |
AXMEnterpriseToggleButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToggleButton. | |
AXMEnterpriseToggleButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseToggleButtonSkin | |
Constructor. | |
AXMEnterpriseToolBarBottomSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToolBarBottom. | |
AXMEnterpriseToolBarBottomSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarBottomSkin | |
Constructor. | |
AXMEnterpriseToolBarButtonBarFirstButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToolBarButtonBarFirstButton. | |
AXMEnterpriseToolBarButtonBarFirstButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarButtonBarFirstButtonSkin | |
Constructor. | |
AXMEnterpriseToolBarButtonBarLastButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToolBarButtonBarLastButton | |
AXMEnterpriseToolBarButtonBarLastButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarButtonBarLastButtonSkin | |
Constructor. | |
AXMEnterpriseToolBarButtonBarMiddleButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToolBarButtonBarMiddleButton | |
AXMEnterpriseToolBarButtonBarMiddleButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarButtonBarMiddleButtonSkin | |
Constructor. | |
AXMEnterpriseToolbarButtonBarSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseToolbarButtonBarSkin. | |
AXMEnterpriseToolbarButtonBarSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseToolbarButtonBarSkin | |
Constructor. | |
AXMEnterpriseToolBarTopSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the Spark Button component. | |
AXMEnterpriseToolBarTopSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarTopSkin | |
Constructor. | |
AXMEnterpriseViewModeButtonBarButtonSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseViewModeButtonBarButton. | |
AXMEnterpriseViewModeButtonBarButtonSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseViewModeButtonBarButtonSkin | |
Constructor. | |
AXMEnterpriseViewModeButtonBarSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseViewModeButtonBar. | |
AXMEnterpriseViewModeButtonBarSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseViewModeButtonBarSkin | |
Constructor. | |
AXMEnterpriseVScrollbarNoControlsSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseVScrollbarNoControls The thumb and track skins are defined by the VScrollBarThumbSkin and VScrollBarTrackSkin classes, respectively. | |
AXMEnterpriseVScrollbarNoControlsSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarNoControlsSkin | |
Constructor. | |
AXMEnterpriseVScrollbarSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseVScrollbar. | |
AXMEnterpriseVScrollbarSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarSkin | |
Constructor. | |
AXMEnterpriseVScrollbarThumbSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for the AXMEnterpriseVScrollbarThumb. | |
AXMEnterpriseVScrollbarThumbSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarThumbSkin | |
Constructor. | |
AXMEnterpriseVScrollbarTrackNoControlsSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseVScrollbarTrackNoControls The thumb and track skins are defined by the VScrollBarThumbSkin and VScrollBarTrackSkin classes, respectively. | |
AXMEnterpriseVScrollbarTrackNoControlsSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarTrackNoControlsSkin | |
Constructor. | |
AXMEnterpriseVScrollbarTrackSkin — classe, pacchetto xd.core.axm.enterprise.view.skins | |
The default skin class for AXMEnterpriseVScrollbarTrack The thumb and track skins are defined by the VScrollBarThumbSkin and VScrollBarTrackSkin classes, respectively. | |
AXMEnterpriseVScrollbarTrackSkin() — Funzione di costruzione, classe xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarTrackSkin | |
Constructor. | |
AXMHeaderBar — classe, pacchetto xd.core.axm.view.components | |
AXM Header Bar Components | |
AXMHeaderBar() — Funzione di costruzione, classe xd.core.axm.view.components.AXMHeaderBar | |
Constructor. | |
AXMHScrollBar — classe, pacchetto xd.core.axm.view.components | |
Default AXM Horizontal Scrollbar | |
AXMHScrollBar() — Funzione di costruzione, classe xd.core.axm.view.components.AXMHScrollBar | |
Constructor. | |
AXMLightItemRenderer — classe, pacchetto xd.core.axm.view.components | |
Item Renderer for the AXM Light style list | |
AXMLightItemRenderer() — Funzione di costruzione, classe xd.core.axm.view.components.AXMLightItemRenderer | |
Constructor. | |
AXMList — classe, pacchetto xd.core.axm.view.components | |
AXM List Component | |
AXMList() — Funzione di costruzione, classe xd.core.axm.view.components.AXMList | |
Constructor. | |
AXMPopUp — classe, pacchetto xd.core.axm.view.components | |
AXM Pop Up | |
AXMPopUp() — Funzione di costruzione, classe xd.core.axm.view.components.AXMPopUp | |
Constructor. | |
AXMProgressBar — classe, pacchetto xd.core.axm.view.components | |
AXM Progress bar component | |
AXMProgressBar() — Funzione di costruzione, classe xd.core.axm.view.components.AXMProgressBar | |
Constructor. | |
AXMProgressSpinner — classe, pacchetto xd.core.axm.view.components | |
Progress spinner component | |
AXMProgressSpinner() — Funzione di costruzione, classe xd.core.axm.view.components.AXMProgressSpinner | |
Constructor. | |
AXMResizableContainer — classe, pacchetto xd.core.axm.view.components | |
AXM Resizable Container | |
AXMResizableContainer() — Funzione di costruzione, classe xd.core.axm.view.components.AXMResizableContainer | |
Constructor. | |
AXMRichTextEditor — classe, pacchetto xd.core.axm.view.components | |
AXM Rich Text Editor Composite Component | |
AXMRichTextEditor() — Funzione di costruzione, classe xd.core.axm.view.components.AXMRichTextEditor | |
Constructor. | |
AXMRichTextEditorControlBar — classe, pacchetto xd.core.axm.view.components | |
Control bar for the AXM RichTextEditor | |
AXMRichTextEditorControlBar() — Funzione di costruzione, classe xd.core.axm.view.components.AXMRichTextEditorControlBar | |
Constructor. | |
AXMScroller — classe, pacchetto xd.core.axm.view.components | |
The AXMScroller Component. | |
AXMScroller() — Funzione di costruzione, classe xd.core.axm.view.components.AXMScroller | |
Constructor. | |
AXMSplitActionButton — classe, pacchetto xd.core.axm.view.components | |
Split Action Button | |
AXMSplitActionButton() — Funzione di costruzione, classe xd.core.axm.view.components.AXMSplitActionButton | |
Constructor. | |
AXMSwitch — classe, pacchetto xd.core.axm.view.components | |
AXM Toggle Button | |
AXMSwitch() — Funzione di costruzione, classe xd.core.axm.view.components.AXMSwitch | |
Constructor. | |
AXMTabBar — classe, pacchetto xd.core.axm.view.components | |
AXM tab bar compoenent | |
AXMTabBar() — Funzione di costruzione, classe xd.core.axm.view.components.AXMTabBar | |
Constructor. | |
AXMTabBarButton — classe, pacchetto xd.core.axm.view.components | |
AXM Button Bar Button | |
AXMTabBarButton() — Funzione di costruzione, classe xd.core.axm.view.components.AXMTabBarButton | |
Constructor. | |
AXMTitleWindow — classe, pacchetto xd.core.axm.view.components | |
footerGradientEndColor | |
AXMTitleWindow() — Funzione di costruzione, classe xd.core.axm.view.components.AXMTitleWindow | |
Constructor. | |
AXMToggleButton — classe, pacchetto xd.core.axm.view.components | |
AXM Toggle Button Component | |
AXMToggleButton() — Funzione di costruzione, classe xd.core.axm.view.components.AXMToggleButton | |
Constructor. | |
AXMToolPopUp — classe, pacchetto xd.core.axm.view.components | |
AXM Tool Pop Up Component | |
AXMToolPopUp() — Funzione di costruzione, classe xd.core.axm.view.components.AXMToolPopUp | |
Constructor. | |
AXMToolPopUpDropDownController — classe, pacchetto xd.core.axm.view.components.support | |
The AXMToolPopUpDropDownController class handles the mouse, keyboard, and focus interactions for an anchor button and its associated tool pop up drop down. | |
AXMToolPopUpDropDownController() — Funzione di costruzione, classe xd.core.axm.view.components.support.AXMToolPopUpDropDownController | |
Constructor. | |
AXMVerticalDivider — classe, pacchetto xd.core.axm.view.components | |
AXM AXM Vertical Divider Component | |
AXMVerticalDivider() — Funzione di costruzione, classe xd.core.axm.view.components.AXMVerticalDivider | |
Constructor. | |
AXMVScrollBar — classe, pacchetto xd.core.axm.view.components | |
AXM Vertical Scroll Bar Component | |
AXMVScrollBar() — Funzione di costruzione, classe xd.core.axm.view.components.AXMVScrollBar | |
Constructor. | |
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 |
Tue Jun 12 2018, 03:01 PM Z