Símbolos 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 — Propiedad, clase fl.motion.BezierSegment | |
Primer punto de la curva Bezier. | |
a — Propiedad, clase flash.geom.Matrix | |
El valor que afecta a la posición de los píxeles a lo largo del eje x cuando se modifica la escala de una imagen o cuando se gira. | |
A — Propiedad estática de constante, clase flash.ui.Keyboard | |
Constante asociada al valor de código de tecla asociado de la tecla A (65). | |
A4 — Propiedad estática de constante, clase flash.printing.PaperSize | |
A4 | |
A5 — Propiedad estática de constante, clase flash.printing.PaperSize | |
A5 | |
A6 — Propiedad estática de constante, clase flash.printing.PaperSize | |
A6 | |
AAAARecord — clase, Paquete flash.net.dns | |
La clase AAAARecord representa un registro de recursos AAAA del nombre de dominio del sistema (DNS) que contiene una dirección IPv6. | |
AAAARecord() — Información sobre, clase flash.net.dns.AAAARecord | |
Crea un registro de recursos AAAA. | |
ABOVE — Propiedad estática de constante, clase spark.components.PopUpPosition | |
Position above the target | |
abs(val:Number) — Método estático , clase Math | |
Calcula y devuelve un valor absoluto para el número especificado por el parámetro val. | |
ABSOLUTE — Propiedad estática de constante, clase mx.core.ContainerLayout | |
Use absolute layout for the contents of this container. | |
absoluteEnd — Propiedad, clase flashx.textLayout.edit.ElementRange | |
La posición absoluta del texto del objeto FlowLeafElement que contiene el final del rango. | |
absoluteEnd — Propiedad, interfaz flashx.textLayout.edit.ISelectionManager | |
La posición del texto al final de la selección, como desplazamiento desde el inicio del flujo de texto. | |
absoluteEnd — Propiedad, clase flashx.textLayout.edit.SelectionManager | |
La posición del texto al final de la selección, como desplazamiento desde el inicio del flujo de texto. | |
absoluteEnd — Propiedad, clase flashx.textLayout.elements.TextRange | |
El final de la selección, como posición absoluta en el objeto TextFlow | |
absoluteEnd — Propiedad, clase flashx.textLayout.operations.FlowTextOperation | |
El punto final absoluto del rango de texto al que se aplica la operación. | |
absoluteStart — Propiedad, clase flashx.textLayout.compose.TextFlowLine | |
La ubicación de la línea como posición absoluta de caracteres en el objeto TextFlow. | |
absoluteStart — Propiedad, clase flashx.textLayout.container.ContainerController | |
Devuelve el primer carácter del contenedor. | |
absoluteStart — Propiedad, clase flashx.textLayout.edit.ElementRange | |
La posición absoluta del texto del objeto FlowLeafElement que contiene el inicio del rango. | |
absoluteStart — Propiedad, interfaz flashx.textLayout.edit.ISelectionManager | |
La posición del texto al inicio de la selección, como desplazamiento desde el inicio del flujo de texto. | |
absoluteStart — Propiedad, clase flashx.textLayout.edit.SelectionManager | |
La posición del texto al inicio de la selección, como desplazamiento desde el inicio del flujo de texto. | |
absoluteStart — Propiedad, clase flashx.textLayout.elements.TextRange | |
El inicio de la selección, como posición absoluta en el objeto TextFlow | |
absoluteStart — Propiedad, clase flashx.textLayout.operations.FlowTextOperation | |
El punto inicial absoluto del rango de texto al que se aplica la operación. | |
absoluteToDisplayColumnIndex(columnIndex:int) — método, clase mx.controls.AdvancedDataGridBaseEx | |
Converts an absolute column index to the corresponding index in the displayed columns. | |
absoluteToVisibleColumnIndex(columnIndex:int) — método, clase mx.controls.AdvancedDataGridBaseEx | |
Converts an absolute column index to the corresponding index in the visible columns. | |
absoluteToVisibleIndices(rowIndex:int, columnIndex:int) — método, clase 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. | |
AbstractEvent — clase, Paquete mx.rpc.events | |
The base class for events that RPC services dispatch. | |
AbstractInvoker — clase, Paquete mx.rpc | |
An invoker is an object that actually executes a remote procedure call (RPC). | |
AbstractOperation — clase, Paquete mx.rpc | |
The AbstractOperation class represents an individual method on a service. | |
AbstractOperation — clase, Paquete mx.rpc.http | |
An Operation used specifically by HTTPService or HTTPMultiService. | |
AbstractOperation(service:mx.rpc:AbstractService, name:String) — Información sobre, clase mx.rpc.AbstractOperation | |
Creates a new Operation. | |
AbstractOperation(service:mx.rpc:AbstractService, name:String) — Información sobre, clase mx.rpc.http.AbstractOperation | |
Creates a new Operation. | |
AbstractService — Clase dinámica, Paquete mx.rpc | |
The AbstractService class is the base class for the HTTPMultiService, WebService, and RemoteObject classes. | |
AbstractService(destination:String) — Información sobre, clase mx.rpc.AbstractService | |
Constructor. | |
AbstractTarget — clase, Paquete mx.logging | |
This class provides the basic functionality required by the logging framework for a target implementation. | |
AbstractTarget() — Información sobre, clase mx.logging.AbstractTarget | |
Constructor. | |
AbstractWebService — clase, Paquete 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) — Información sobre, clase mx.rpc.soap.AbstractWebService | |
Creates a new WebService. | |
AccConst — clase final, Paquete mx.accessibility | |
The AccConst class defines constants defined in Microsoft's Active Accessibility (MSAA) specification. | |
accDoDefaultAction(childID:uint) — método, clase flash.accessibility.AccessibilityImplementation | |
Un método IAccessible que realiza la acción predeterminada asociada al componente que este objeto AccessibilityImplementation representa o de uno de sus elementos secundarios. | |
ACCELERATED — Propiedad estática de constante, clase flash.media.VideoStatus | |
Indica descodificación de vídeo con aceleración por hardware (GPU). | |
accelerationX — Propiedad, clase flash.events.AccelerometerEvent | |
Aceleración a lo largo del eje X, medida en Gs. | |
accelerationY — Propiedad, clase flash.events.AccelerometerEvent | |
Aceleración a lo largo del eje Y, medida en Gs. | |
accelerationZ — Propiedad, clase flash.events.AccelerometerEvent | |
Aceleración a lo largo del eje Z, medida en Gs. | |
Accelerometer — clase, Paquete flash.sensors | |
La clase Accelerometer distribuye eventos basados en la actividad detectada por el sensor de movimiento del dispositivo. | |
Accelerometer() — Información sobre, clase flash.sensors.Accelerometer | |
Crea una nueva instancia de Accelerometer. | |
AccelerometerEvent — clase, Paquete flash.events | |
La clase Accelerometer distribuye evemtps AccelerometerEvent cuando las actualizaciones de la aceleración se obtienen mediante el sensor del acelerómetro instalado en el dispositivo. | |
AccelerometerEvent(type:String, bubbles:Boolean, cancelable:Boolean, timestamp:Number, accelerationX:Number, accelerationY:Number, accelerationZ:Number) — Información sobre, clase flash.events.AccelerometerEvent | |
Crea un objeto AccelerometerEvent que contiene información sobre la aceleración en los tress ejes dimensionales. | |
accentColor — Estilo, clase mx.charts.Legend | |
Accent color used by component skins. | |
accentColor — Estilo, clase mx.controls.sliderClasses.Slider | |
Color of the track highlight. | |
accentColor — Estilo, clase mx.controls.Button | |
Color applied to the button when the emphasized flag is true. | |
accentColor — Estilo, clase mx.core.ScrollControlBase | |
Accent color used by component skins. | |
accentColor — Estilo, clase mx.core.Container | |
Accent color used by component skins. | |
accentColor — Estilo, clase spark.components.supportClasses.GroupBase | |
Accent color used by component skins. | |
accentColor — Estilo, clase spark.components.Button | |
Color applied to the button when the emphasized flag is true. | |
accentColor — Estilo, clase spark.components.ActionBar | |
Accent color used by component skins. | |
accentColor — Estilo, clase spark.components.SkinnableContainer | |
Accent color used by component skins. | |
accentColor — Estilo, clase spark.components.DateSpinner | |
Color applied for the date items that match today's date. | |
accentColor — Estilo, clase spark.components.ToggleSwitch | |
Color applied to highlight the selected side of the ToggleSwitch control. | |
accept() — Método estático , clase adobe.utils.XMLUI | |
Provoca el cierre del cuadro de diálogo XMLUI actual con el estado "accept". | |
acceptableStatusCodes — Propiedad, clase air.net.URLMonitor | |
Códigos de estado numéricos que representan resultados correctos. | |
acceptDragDrop(target:flash.display:InteractiveObject) — Método estático , clase flash.desktop.NativeDragManager | |
Informa al objeto NativeDragManager de que el objeto interactivo de destino especificado puede aceptar la colocación correspondiente al evento de arrastre actual. | |
acceptDragDrop(target:mx.core:IUIComponent) — Método estático , clase mx.managers.DragManager | |
Call this method from your dragEnter event handler if you accept the drag/drop data. | |
Accessibility — clase final, Paquete flash.accessibility | |
La clase Accessibility gestiona la comunicación con lectores de pantalla. | |
accessibilityDescription — Propiedad, clase mx.core.UIComponent | |
A convenience accessor for the description property in this UIComponent's accessibilityProperties object. | |
accessibilityEnabled — Propiedad, clase mx.core.UIComponent | |
A convenience accessor for the silent property in this UIComponent's accessibilityProperties object. | |
accessibilityImplementation — Propiedad, clase flash.display.InteractiveObject | |
La implementación actual de accesibilidad (AccessibilityImplementation) para esta instancia de InteractiveObject. | |
AccessibilityImplementation — clase, Paquete flash.accessibility | |
La clase AccessibilityImplementation es la clase base en Flash Player que permite la implementación de accesibilidad en componentes. | |
AccessibilityImplementation() — Información sobre, clase flash.accessibility.AccessibilityImplementation | |
Constructor estático. | |
accessibilityName — Propiedad, clase mx.core.UIComponent | |
A convenience accessor for the name property in this UIComponent's accessibilityProperties object. | |
accessibilityProperties — Propiedad, clase flash.display.DisplayObject | |
Las opciones de accesibilidad actuales para este objeto de visualización. | |
accessibilityProperties — Propiedad, clase mx.containers.utilityClasses.PostScaleAdapter | |
accessibilityProperties — Propiedad, interfaz mx.core.IFlexDisplayObject | |
Las opciones de accesibilidad actuales para este objeto de visualización. | |
accessibilityProperties — Propiedad, interfaz spark.core.IEditableText | |
Las opciones de accesibilidad actuales para este objeto de visualización. | |
AccessibilityProperties — clase, Paquete flash.accessibility | |
La clase AccessibilityProperties permite controlar la presentación de objetos de Flash con elementos de accesibilidad, como lectores de pantalla. | |
AccessibilityProperties() — Información sobre, clase flash.accessibility.AccessibilityProperties | |
Crea un nuevo objeto AccessibilityProperties. | |
accessibilityShortcut — Propiedad, clase mx.core.UIComponent | |
A convenience accessor for the shortcut property in this UIComponent's accessibilityProperties object. | |
AccImpl — clase, Paquete fl.accessibility | |
La clase Acclmpl, también denominada clase Accessibility Implementation (implementación de accesibilidad), es la clase base para la implementación de accesibilidad en componentes. | |
AccImpl — clase, Paquete mx.accessibility | |
AccImpl is Flex's base accessibility implementation class for MX and Spark components. | |
AccImpl(master:mx.core:UIComponent) — Información sobre, clase mx.accessibility.AccImpl | |
Constructor. | |
accLocation(childID:uint) — método, clase flash.accessibility.AccessibilityImplementation | |
El método MSAA para devolver un objeto de visualización o un rectángulo que especifica el recuadro de delimitación de un elemento secundario en el AccessibilityImplementation. | |
Accordion — clase, Paquete 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() — Información sobre, clase mx.containers.Accordion | |
Constructor. | |
AccordionAutomationImpl — clase, Paquete mx.automation.delegates.containers | |
Defines the methods and properties required to perform instrumentation for the Accordion class. | |
AccordionAutomationImpl(obj:mx.containers:Accordion) — Información sobre, clase mx.automation.delegates.containers.AccordionAutomationImpl | |
Constructor. | |
AccordionHeader — clase, Paquete mx.containers.accordionClasses | |
The AccordionHeader class defines the appearance of the navigation buttons of an Accordion. | |
AccordionHeader() — Información sobre, clase mx.containers.accordionClasses.AccordionHeader | |
Constructor. | |
AccordionHeaderAccImpl — clase, Paquete mx.accessibility | |
AccordionHeaderAccImpl is a subclass of AccessibilityImplementation which implements accessibility for the AccordionHeader class. | |
AccordionHeaderAccImpl(master:mx.core:UIComponent) — Información sobre, clase mx.accessibility.AccordionHeaderAccImpl | |
Constructor. | |
AccordionHeaderSkin — clase, Paquete mx.skins.halo | |
The skin for all the states of an AccordionHeader in an Accordion. | |
AccordionHeaderSkin — clase, Paquete mx.skins.spark | |
The Spark skin class for the header of the MX Accordion container. | |
AccordionHeaderSkin — clase, Paquete mx.skins.wireframe | |
The wireframe skin class for the header of the MX Accordion container. | |
AccordionHeaderSkin() — Información sobre, clase mx.skins.halo.AccordionHeaderSkin | |
Constructor. | |
AccordionHeaderSkin() — Información sobre, clase mx.skins.spark.AccordionHeaderSkin | |
Constructor. | |
AccordionHeaderSkin() — Información sobre, clase mx.skins.wireframe.AccordionHeaderSkin | |
Constructor. | |
AccordionNav() — Información sobre, clase ga.controls.AccordionNav | |
Constructor. | |
AccordionSkin() — Información sobre, clase com.adobe.guides.spark.wrappers.skins.AccordionSkin | |
Constructor. | |
accSelect(operation:uint, childID:uint) — método, clase flash.accessibility.AccessibilityImplementation | |
Método IAccessible para modificar la selección en el componente que este AccessibilityImplementation representa. | |
accurate — Propiedad, clase mx.charts.chartClasses.AxisLabelSet | |
When returned from the getLabelEstimate() method, set to true if the estimate accurately represents the final labels to be rendered. | |
acos(val:Number) — Método estático , clase Math | |
Calcula y devuelve el arco coseno del número especificado por el parámetro val, en radianes. | |
action — Propiedad, clase mx.automation.events.AutomationDragEvent | |
The requested action. | |
action — Propiedad, clase mx.events.DragEvent | |
The requested action. | |
action — Propiedad, clase spark.events.ViewNavigatorEvent | |
The navigation action committed by the view navigator that resulted in the event. | |
actionBar — Parte del aspecto, clase 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 del aspecto, clase 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 — Propiedad, clase spark.components.ViewNavigatorApplication | |
A reference to the view navigator's ActionBar control, if one exists. | |
actionBar — Propiedad, clase spark.skins.mobile.ViewNavigatorSkin | |
A skin part that defines the action bar of the navigator. | |
ActionBar — clase, Paquete spark.components | |
The ActionBar class defines a component that includes title, navigation, and action content groups. | |
ActionBar() — Información sobre, clase spark.components.ActionBar | |
Constructor. | |
ActionBarButtonSkinBase — clase, Paquete spark.skins.mobile.supportClasses | |
Base skin class for ActionBar buttons in mobile applications. | |
ActionBarButtonSkinBase() — Información sobre, clase spark.skins.mobile.supportClasses.ActionBarButtonSkinBase | |
Constructor. | |
ActionBarDefaultButtonAppearance — clase final, Paquete spark.components | |
The ActionBarDefaultButtonAppearance class defines the constants for the allowed values of the defaultButtonAppearance style of ActionBar. | |
ActionBarSkin — clase, Paquete spark.skins.mobile | |
The default skin class for the Spark ActionBar component in mobile applications. | |
ActionBarSkin() — Información sobre, clase spark.skins.mobile.ActionBarSkin | |
Constructor. | |
actionBarVisible — Propiedad, clase spark.components.View | |
Specifies whether a view should show the action bar or not. | |
actionButton — Parte del aspecto, clase 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 del aspecto, clase 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 del aspecto, clase xd.core.axm.view.components.AXMSplitActionButton | |
actionContent — Propiedad, clase spark.components.ActionBar | |
The components that define actions the user can take in a view. | |
actionContent — Propiedad, clase spark.components.View | |
actionContent — Propiedad, clase spark.components.ViewNavigator | |
actionContent — Propiedad, clase spark.components.ViewNavigatorApplication | |
ActionEffectInstance — clase, Paquete mx.effects.effectClasses | |
The ActionEffectInstance class is the superclass for all action effect instance classes. | |
ActionEffectInstance(target:Object) — Información sobre, clase mx.effects.effectClasses.ActionEffectInstance | |
Constructor. | |
actionGroup — Parte del aspecto, clase 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 — Propiedad, clase spark.skins.mobile.ActionBarSkin | |
The skin part that defines the appearance of the action area of the component. | |
actionItemGroup — Parte del aspecto, clase 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 del aspecto, clase com.adobe.solutions.acm.authoring.presentation.actionbar.ExtensibleActionbar | |
A skin part that defines ActionRenderer A skin part that defines ActionRenderer | |
actionItemsInstances — Propiedad, clase com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
actionLayout — Propiedad, clase spark.components.ActionBar | |
Defines the layout of the components defined in the action area by the actionGroup property. | |
actionLayout — Propiedad, clase spark.components.View | |
Defines the layout of the components defined in the action area by the actionGroup property. | |
actionLayout — Propiedad, clase spark.components.ViewNavigator | |
The components that define actions the user can take in a view. | |
actionLayout — Propiedad, clase spark.components.ViewNavigatorApplication | |
Defines the layout of the components defined in the action area by the actionGroup property. | |
actionMenu — Parte del aspecto, clase 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. | |
ACTIONSCRIPT — Propiedad estática de constante, clase fl.video.CuePointType | |
Define el valor del parámetro type de los métodos findCuePoint() y findNearestCuePoint(). | |
ACTION_SCRIPT — Propiedad estática de constante, clase mx.events.MetadataEvent | |
The MetadataEvent.ACTION_SCRIPT constant defines the value of the type property of the event object for a actionscript event. | |
ACTIONSCRIPT2 — Propiedad estática de constante, clase flash.display.ActionScriptVersion | |
Versión 2.0 y anterior del lenguaje ActionScript. | |
ACTIONSCRIPT3 — Propiedad estática de constante, clase flash.display.ActionScriptVersion | |
Versión 3.0 del lenguaje ActionScript | |
actionScriptData — Propiedad, clase flash.external.ExtensionContext | |
El objeto ActionScript, si existe, asociado a este contexto. | |
actionScriptVersion — Propiedad, clase fl.display.ProLoaderInfo | |
La versión de ActionScript del archivo SWF cargado. | |
actionScriptVersion — Propiedad, clase flash.display.LoaderInfo | |
La versión de ActionScript del archivo SWF cargado. | |
ActionScriptVersion — clase final, Paquete flash.display | |
La clase ActionScriptVersion es una enumeración de valores constantes que indican la versión del lenguaje de un archivo SWF cargado. | |
actionSeperator — Parte del aspecto, clase com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
Factory for Separator between the actions Factory for Separator between the actions | |
actionsList — Propiedad estática, clase adobe.utils.CustomActions | |
Devuelve un objeto Array que contiene los nombres de todas las acciones personalizadas registradas en la herramienta de edición de Flash. | |
activate() — método, clase fl.managers.FocusManager | |
Activa la instancia FocusManager. | |
activate() — método, interfaz fl.managers.IFocusManager | |
Activa Focus Manager. | |
activate — Evento, clase flash.desktop.NativeApplication | |
Se distribuye cuando esta aplicación pasa a ser la aplicación de escritorio activa. | |
activate(window:flash.display:NativeWindow) — método, clase flash.desktop.NativeApplication | |
Activa esta aplicación. | |
activate — Evento, clase flash.display.NativeWindow | |
Se distribuye por el objeto NativeWindow una vez activada la ventana. | |
activate() — método, clase flash.display.NativeWindow | |
Activa la ventana. | |
activate — Evento, clase flash.events.EventDispatcher | |
[evento broadcast] Se distribuye cuando Flash Player o AIR pasan a estar activos. | |
activate() — método, clase mx.core.Window | |
Activates the underlying NativeWindow (even if this Window's application is not currently active). | |
activate() — método, clase mx.core.WindowedApplication | |
Activates the underlying NativeWindow (even if this application is not the active one). | |
activate() — método, clase mx.managers.FocusManager | |
The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time. | |
activate() — método, interfaz mx.managers.IFocusManager | |
The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time. | |
activate() — método, clase spark.components.Window | |
Activates the underlying NativeWindow (even if this Window's application is not currently active). | |
activate() — método, clase spark.components.WindowedApplication | |
Activates the underlying NativeWindow (even if this application is not the active one). | |
ACTIVATE — Propiedad estática de constante, clase flash.events.Event | |
La constante ACTIVATE define el valor de la propiedad type en un objeto de evento activate. | |
activateCheckbox — Parte del aspecto, clase 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. | |
ACTIVATE_FOCUS_REQUEST — Propiedad estática de constante, clase 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. | |
activateHandler(event:flash.events:Event) — método, clase flashx.textLayout.container.ContainerController | |
Procesa el evento Event.ACTIVATE cuando el cliente gestiona eventos. | |
activateHandler(event:flash.events:Event) — método, clase flashx.textLayout.container.TextContainerManager | |
Procesa el evento Event.ACTIVATE cuando el cliente gestiona eventos. | |
activateHandler(event:flash.events:Event) — método, interfaz flashx.textLayout.edit.IInteractionEventHandler | |
Procesa un evento activate. | |
activateHandler(event:flash.events:Event) — método, clase flashx.textLayout.edit.SelectionManager | |
Procesa un evento activate. | |
ACTIVATE_POP_UP_REQUEST — Propiedad estática de constante, clase mx.events.SWFBridgeRequest | |
Requests that a child application's pop up be activated. | |
activating — Propiedad, clase flash.events.ActivityEvent | |
Indica si el dispositivo se está activando (true) o desactivando (false). | |
ActivatorSkin — clase, Paquete mx.skins.halo | |
Defines the up, down, and over states for MenuBarItem objects. | |
ActivatorSkin() — Información sobre, clase mx.skins.halo.ActivatorSkin | |
Constructor. | |
active — Propiedad estática, clase flash.accessibility.Accessibility | |
Indica si un lector de pantalla está activo y si la aplicación se comunica con él. | |
active — Propiedad, clase flash.display.NativeWindow | |
Indica si la ventana es la ventana de la aplicación activa. | |
active — Propiedad, clase flash.net.NetworkInterface | |
Indica si esta interfaz está activa. | |
active — Propiedad estática, clase flash.printing.PrintJob | |
Indica si un trabajo de impresión está activo actualmente. | |
ACTIVE — Propiedad estática de constante, clase flashx.textLayout.elements.LinkState | |
Valor para el estado activo, que se produce cuando se detiene el ratón sobre un vínculo. | |
activeEffects — Propiedad, clase mx.core.UIComponent | |
The list of effects that are currently playing on the component, as an Array of EffectInstance instances. | |
activeEndDate — Propiedad, clase com.adobe.consulting.pst.vo.Form | |
activeEndDate — Propiedad, clase com.adobe.consulting.pst.vo.Letter | |
activeEndDate — Propiedad, clase com.adobe.icc.vo.ContainerLayout | |
activeEndDate — Propiedad, clase com.adobe.icc.vo.DataModule | |
activeEndDate — Propiedad, clase com.adobe.icc.vo.Document | |
activeEndDate — Propiedad, clase com.adobe.icc.vo.Portfolio | |
activeEndDateDisplay — Parte del aspecto, clase 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 | |
activePosition — Propiedad, interfaz flashx.textLayout.edit.ISelectionManager | |
El punto activo de la selección. | |
activePosition — Propiedad, clase flashx.textLayout.edit.SelectionManager | |
El punto activo de la selección. | |
activePosition — Propiedad, clase flashx.textLayout.elements.TextRange | |
Posición activa de la selección, como posición absoluta en el objeto TextFlow | |
activeRequests — Propiedad, clase spark.core.ContentCache | |
List of queued CacheEntryNode instances currently executing. | |
activeStartDate — Propiedad, clase com.adobe.consulting.pst.vo.Form | |
activeStartDate — Propiedad, clase com.adobe.consulting.pst.vo.Letter | |
activeStartDate — Propiedad, clase com.adobe.icc.vo.ContainerLayout | |
activeStartDate — Propiedad, clase com.adobe.icc.vo.DataModule | |
activeStartDate — Propiedad, clase com.adobe.icc.vo.Document | |
activeStartDate — Propiedad, clase com.adobe.icc.vo.Portfolio | |
activeStartDateDisplay — Parte del aspecto, clase 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 | |
activeVideoPlayerIndex — Propiedad, clase fl.video.FLVPlayback | |
Número que especifica qué instancia del reproductor de vídeo se verá afectada por otras API (interfaz de programación de aplicaciones). | |
activeView — Propiedad, clase 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 — Propiedad, clase spark.components.supportClasses.ViewNavigatorBase | |
The currently active view of the navigator. | |
activeWindow — Propiedad, clase flash.desktop.NativeApplication | |
La ventana de la aplicación activa. | |
activeWindow — Propiedad, clase mx.automation.air.AirFunctionsHelper | |
Returns current window that is active | |
activity — Evento, clase flash.media.Camera | |
Se distribuye cuando una cámara inicia o finaliza una sesión. | |
ACTIVITY — Propiedad estática de constante, clase flash.events.ActivityEvent | |
La constante ActivityEvent.ACTIVITY define el valor de la propiedad type de un objeto de evento activity. | |
ActivityEvent — clase, Paquete flash.events | |
Un objeto Camera o Microphone distribuye un objeto ActivityEvent siempre que una cámara o un micrófono informe sobre su cambio de actividad (activo o inactivo). | |
ActivityEvent(type:String, bubbles:Boolean, cancelable:Boolean, activating:Boolean) — Información sobre, clase flash.events.ActivityEvent | |
Crea un objeto de evento que contiene información sobre eventos de actividad. | |
activityLevel — Propiedad, clase flash.media.Camera | |
La cantidad de movimiento detectado por la cámara. | |
activityLevel — Propiedad, clase flash.media.Microphone | |
La cantidad de sonido detectada por el micrófono. | |
actualCollection — Propiedad, clase mx.controls.listClasses.AdvancedListBase | |
A copy of the value normally stored in the collection property used while running data changes effects. | |
actualCollection — Propiedad, clase mx.controls.listClasses.ListBase | |
A copy of the value normally stored in collection used while running data changes effects. | |
actualColNum — Propiedad, clase mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo | |
The actual column index at which the header starts, relative to the currently displayed columns. | |
actualCreationPolicy — Propiedad, clase mx.charts.Legend | |
The creation policy of this container. | |
actualCreationPolicy — Propiedad, clase mx.core.Container | |
The creation policy of this container. | |
actualHeight — Propiedad, clase flashx.textLayout.elements.InlineGraphicElement | |
La altura real efectiva. | |
actualHorizontalPosition — Propiedad, clase spark.components.Callout | |
Fully resolved horizontal position after evaluating CalloutPosition.AUTO. | |
actualIterator — Propiedad, clase mx.controls.listClasses.AdvancedListBase | |
A copy of the value normally stored in the iterator property used while running data changes effects. | |
actualIterator — Propiedad, clase mx.controls.listClasses.ListBase | |
A copy of the value normally stored in iterator used while running data changes effects. | |
actualListeners — Propiedad, clase mx.validators.Validator | |
Contains an Array of listener objects, if any, or the source object. | |
actualListeners — Propiedad, clase spark.validators.supportClasses.GlobalizationValidatorBase | |
Contains an Array of listener objects, if any, or the source object. | |
actualLocaleIDName — Propiedad, clase flash.globalization.Collator | |
El nombre del ID real de configuración regional utilizado por este objeto Collator. | |
actualLocaleIDName — Propiedad, clase flash.globalization.CurrencyFormatter | |
El nombre del ID real de configuración regional utilizado por este objeto CurrencyFormatter. | |
actualLocaleIDName — Propiedad, clase flash.globalization.DateTimeFormatter | |
El nombre del ID real de configuración regional utilizado por este objeto DateTimeFormatter. | |
actualLocaleIDName — Propiedad, clase flash.globalization.NumberFormatter | |
El nombre del ID real de configuración regional utilizado por este objeto NumberFormatter. | |
actualLocaleIDName — Propiedad, clase flash.globalization.StringTools | |
El nombre del ID real de configuración regional utilizado por este objeto StringTools. | |
actualLocaleIDName — Propiedad, clase spark.formatters.CurrencyFormatter | |
The name of the actual locale ID used by this class object. | |
actualLocaleIDName — Propiedad, clase spark.formatters.DateTimeFormatter | |
The name of the actual locale ID used by this class object. | |
actualLocaleIDName — Propiedad, clase spark.formatters.NumberFormatter | |
The name of the actual locale ID used by this class object. | |
actualLocaleIDName — Propiedad, clase spark.globalization.StringTools | |
The name of the actual locale ID used by this class object. | |
actualLocaleIDName — Propiedad, clase spark.globalization.supportClasses.CollatorBase | |
The name of the actual locale ID used by this class object. | |
actualLocaleIDName — Propiedad, clase spark.globalization.supportClasses.GlobalizationBase | |
The name of the actual locale ID used by this class object. | |
ACTUALSORT — Propiedad estática de constante, clase mx.controls.advancedDataGridClasses.SortInfo | |
Specifies that the sort is the actual current sort. | |
actualTrigger — Propiedad, clase mx.validators.Validator | |
Contains the trigger object, if any, or the source object. | |
actualTrigger — Propiedad, clase spark.validators.supportClasses.GlobalizationValidatorBase | |
Contains the trigger object, if any, or the source object. | |
actualVerticalPosition — Propiedad, clase spark.components.Callout | |
Fully resolved vertical position after evaluating CalloutPosition.AUTO. | |
actualWidth — Propiedad, clase flashx.textLayout.elements.InlineGraphicElement | |
La anchura real efectiva. | |
add(v:flash.geom:Point) — método, clase flash.geom.Point | |
Añade las coordenadas de otro punto a las coordenadas de éste para crear un nuevo punto. | |
add(a:flash.geom:Vector3D) — método, clase flash.geom.Vector3D | |
Añade el valor de los elementos x, y y z del objeto Vector3D actual a los valores de los elementos x, y y z de otro objeto Vector3D. | |
add — Evento, clase 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 — Propiedad, clase mx.effects.effectClasses.AddRemoveEffectTargetFilter | |
Determines if this is an add or remove filter. | |
add — Evento, clase 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) — método, clase fl.motion.DynamicMatrix | |
Suma la matriz actual a una matriz especificada. | |
ADD — Propiedad estática de constante, clase fl.events.DataChangeType | |
Se han añadido elementos al proveedor de datos. | |
ADD — Propiedad estática de constante, clase flash.display.BlendMode | |
Añade los valores de los colores primarios del objeto de visualización a los del fondo con un límite de 0xFF. | |
ADD — Propiedad estática de constante, clase mx.events.CollectionEventKind | |
Indicates that the collection added an item or items. | |
ADD — Propiedad estática de constante, clase mx.events.FlexEvent | |
The FlexEvent.ADD constant defines the value of the type property of the event object for an add event. | |
AddAction — clase, Paquete spark.effects | |
The AddAction class defines an action effect that corresponds to the AddChild property of a view state definition. | |
AddAction(target:Object) — Información sobre, clase spark.effects.AddAction | |
Constructor. | |
AddActionInstance — clase, Paquete spark.effects.supportClasses | |
The AddActionInstance class implements the instance class for the AddAction effect. | |
AddActionInstance(target:Object) — Información sobre, clase spark.effects.supportClasses.AddActionInstance | |
Constructor. | |
addAll(addList:mx.collections:IList) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase mx.collections.ListCollectionView | |
Adds a list of items to the current list, placing them at the position index passed in to the function. | |
addApprovalStageParticipantPanel — Parte del aspecto, clase 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. | |
addASCuePoint(timeOrCuePoint:any, name:String, parameters:Object) — método, clase fl.video.FLVPlayback | |
Añade un punto de referencia de ActionScript y tiene el mismo efecto que añadir un punto de referencia de ActionScript a través del cuadro de diálogo Puntos de referencia, salvo que se produce cuando se ejecuta una aplicación y no durante el desarrollo de la misma. | |
add_attachment — Parte del aspecto, clase com.adobe.ep.ux.attachmentlist.domain.AttachmentList | |
The Add Attachment button. The Add Attachment button. | |
addBackgroundShape(shape:flash.display:Shape) — método, clase flashx.textLayout.container.ContainerController | |
Añade un objeto flash.display.Shape en el que se dibujan formas del fondo (color de fondo). | |
addBinaryChainBuildingCertificate(certificate:flash.utils:ByteArray, trusted:Boolean) — método, clase flash.net.SecureSocket | |
Añade un certificado X. 509 a la cadena de certificación que su sistema utiliza para validar el certificado del servidor. | |
addBitmapData(bitmapData:flash.display:BitmapData) — método, clase flash.media.CameraRoll | |
Añade una imagen al Carrete de la cámara del dispositivo. | |
addBootstrapPeer(peerID:String) — método, clase flash.net.GroupSpecifier | |
Hace que el objeto NetStream o NetGroup asociado lleve a cabo una conexión colindante inicial con el objeto peerID especificado. | |
addBtn — Parte del aspecto, clase 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 — Propiedad, clase com.adobe.dct.component.ExtendedProperty | |
addButton — Parte del aspecto, clase com.adobe.mosaic.sparklib.tabLayout.TabLayout | |
The add button, a Spark Button. The add button, a Spark Button. | |
addCacheEntry(source:Object, value:Object) — método, clase spark.core.ContentCache | |
Adds new entry to cache (or replaces existing entry). | |
addCallback(functionName:String, closure:Function) — Método estático , clase flash.external.ExternalInterface | |
Registra un método de ActionScript como método que puede llamarse desde el contenedor. | |
ADD_CELL — Propiedad estática de constante, clase spark.events.GridSelectionEventKind | |
Indicates that this cell should be added to the current selection. | |
addCellSelectionData(uid:String, columnIndex:int, selectionData:mx.controls.advancedDataGridClasses:AdvancedDataGridBaseSelectionData) — método, clase 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) — método, clase flash.security.XMLSignatureValidator | |
Añade un certificado x509 a la creación del vínculo. | |
addChild(child:flash.display:DisplayObject) — método, clase flash.display.DisplayObjectContainer | |
Añade una instancia secundaria de DisplayObject a esta instancia de DisplayObjectContainer. | |
addChild(child:flash.display:DisplayObject) — método, clase flash.display.Stage | |
Añade una instancia secundaria de DisplayObject a esta instancia de DisplayObjectContainer. | |
addChild(child:flashx.textLayout.elements:FlowElement) — método, clase flashx.textLayout.elements.FlowGroupElement | |
Añade un objeto FlowElement secundario. | |
addChild(child:flash.display:DisplayObject) — método, clase mx.charts.Legend | |
Adds a child DisplayObject to this Container. | |
addChild(child:flash.display:DisplayObject) — método, clase mx.charts.chartClasses.CartesianDataCanvas | |
Adds a child DisplayObject after the end of this child list. | |
addChild(child:flash.display:DisplayObject) — método, clase mx.charts.chartClasses.ChartElement | |
Adds a child DisplayObject after the end of this child list. | |
addChild(child:flash.display:DisplayObject) — método, clase mx.charts.chartClasses.PolarDataCanvas | |
Adds a child DisplayObject after the end of this child list. | |
addChild(parent:Object, newChild:Object) — método, clase mx.collections.HierarchicalCollectionView | |
Adds a child node to a node of the data. | |
addChild(parent:Object, newChild:Object) — método, interfaz mx.collections.IHierarchicalCollectionView | |
Adds a child node to a node of the data. | |
addChild(child:flash.display:DisplayObject) — método, clase mx.core.Container | |
Adds a child DisplayObject to this Container. | |
addChild(child:flash.display:DisplayObject) — método, interfaz mx.core.IChildList | |
Adds a child DisplayObject after the end of this child list. | |
addChild(child:flash.display:DisplayObject) — método, interfaz mx.core.IContainer | |
Añade una instancia secundaria de DisplayObject a esta instancia de DisplayObjectContainer. | |
addChild(childEffect:mx.effects:IEffect) — método, clase mx.effects.CompositeEffect | |
Adds a new child effect to this composite effect. | |
AddChild — clase, Paquete 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) — Información sobre, clase mx.states.AddChild | |
Constructor. | |
AddChildAction — clase, Paquete mx.effects | |
The AddChildAction class defines an action effect that corresponds to the AddChild property of a view state definition. | |
AddChildAction(target:Object) — Información sobre, clase mx.effects.AddChildAction | |
Constructor. | |
AddChildActionInstance — clase, Paquete mx.effects.effectClasses | |
The AddChildActionInstance class implements the instance class for the AddChildAction effect. | |
AddChildActionInstance(target:Object) — Información sobre, clase mx.effects.effectClasses.AddChildActionInstance | |
Constructor. | |
addChildAt(child:flash.display:DisplayObject, index:int) — método, clase flash.display.DisplayObjectContainer | |
Añade una instancia secundaria de DisplayObject a esta instancia de DisplayObjectContainer. | |
addChildAt(child:flash.display:DisplayObject, index:int) — método, clase flash.display.Stage | |
Añade una instancia secundaria de DisplayObject a esta instancia de DisplayObjectContainer. | |
addChildAt(index:uint, child:flashx.textLayout.elements:FlowElement) — método, clase flashx.textLayout.elements.FlowGroupElement | |
Añade un objeto FlowElement secundario en la posición de índice especificada. | |
addChildAt(child:flash.display:DisplayObject, index:int) — método, clase mx.charts.Legend | |
Adds a child DisplayObject to this Container. | |
addChildAt(child:flash.display:DisplayObject, index:int) — método, clase mx.charts.chartClasses.CartesianDataCanvas | |
Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
addChildAt(child:flash.display:DisplayObject, index:int) — método, clase mx.charts.chartClasses.ChartElement | |
Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
addChildAt(child:flash.display:DisplayObject, index:int) — método, clase mx.charts.chartClasses.PolarDataCanvas | |
Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
addChildAt(parent:Object, newChild:Object, index:int) — método, clase mx.collections.HierarchicalCollectionView | |
Add a child node to a node at the specified index. | |
addChildAt(parent:Object, newChild:Object, index:int) — método, interfaz 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) — método, interfaz mx.controls.menuClasses.IMenuDataDescriptor | |
Add a child node to a node at the specified index. | |
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — método, clase mx.controls.treeClasses.DefaultDataDescriptor | |
Add a child node to a node at the specified index. | |
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — método, interfaz mx.controls.treeClasses.ITreeDataDescriptor | |
Adds a child node to a node at the specified index. | |
addChildAt(child:flash.display:DisplayObject, index:int) — método, clase mx.core.Container | |
Adds a child DisplayObject to this Container. | |
addChildAt(child:flash.display:DisplayObject, index:int) — método, interfaz mx.core.IChildList | |
Adds a child DisplayObject to this child list at the index specified. | |
addChildAt(child:flash.display:DisplayObject, index:int) — método, interfaz mx.core.IContainer | |
Añade una instancia secundaria de DisplayObject a esta instancia de DisplayObjectContainer. | |
addChildBridge(bridge:flash.events:IEventDispatcher, bridgeProvider:mx.core:ISWFBridgeProvider) — método, interfaz mx.core.ISWFBridgeGroup | |
Adds a new bridge to the pod. | |
addChildBridge(bridge:flash.events:IEventDispatcher, bridgeProvider:mx.core:ISWFBridgeProvider) — método, clase mx.core.SWFBridgeGroup | |
Adds a new bridge to the pod. | |
addChildBridge(bridge:flash.events:IEventDispatcher, owner:flash.display:DisplayObject) — método, interfaz mx.managers.IMarshalSystemManager | |
Adds a child bridge to the system manager. | |
addChildSet(childSet:Array) — método, clase mx.effects.effectClasses.CompositeEffectInstance | |
Adds a new set of child effects to this Composite effect. | |
addChildToSandboxRoot(layer:String, child:flash.display:DisplayObject) — método, interfaz mx.managers.IMarshalSystemManager | |
Adds the specified child to the sandbox root in the layer requested. | |
addColumn(column:any) — método, clase fl.controls.DataGrid | |
Añade una columna al final del conjunto de columnas. | |
addColumnAt(column:any, index:uint) — método, clase fl.controls.DataGrid | |
Inserta una columna en el índice especificado del conjunto de columnas. | |
addController(controller:flashx.textLayout.container:ContainerController) — método, interfaz flashx.textLayout.compose.IFlowComposer | |
Añade un controlador a esta instancia de IFlowComposer. | |
addController(controller:flashx.textLayout.container:ContainerController) — método, clase flashx.textLayout.compose.StandardFlowComposer | |
Añade un controlador a esta instancia de IFlowComposer. | |
addControllerAt(controller:flashx.textLayout.container:ContainerController, index:int) — método, interfaz flashx.textLayout.compose.IFlowComposer | |
Añade un controlador a esta instancia de IFlowComposer en el índice especificado. | |
addControllerAt(controller:flashx.textLayout.container:ContainerController, index:int) — método, clase flashx.textLayout.compose.StandardFlowComposer | |
Añade un controlador a esta instancia de IFlowComposer en el índice especificado. | |
addCreatorButton — Parte del aspecto, clase 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. | |
addCreatorDialogPanel — Parte del aspecto, clase 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) — método, clase mx.controls.videoClasses.CuePointManager | |
Adds a cue point. | |
addData(data:Object, format:String) — método, clase 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) — método, clase 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) — método, clase mx.charts.chartClasses.PolarDataCanvas | |
This adds any DisplayObject as child to current canvas | |
addDataEffectItem(item:Object) — método, clase mx.controls.listClasses.AdvancedListBase | |
Adds an item renderer if a data change effect is running. | |
addDataEffectItem(item:Object) — método, clase mx.controls.listClasses.ListBase | |
Adds an item renderer if a data change effect is running. | |
addDataEffectItem(target:Object) — método, interfaz mx.effects.IEffectTargetHost | |
Adds an item renderer if a data change effect is running. | |
addDelayedInstance(instance:Object, stringID:String) — Método estático , clase fl.lang.Locale | |
Añade el par {instancia, ID de cadena} en el conjunto interno para utilizarlo en otro momento. | |
addDisplayObject(displayObject:flash.display:DisplayObject, depth:Number) — método, clase spark.components.supportClasses.DisplayLayer | |
Adds a displayObject with the specified depth to the ordered list. | |
addDragData(ds:Object) — método, clase mx.charts.chartClasses.ChartBase | |
Adds the selected items to the DragSource object as part of a drag and drop operation. | |
addDragData(dragSource:Object) — método, clase mx.controls.listClasses.AdvancedListBase | |
Adds the selected items to the DragSource object as part of a drag-and-drop operation. | |
addDragData(dragSource:Object) — método, clase 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) — método, clase spark.components.List | |
Adds the selected items to the DragSource object as part of a drag-and-drop operation. | |
added — Propiedad, clase fl.video.CaptionChangeEvent | |
Valor booleano que determina si el texto se añadió o eliminó. | |
added — Evento, clase flash.display.DisplayObject | |
Se distribuye cuando un objeto de visualización se añade a la lista de visualización. | |
ADDED — Propiedad estática de constante, clase flash.events.Event | |
La constante Event.ADDED define el valor de la propiedad type de un objeto de evento added. | |
addedEffect — Efecto, clase mx.core.UIComponent | |
Played when the component is added as a child to a Container. | |
addedToStage — Evento, clase flash.display.DisplayObject | |
Se distribuye cuando un objeto de visualización se añade a la lista de visualización del escenario, bien directamente o a través de un subárbol que contiene el objeto de visualización. | |
ADDED_TO_STAGE — Propiedad estática de constante, clase flash.events.Event | |
La constante Event.ADDED_TO_STAGE define el valor de la propiedad type de un objeto de evento addedToStage. | |
addElement(element:mx.core:IVisualElement) — método, clase mx.charts.Legend | |
Adds a visual element to this container. | |
addElement(element:mx.core:IVisualElement) — método, clase mx.core.Container | |
Adds a visual element to this container. | |
addElement(element:mx.core:IVisualElement) — método, interfaz mx.core.IVisualElementContainer | |
Adds a visual element to this container. | |
addElement(element:mx.core:IVisualElement) — método, clase mx.flash.ContainerMovieClip | |
Adds a visual element to this container. | |
addElement(element:mx.olap:IOLAPElement) — método, interfaz mx.olap.IOLAPSet | |
Adds a new member to the set. | |
addElement(e:mx.olap:IOLAPElement) — método, clase mx.olap.OLAPSet | |
Adds a new member to the set. | |
addElement(element:mx.core:IVisualElement) — método, clase spark.components.Group | |
Adds a visual element to this container. | |
addElement(element:mx.core:IVisualElement) — método, clase spark.components.Scroller | |
This operation is not supported in Scroller. | |
addElement(element:mx.core:IVisualElement) — método, clase spark.components.SkinnableContainer | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — método, clase mx.charts.Legend | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — método, clase mx.core.Container | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — método, interfaz mx.core.IVisualElementContainer | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — método, clase mx.flash.ContainerMovieClip | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — método, clase spark.components.Group | |
Adds a visual element to this container. | |
addElementAt(element:mx.core:IVisualElement, index:int) — método, clase spark.components.Scroller | |
This operation is not supported in Scroller. | |
addElementAt(element:mx.core:IVisualElement, index:int) — método, clase spark.components.SkinnableContainer | |
Adds a visual element to this container. | |
addElements(elements:mx.collections:IList) — método, interfaz mx.olap.IOLAPSet | |
Adds a list of members to the set. | |
addElements(members:mx.collections:IList) — método, clase mx.olap.OLAPSet | |
Adds a list of members to the set. | |
addEntry(url:String, policyFileURL:String) — método, clase fl.rsl.RSLInfo | |
Añade una serie de direcciones URL (archivos RSL y archivos de política). | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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, weakRef:Boolean) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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, weakRef:Boolean) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase flash.data.SQLConnection | |
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — método, clase flash.desktop.NativeApplication | |
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — método, clase flash.display.Stage | |
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — método, clase flash.events.EventDispatcher | |
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — método, interfaz flash.events.IEventDispatcher | |
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — método, clase flash.media.AVURLLoader | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — método, clase flash.net.URLLoader | |
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — método, clase flash.system.MessageChannel | |
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — método, clase flash.system.Worker | |
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — método, clase flashx.textLayout.elements.LinkElement | |
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — método, clase flashx.textLayout.elements.TextFlow | |
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase mx.containers.utilityClasses.PostScaleAdapter | |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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 — Propiedad estática de constante, clase mx.events.EventListenerRequest | |
Request to add an event listener. | |
addEventListenersToAllChildApplications(eventDetailsArray:Array) — método, clase mx.automation.AutomationManager | |
addEventListenersToAllChildApplications(eventDetailsArray:Array) — método, interfaz mx.automation.IAutomationManager2 | |
Marshalling Support(for tool): Adds the passed EventDetails objects to the probable child applications in the current ApplicationDomain. | |
addEventListenersToAllParentApplications(eventDetailsArray:Array) — método, clase mx.automation.AutomationManager | |
addEventListenersToAllParentApplications(eventDetailsArray:Array) — método, interfaz mx.automation.IAutomationManager2 | |
Marshalling Support(for tool): Adds the passed EventDetails objects to the probable parent applications in the current ApplicationDomain. | |
addFilterPropertyArray(index:int, name:String, values:Array, startFrame:int, endFrame:int) — método, clase fl.motion.MotionBase | |
Modifica una propiedad filter en todos los fotogramas clave correspondientes de un objeto Motion. | |
addFirst(p:mx.automation:AutomationIDPart) — método, clase mx.automation.AutomationID | |
Adds a parts to the front of the id. | |
ADD_FOCUS_MANAGER — Propiedad estática de constante, clase 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) — Método estático , clase flashx.textLayout.conversion.TextConverter | |
Registre un nuevo formato para la importación/exportación. | |
addFormatAt(index:int, format:String, importerClass:Class, exporterClass:Class, clipboardFormat:String) — Método estático , clase flashx.textLayout.conversion.TextConverter | |
Registre un nuevo formato para la importación/exportación en la ubicación especificada. | |
addHaloColors(colors:Object, themeColor:uint, fillColor0:uint, fillColor1:uint) — Método estático , clase 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, format:String) — método, clase mx.core.DragSource | |
Adds a handler that is called when data for the specified format is requested. | |
addHaveObjects(startIndex:Number, endIndex:Number) — método, clase flash.net.NetGroup | |
Añade objetos de startIndex a endIndex al conjunto de objetos que este nodo anuncia a sus elementos colindantes como objetos para los que cumplirán las peticiones. | |
addHeader(operation:String, mustUnderstand:Boolean, param:Object) — método, clase flash.net.NetConnection | |
Añade un encabezado de contexto a la estructura del paquete de formato de mensaje de acción (AMF). | |
addHeader(header:Object) — método, clase mx.rpc.soap.AbstractWebService | |
Adds a header that will be applied to all operations of this web service. | |
addHeader(header:Object) — método, clase mx.rpc.soap.Operation | |
Adds a header that is applied only to this Operation. | |
addImplementationClassName(className:String) — método, clase mx.automation.AutomationClass | |
Add Flex class names which match this class description. | |
addInlineGraphicElement(parent:flash.display:DisplayObjectContainer, inlineGraphicElement:flash.display:DisplayObject, index:int) — método, clase flashx.textLayout.container.ContainerController | |
Añade un objeto flash.display.DisplayObject como un descendiente de parent. | |
addIPMulticastAddress(address:String, port:any, source:String) — método, clase flash.net.GroupSpecifier | |
Hace que el obejto NetStream o NetGroup asociado se una al grupo de multidifusión IP y detecte el puerto UDP especificado. | |
addItem(item:Object) — método, clase fl.controls.ComboBox | |
Anexa un elemento al final de la lista de elementos. | |
addItem(item:Object) — método, clase fl.controls.SelectableList | |
Anexa un elemento al final de la lista de elementos. | |
addItem(item:Object) — método, clase fl.data.DataProvider | |
Añade un elemento al final del proveedor de datos. | |
addItem(item:flash.display:NativeMenuItem) — método, clase flash.display.NativeMenu | |
Añade un elemento de menú al final de un menú. | |
addItem(item:Object) — método, clase mx.collections.ArrayList | |
Add the specified item to the end of the list. | |
addItem(item:Object) — método, clase mx.collections.AsyncListView | |
Adds the specified item to the end of the list. | |
addItem(item:Object) — método, interfaz mx.collections.IList | |
Adds the specified item to the end of the list. | |
addItem(item:Object) — método, clase mx.collections.ListCollectionView | |
Adds the specified item to the end of the list. | |
addItem(item:Object) — método, clase spark.collections.NumericDataProvider | |
This function is not supported. | |
addItem(item:Object) — método, clase spark.components.TabbedViewNavigator | |
Add the specified view navigator to the end of the list. | |
AddItemAction — clase, Paquete 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) — Información sobre, clase mx.effects.AddItemAction | |
Constructor. | |
AddItemActionInstance — clase, Paquete mx.effects.effectClasses | |
The AddItemActionInstance class implements the instance class for the AddItemAction effect. | |
AddItemActionInstance(target:Object) — Información sobre, clase mx.effects.effectClasses.AddItemActionInstance | |
Constructor. | |
addItemAt(item:Object, index:uint) — método, clase fl.controls.ComboBox | |
Inserta un elemento en la lista en la ubicación del índice especificado. | |
addItemAt(item:Object, index:uint) — método, clase fl.controls.SelectableList | |
Inserta un elemento en la lista en la ubicación del índice especificado. | |
addItemAt(item:Object, index:uint) — método, clase fl.data.DataProvider | |
Añade un nuevo elemento al proveedor de datos en el índice especificado. | |
addItemAt(item:flash.display:NativeMenuItem, index:int) — método, clase flash.display.NativeMenu | |
Inserta un elemento de menú en la posición especificada. | |
addItemAt(item:flash.display:NativeMenuItem, index:int) — método, clase flash.ui.ContextMenu | |
Añade un elemento de menú al final de un menú. | |
addItemAt(item:Object, index:int) — método, clase mx.collections.ArrayList | |
Add the item at the specified index. | |
addItemAt(item:Object, index:int) — método, clase mx.collections.AsyncListView | |
Adds the item at the specified index. | |
addItemAt(item:Object, index:int) — método, interfaz mx.collections.IList | |
Adds the item at the specified index. | |
addItemAt(item:Object, index:int) — método, clase mx.collections.ListCollectionView | |
Adds the item at the specified index. | |
addItemAt(item:Object, index:int) — método, clase spark.collections.NumericDataProvider | |
This function is not supported. | |
addItemAt(item:Object, index:int) — método, clase spark.components.TabbedViewNavigator | |
Add the view navigator at the specified index. | |
addItems(items:Object) — método, clase fl.data.DataProvider | |
Añade varios elementos al final de DataProvider y distribuye un evento DataChangeType.ADD. | |
AddItems — clase, Paquete mx.states | |
Documentation is not currently available. | |
AddItems() — Información sobre, clase mx.states.AddItems | |
Constructor. | |
addItemsAt(items:Object, index:uint) — método, clase fl.data.DataProvider | |
Añade varios elementos al proveedor de datos en el índice especificado y distribuye un evento DataChangeType.ADD. | |
additionalColumnListDisplay — Parte del aspecto, clase 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 | |
addKeyframe(newKeyframe:fl.motion:KeyframeBase) — método, clase fl.motion.MotionBase | |
Añade un objeto Keyframe a la instancia de Motion. | |
addLast(p:mx.automation:AutomationIDPart) — método, clase mx.automation.AutomationID | |
Adds a parts to the end of the id. | |
addLayer(value:mx.core:DesignLayer) — método, clase mx.core.DesignLayer | |
Adds a DesignLayer child to this layer. | |
addLayoutCompleteSynchronization() — método, clase mx.automation.delegates.core.UIComponentAutomationImpl | |
Sets up an automation synchronization with the Layout Manager's UPDATE_COMPLETE event. | |
addLayoutCompleteSynchronization() — método, clase mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
Sets up a automation synchronization with layout manager update complete event. | |
addLineForReuse(textLine:flash.text.engine:TextLine) — Método estático , clase flashx.textLayout.compose.TextLineRecycler | |
Añade un objeto TextLine al conjunto para su reutilización. | |
addListenerHandler() — método, clase mx.validators.Validator | |
Sets up all of the listeners for the valid and invalid events dispatched from the validator. | |
addListenerHandler() — método, clase spark.validators.supportClasses.GlobalizationValidatorBase | |
Sets up all of the listeners for the valid and invalid events dispatched from the validator. | |
addLogger(logger:mx.logging:ILogger) — método, clase mx.logging.AbstractTarget | |
Sets up this target with the specified logger. | |
addLogger(logger:mx.logging:ILogger) — método, interfaz mx.logging.ILoggingTarget | |
Sets up this target with the specified logger. | |
addMarker(marker:org.osmf.metadata:TimelineMarker) — método, clase org.osmf.metadata.TimelineMetadata | |
Adds the specified TimelineMarker to this object. | |
addMember(s:mx.olap:IOLAPMember) — método, interfaz mx.olap.IOLAPQueryAxis | |
Adds a single member to the query axis. | |
addMember(member:mx.olap:IOLAPElement) — método, interfaz mx.olap.IOLAPTuple | |
Adds a new member to the tuple. | |
addMember(m:mx.olap:IOLAPMember) — método, clase mx.olap.OLAPQueryAxis | |
Adds a single member to the query axis. | |
addMember(element:mx.olap:IOLAPElement) — método, clase mx.olap.OLAPTuple | |
Adds a new member to the tuple. | |
addMemberHint(peerID:String) — método, clase flash.net.NetGroup | |
Añade un registro manualmente especificando que peerID es un miembro del grupo. | |
addMembers(value:mx.collections:IList) — método, interfaz mx.olap.IOLAPTuple | |
Adds a list of members to the tuple. | |
addMembers(value:mx.collections:IList) — método, clase mx.olap.OLAPTuple | |
Adds a list of members to the tuple. | |
addMenuItem(obj:flash.display:InteractiveObject, url:String, hideBuiltIns:Boolean) — Método estático , clase com.adobe.viewsource.ViewSource | |
Adds a "View Source" context menu item to the context menu of the given object. | |
addMotionPath(newMotionPath:spark.effects.animation:MotionPath, newEffectStartTime:Number) — método, clase 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() — método, clase spark.automation.delegates.components.supportClasses.SparkListBaseAutomationImpl | |
addMouseEvent(obj:flash.display:DisplayObject, event:String, handler:Function, useCapture:Boolean, priority:int, useWeekRef:Boolean) — método, clase mx.automation.delegates.core.UIComponentAutomationImpl | |
addMouseEvent(obj:flash.display:DisplayObject, event:String, handler:Function, useCapture:Boolean, priority:int, useWeekRef:Boolean) — método, clase spark.automation.delegates.components.supportClasses.SparkGroupBaseAutomationImpl | |
addNamespace(ns:Object) — método, clase XML | |
Añade un espacio de nombres al conjunto de espacios de nombres del ámbito para el objeto XML. | |
addNeighbor(peerID:String) — método, clase flash.net.NetGroup | |
Añade un elemento colindante manualmente por conexión directa inmediata con el peerID especificado, que ya debe estar en este grupo. | |
addObject(obj:mx.core:IUIComponent, scaleType:String) — método, clase mx.printing.FlexPrintJob | |
Adds a UIComponent object to the list of objects being printed. | |
addOperation(operation:flashx.textLayout.operations:FlowOperation) — método, clase flashx.textLayout.operations.CompositeOperation | |
Añade una operación adicional al final de la lista. | |
addOperationParameterButton — Parte del aspecto, clase 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) — método, clase flash.printing.PrintJob | |
Envía el objeto Sprite especificado como página individual a la cola de impresión. | |
addPanelButton — Parte del aspecto, clase com.adobe.guides.spark.wrappers.components.StandardWrapperHost | |
The add panel button skin part. The add panel button skin part. | |
addPopUp(window:mx.core:IFlexDisplayObject, parent:flash.display:DisplayObject, modal:Boolean, childList:String, moduleFactory:mx.core:IFlexModuleFactory) — Método estático , clase mx.managers.PopUpManager | |
Pops up a top-level window. | |
ADD_POP_UP_PLACE_HOLDER_REQUEST — Propiedad estática de constante, clase mx.events.SWFBridgeRequest | |
Adds a placeholder for a pop up window hosted by a child SystemManager. | |
ADD_POP_UP_REQUEST — Propiedad estática de constante, clase mx.events.SWFBridgeRequest | |
Adds a popup on the targeted application. | |
addPosition(p:mx.olap:IOLAPAxisPosition) — método, clase mx.olap.OLAPResultAxis | |
Adds a position to the axis of the query result. | |
addPreloadedRSL(loaderInfo:flash.display:LoaderInfo, rsl:Vector$mx.core:RSLData) — método, interfaz mx.core.IFlexModuleFactory | |
Adds an RSL to the preloadedRSLs list. | |
addPreloadedRSL(loaderInfo:flash.display:LoaderInfo, rsl:Vector$mx.core:RSLData) — método, clase mx.managers.SystemManager | |
Adds an RSL to the preloadedRSLs list. | |
addPropertiesIcon — Parte del aspecto, clase 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) — método, clase fl.motion.MotionBase | |
Almacena un conjunto de valores en los fotogramas clave correspondientes de una propiedad declarada de la clase Motion. | |
addRadioButton(radioButton:fl.controls:RadioButton) — método, clase fl.controls.RadioButtonGroup | |
Añade un botón de opción al conjunto interno de botones de opción para la indización del grupo de botones de opción, que permite seleccionar un único botón de opción en un grupo de botones de este tipo. | |
AddRemoveEffectTargetFilter — clase, Paquete 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() — Información sobre, clase mx.effects.effectClasses.AddRemoveEffectTargetFilter | |
Constructor. | |
addResource(ns:Namespace, resource:Object) — método, clase mx.rpc.xml.QualifiedResourceManager | |
Adds a resource to a potential Array of resources for a given namespace. | |
addResourceBundle(resourceBundle:mx.resources:IResourceBundle, useWeakReference:Boolean) — método, interfaz 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) — método, clase air.update.ApplicationUpdaterUI | |
Añade dinámicamente un nuevo lote de recursos para el idioma especificado. | |
addResponder(responder:mx.rpc:IResponder) — método, clase mx.collections.errors.ItemPendingError | |
addResponder adds a responder to an Array of responders. | |
addResponder(responder:mx.rpc:IResponder) — método, clase mx.rpc.AsyncToken | |
Adds a responder to an Array of responders. | |
address — Propiedad, clase flash.net.InterfaceAddress | |
La dirección del protocolo de Internet (IP). | |
address — Propiedad, clase flash.net.dns.AAAARecord | |
La dirección IPv6. | |
address — Propiedad, clase flash.net.dns.ARecord | |
La dirección IPv4. | |
addresses — Propiedad, clase flash.net.NetworkInterface | |
La lista de las direcciones vinculadas a esta interfaz de red. | |
addReviewStageParticipantPanel — Parte del aspecto, clase 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 — Propiedad estática de constante, clase spark.events.GridSelectionEventKind | |
Indicates that this row should be added to the current selection. | |
addRSLInfo(info:fl.rsl:RSLInfo) — método, clase fl.rsl.RSLPreloader | |
Añade un registro descriptivo de RSLInfo en el archivo SWF o archivo SWZ que se está descargando. | |
addScrollers(chilArray:Array) — método, clase spark.automation.delegates.components.SparkDataGridAutomationImpl | |
private | |
addScrollers(chilArray:Array) — método, clase spark.automation.delegates.components.SparkSkinnableDataContainerAutomationImpl | |
addScrollers(chilArray:Array) — método, clase spark.automation.delegates.components.supportClasses.SparkListBaseAutomationImpl | |
private | |
addSelectedCell(rowIndex:int, columnIndex:int) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase flashx.textLayout.container.ContainerController | |
Añade un objeto flash.display.DisplayObjectContainer al que se añaden formas de selección (resaltado de selección de bloques, cursor, etc.) . | |
addSet(s:mx.olap:IOLAPSet) — método, interfaz mx.olap.IOLAPQueryAxis | |
Adds a set to the query axis. | |
addSet(s:mx.olap:IOLAPSet) — método, clase mx.olap.OLAPQueryAxis | |
Adds a set to the query axis. | |
addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String) — método, clase 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) — método, clase mx.rpc.soap.Operation | |
Adds a header that is applied only to this Operation. | |
addSortField(columnName:String, columnNumber:int, collection:mx.collections:ICollectionView) — método, clase mx.controls.AdvancedDataGridBaseEx | |
Adds a data field to the list of sort fields. | |
addStyleClient(styleClient:mx.styles:IAdvancedStyleClient) — método, clase mx.core.UIComponent | |
Adds a non-visual style client to this component instance. | |
addSubmenu(submenu:flash.display:NativeMenu, label:String) — método, clase flash.display.NativeMenu | |
Añade un submenú al menú insertando un elemento de menú. | |
addSubmenuAt(submenu:flash.display:NativeMenu, index:int, label:String) — método, clase flash.display.NativeMenu | |
Añade un submenú al menú insertando un elemento de menú en la posición especificada. | |
addSynchronization(isComplete:Function, target:Object) — método, interfaz mx.automation.IAutomationObjectHelper | |
Adds a synchronization object to the automation manager. | |
addTarget(target:flash.display:DisplayObject, repeatCount:int, autoPlay:Boolean, startFrame:int, useCurrentFrame:Boolean) — método, clase fl.motion.AnimatorFactoryBase | |
Crea y devuelve una instancia de AnimatorBase cuya propiedad de destino se establece en el objeto DisplayObject (si existe) que representa la propiedad targetName del objeto targetParent, y cuya propiedad Motion se guarda en la instancia de AnimatorFactoryBase durante el proceso de creación. | |
addTarget(target:mx.logging:ILoggingTarget) — Método estático , clase mx.logging.Log | |
Allows the specified target to begin receiving notification of log events. | |
addTargetInfo(targetParent:flash.display:DisplayObject, targetName:String, repeatCount:int, autoPlay:Boolean, startFrame:int, useCurrentFrame:Boolean, initialPosition:Array, zIndex:int, placeholderName:String, instanceFactoryClass:Class) — método, clase fl.motion.AnimatorFactoryBase | |
Hace referencia al objeto DisplayObjectContainer principal y crea y devuelve una instancia de AnimatorBase cuya propiedad de destino se establece en el objeto DisplayObject (si existe) que representa la propiedad targetName del objeto targetParent, y cuya propiedad Motion se guarda en la instancia de AnimatorFactoryBase durante el proceso de creación. | |
addTextLine(textLine:flash.text.engine:TextLine, index:int) — método, clase flashx.textLayout.container.ContainerController | |
Añade un objeto flash.text.engine.TextLine como un descendiente de contenedor. | |
addToCreationQueue(id:Object, preferredIndex:int, callbackFunc:Function, parent:mx.core:IFlexDisplayObject) — método, clase mx.core.Application | |
Add a container to the Application's creation queue. | |
addToDeviceGroup(deviceGroup:flash.net.drm:DRMDeviceGroup, forceRefresh:Boolean) — método, clase flash.net.drm.DRMManager | |
Añade el dispositivo actualmente en ejecución a un grupo de dispositivos. | |
ADD_TO_DEVICE_GROUP_COMPLETE — Propiedad estática de constante, clase flash.events.DRMDeviceGroupEvent | |
ADD_TO_DEVICE_GROUP_ERROR — Propiedad estática de constante, clase flash.events.DRMDeviceGroupErrorEvent | |
addToFreeItemRenderers(item:mx.controls.listClasses:IListItemRenderer) — método, clase 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) — método, clase mx.controls.listClasses.ListBase | |
Adds a renderer to the recycled renderer list, making it invisible and cleaning up references to it. | |
addToRowArrays() — método, clase mx.controls.listClasses.ListBase | |
Add a blank row to the beginning of the arrays that store references to the rows. | |
addTuple(t:mx.olap:IOLAPTuple) — método, interfaz mx.olap.IOLAPQueryAxis | |
Adds a tuple to the query axis. | |
addTuple(tuple:mx.olap:IOLAPTuple) — método, interfaz mx.olap.IOLAPSet | |
Adds a new tuple to the set. | |
addTuple(t:mx.olap:IOLAPTuple) — método, clase mx.olap.OLAPQueryAxis | |
Adds a tuple to the query axis. | |
addTuple(tuple:mx.olap:IOLAPTuple) — método, clase mx.olap.OLAPSet | |
Adds a new tuple to the set. | |
addWantObjects(startIndex:Number, endIndex:Number) — método, clase flash.net.NetGroup | |
Añade objetos de startIndex a endIndex al conjunto de objetos que se va a recuperar. | |
addXMLPath(langCode:String, path:String) — Método estático , clase fl.lang.Locale | |
Añade el par {languageCode y languagePath} en el conjunto interno para utilizarlo en otro momento. | |
adjustBrightness(rgb:uint, brite:Number) — Método estático , clase mx.utils.ColorUtil | |
Performs a linear brightness adjustment of an RGB color. | |
adjustBrightness2(rgb:uint, brite:Number) — Método estático , clase mx.utils.ColorUtil | |
Performs a scaled brightness adjustment of an RGB color. | |
AdjustColor — clase, Paquete fl.motion | |
La clase AdjustColor define varias propiedades de color, como brightness (brillo), contrast (contraste), hue (matiz) o saturation (saturación), para admitir la clase ColorMatrixFilter. | |
AdjustColor() — Información sobre, clase fl.motion.AdjustColor | |
La clase AdjustColor define varias propiedades de color para admitir la clase ColorMatrixFilter. | |
adjustColorObjects — Propiedad, clase fl.motion.KeyframeBase | |
Guarda las instancias de AdjustColor asignadas a sus índices correspondientes en el conjunto de filtros del fotograma clave. | |
adjustedRadius — Estilo, clase 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 — Estilo, clase 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 — Estilo, clase 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) — método, clase mx.core.UIComponent | |
Adjust the focus rectangle. | |
adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — método, clase mx.charts.AxisRenderer | |
Adjusts its layout to accomodate the gutters passed in. | |
adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — método, interfaz mx.charts.chartClasses.IAxisRenderer | |
Adjusts its layout to accomodate the gutters passed in. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — método, clase mx.controls.DataGrid | |
Called from the updateDisplayList() method to adjust the size and position of listContent. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — método, clase mx.controls.listClasses.AdvancedListBase | |
Called from the updateDisplayList() method to adjust the size and position of list content. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — método, clase mx.controls.listClasses.ListBase | |
Called from the updateDisplayList() method to adjust the size and position of listContent. | |
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — método, clase mx.controls.listClasses.TileBase | |
Called from the updateDisplayList() method to adjust the size and position of listContent. | |
adjustMinMax(minValue:Number, maxValue:Number) — método, clase mx.charts.chartClasses.NumericAxis | |
Adjusts the generated or assigned range of the axis's labels. | |
adjustNetConnectionURL(rootUrl:String, url:String) — Método estático , clase mx.netmon.NetworkMonitor | |
Adjust the URL for NetConnectionChannel and HTTPChannel Requests so that it goes through the monitor. | |
adjustNetConnectionURLImpl — Propiedad estática, clase mx.netmon.NetworkMonitor | |
To be assigned by mix-in. | |
adjustRow(contentHolder:mx.controls.listClasses:ListBaseContentHolder, rowNum:int, yy:Number, hh:Number) — método, clase 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) — método, clase spark.components.List | |
Adjusts the selected indices to account for items being added to or removed from this component. | |
adjustSelection(newIndex:int, add:Boolean) — método, clase 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) — método, clase spark.components.List | |
Adjusts the selection based on what keystroke or keystroke combinations were encountered. | |
adjustURLRequest(urlRequest:flash.net:URLRequest, rootURL:String, correlationID:String) — Método estático , clase mx.netmon.NetworkMonitor | |
Adjust the URLRequest so that it goes through the monitor. | |
adjustURLRequestImpl — Propiedad estática, clase mx.netmon.NetworkMonitor | |
To be assigned by mix-in. | |
adobe.utils — Paquete | |
El paquete adobe.utils contiene funciones y clases empleadas por los desarrolladores de la herramienta de edición de Flash. | |
ADVANCED — Propiedad estática de constante, clase flash.text.AntiAliasType | |
Establece el suavizado como suavizado avanzado. | |
AdvancedDataGrid — clase, Paquete 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() — Información sobre, clase mx.controls.AdvancedDataGrid | |
Constructor. | |
AdvancedDataGridAccImpl — clase, Paquete mx.accessibility | |
The AdvancedDataGridAccImpl class is the accessibility class for AdvancedDataGrid. | |
AdvancedDataGridAccImpl(master:mx.core:UIComponent) — Información sobre, clase mx.accessibility.AdvancedDataGridAccImpl | |
Constructor. | |
AdvancedDataGridAutomationImpl — clase, Paquete mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGrid control. | |
AdvancedDataGridAutomationImpl(obj:mx.controls:AdvancedDataGrid) — Información sobre, clase mx.automation.delegates.advancedDataGrid.AdvancedDataGridAutomationImpl | |
Constructor. | |
AdvancedDataGridBase — clase, Paquete 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() — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridBase | |
Constructor. | |
AdvancedDataGridBaseEx — clase, Paquete mx.controls | |
The AdvancedDataGridBaseEx class is a base class of the AdvancedDataGrid control. | |
AdvancedDataGridBaseEx() — Información sobre, clase mx.controls.AdvancedDataGridBaseEx | |
Constructor. | |
AdvancedDataGridBaseExAutomationImpl — clase, Paquete mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGrid control. | |
AdvancedDataGridBaseExAutomationImpl(obj:mx.controls:AdvancedDataGrid) — Información sobre, clase mx.automation.delegates.advancedDataGrid.AdvancedDataGridBaseExAutomationImpl | |
Constructor. | |
AdvancedDataGridBaseSelectionData — clase, Paquete 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) — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionData | |
Constructor. | |
AdvancedDataGridColumn — clase, Paquete mx.controls.advancedDataGridClasses | |
The AdvancedDataGridColumn class describes a column in an AdvancedDataGrid control. | |
AdvancedDataGridColumn(columnName:String) — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridColumn | |
Constructor. | |
AdvancedDataGridColumnGroup — clase, Paquete mx.controls.advancedDataGridClasses | |
Use the AdvancedDataGridColumnGroup class to specify column groups for the AdvancedDataGrid control. | |
AdvancedDataGridColumnGroup(columnName:String) — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridColumnGroup | |
Constructor. | |
AdvancedDataGridDragProxy — clase, Paquete mx.controls.advancedDataGridClasses | |
The AdvancedDataGridDragProxy class defines the default drag proxy used when dragging data from an AdvancedDataGrid control. | |
AdvancedDataGridDragProxy() — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridDragProxy | |
Constructor. | |
AdvancedDataGridEvent — clase, Paquete 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) — Información sobre, clase mx.events.AdvancedDataGridEvent | |
Constructor. | |
AdvancedDataGridEventReason — clase final, Paquete 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 — clase, Paquete mx.controls.advancedDataGridClasses | |
The AdvancedDataGridGroupItemRenderer class defines the default item renderer for the nodes of the navigation tree. | |
AdvancedDataGridGroupItemRenderer() — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridGroupItemRenderer | |
Constructor. | |
AdvancedDataGridGroupItemRendererAutomationImpl — clase, Paquete mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGridGroupItemRenderer class. | |
AdvancedDataGridGroupItemRendererAutomationImpl(obj:mx.controls.advancedDataGridClasses:AdvancedDataGridGroupItemRenderer) — Información sobre, clase mx.automation.delegates.advancedDataGrid.AdvancedDataGridGroupItemRendererAutomationImpl | |
Constructor. | |
AdvancedDataGridHeaderHorizontalSeparator — clase, Paquete mx.skins.halo | |
The skin for the separator between column headers in an AdvancedDataGrid control. | |
AdvancedDataGridHeaderHorizontalSeparator() — Información sobre, clase mx.skins.halo.AdvancedDataGridHeaderHorizontalSeparator | |
Constructor. | |
AdvancedDataGridHeaderInfo — clase, Paquete 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) — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo | |
Constructor. | |
AdvancedDataGridHeaderRenderer — clase, Paquete mx.controls.advancedDataGridClasses | |
The AdvancedDataGridHeaderRenderer class defines the default header renderer for a AdvancedDataGrid control. | |
AdvancedDataGridHeaderRenderer() — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderRenderer | |
Constructor. | |
AdvancedDataGridHeaderShiftEvent — clase, Paquete 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) — Información sobre, clase mx.automation.events.AdvancedDataGridHeaderShiftEvent | |
Constructor. | |
AdvancedDataGridItemRenderer — clase, Paquete mx.controls.advancedDataGridClasses | |
The AdvancedDataGridItemRenderer class defines the default item renderer for a AdvancedDataGrid control. | |
AdvancedDataGridItemRenderer() — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer | |
Constructor. | |
AdvancedDataGridItemRendererAutomationImpl — clase, Paquete mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedDataGridItemRenderer class. | |
AdvancedDataGridItemRendererAutomationImpl(obj:mx.controls.advancedDataGridClasses:AdvancedDataGridItemRenderer) — Información sobre, clase mx.automation.delegates.advancedDataGrid.AdvancedDataGridItemRendererAutomationImpl | |
Constructor. | |
AdvancedDataGridItemSelectEvent — clase, Paquete 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) — Información sobre, clase mx.automation.events.AdvancedDataGridItemSelectEvent | |
Constructor. | |
advancedDataGridListData — Propiedad, clase mx.controls.advancedDataGridClasses.MXAdvancedDataGridItemRenderer | |
The implementation of the listData property as defined by the IDropInListItemRenderer interface. | |
AdvancedDataGridListData — clase, Paquete 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) — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridListData | |
Constructor. | |
AdvancedDataGridRendererDescription — clase, Paquete mx.controls.advancedDataGridClasses | |
The AdvancedDataGridRendererDescription class contains information that describes an item renderer for the AdvancedDataGrid control. | |
AdvancedDataGridRendererDescription() — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridRendererDescription | |
Constructor. | |
AdvancedDataGridRendererProvider — clase, Paquete mx.controls.advancedDataGridClasses | |
An AdvancedDataGridRendererProvider instance defines the characteristics for a single item renderer used by the AdvancedDataGrid control. | |
AdvancedDataGridRendererProvider() — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridRendererProvider | |
Constructor. | |
AdvancedDataGridSortItemRenderer — clase, Paquete 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() — Información sobre, clase mx.controls.advancedDataGridClasses.AdvancedDataGridSortItemRenderer | |
Constructor. | |
AdvancedListBase — clase, Paquete 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() — Información sobre, clase mx.controls.listClasses.AdvancedListBase | |
Constructor. | |
AdvancedListBaseAutomationImpl — clase, Paquete mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedListBase class. | |
AdvancedListBaseAutomationImpl(obj:mx.controls.listClasses:AdvancedListBase) — Información sobre, clase mx.automation.delegates.advancedDataGrid.AdvancedListBaseAutomationImpl | |
Constructor. | |
AdvancedListBaseContentHolderAutomationImpl — clase, Paquete mx.automation.delegates.advancedDataGrid | |
Defines methods and properties required to perform instrumentation for the AdvancedListBaseContentHolder class. | |
AdvancedListBaseContentHolderAutomationImpl(obj:mx.controls.listClasses:AdvancedListBaseContentHolder) — Información sobre, clase mx.automation.delegates.advancedDataGrid.AdvancedListBaseContentHolderAutomationImpl | |
Constructor. | |
advancedSearchButton — Parte del aspecto, clase 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 del aspecto, clase com.adobe.ep.ux.content.view.AssetManagerView | |
Skin Part for Advanced Search Pod Skin Part for Advanced Search Pod | |
AdvancedStyleClient — clase, Paquete mx.styles | |
A base class that can be used when implementing an object that uses the IAdvancedStyleClient interface. | |
AdvancedStyleClient() — Información sobre, clase mx.styles.AdvancedStyleClient | |
Constructor. | |
affectsTweenable(tweenableName:String) — método, clase fl.motion.KeyframeBase | |
Indica si el fotograma clave influye en una propiedad de animación específica. | |
AFTER — Propiedad estática de constante, clase mx.states.AddItems | |
Documentation is not currently available. | |
AFTER — Propiedad estática de constante, clase spark.components.CalloutPosition | |
Position the leading edge of the callout after the trailing edge of the owner. | |
AFTER — Propiedad estática de constante, clase spark.effects.AddAction | |
Constant used to specify the position to add the item relative to the object specified by the relativeTo property. | |
afterBounds — Propiedad, clase flash.events.NativeWindowBoundsEvent | |
Límites de la ventana tras el cambio. | |
afterBounds — Propiedad, clase spark.events.TitleWindowBoundsEvent | |
The bounds of the object after the action. | |
afterContent — Propiedad, interfaz flashx.textLayout.formats.IListMarkerFormat | |
Especifica una cadena que va tras el marcador. | |
afterContent — Propiedad, clase flashx.textLayout.formats.ListMarkerFormat | |
Especifica una cadena que va tras el marcador. | |
afterDisplayState — Propiedad, clase flash.events.NativeWindowDisplayStateEvent | |
Estado de visualización de NativeWindow después del cambio. | |
afterLast — Propiedad, clase mx.collections.HierarchicalCollectionViewCursor | |
If the cursor is located after the last item in the view, this property is true . | |
afterLast — Propiedad, interfaz mx.collections.IViewCursor | |
If the cursor is located after the last item in the view, this property is true . | |
afterOrientation — Propiedad, clase flash.events.StageOrientationEvent | |
Los límites del escenario tras el cambio. | |
AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_BUFFER_FRAGMENTS_THRESHOLD — Propiedad estática de constante, clase org.osmf.net.httpstreaming.HTTPStreamingNetLoader | |
AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_MIN_RATIO — Propiedad estática de constante, clase org.osmf.net.httpstreaming.HTTPStreamingNetLoader | |
aggregator — Propiedad, clase mx.olap.OLAPMeasure | |
The aggregation to be performed for this measure. | |
air.desktop — Paquete | |
El paquete air.desktop contiene la clase URLFilePromise, que permite trabajar con archivos remotos arrastrados de una aplicación de AIR al escritorio. | |
AirDragManagerAutomationHandler — clase, Paquete mx.automation.air | |
Helper class that provides methods required for automation of drag and drop in AIR applications | |
AirDragManagerAutomationHandler() — Información sobre, clase mx.automation.air.AirDragManagerAutomationHandler | |
Constructor | |
AIREvent — clase, Paquete 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) — Información sobre, clase mx.events.AIREvent | |
Constructor. | |
AirFunctionsHelper — clase, Paquete mx.automation.air | |
Helper class that provides methods required for automation of AIR applications | |
AirFunctionsHelper(windowId:String) — Información sobre, clase mx.automation.air.AirFunctionsHelper | |
Constructor | |
air.net — Paquete | |
El paquete air.net contiene clases para la detección a través de la red. Este paquete sólo está disponible en contenido ejecutado en el motor de ejecución de AIR. | |
air.update — Paquete | |
El paquete air.update contiene clases para actualizar aplicaciones de AIR. Este paquete sólo está disponible en contenido ejecutado en el motor de ejecución de AIR. | |
air.update.events — Paquete | |
El paquete air.update.events. contiene clases que definen eventos utilizados por la arquitectura marco de actualización de la aplicación de AIR. Este paquete sólo está disponible en contenido ejecutado en el motor de ejecución de AIR. | |
airWindowIndicatorPropertyName — Propiedad estática de constante, clase mx.automation.AutomationManager | |
album — Propiedad, clase flash.media.ID3Info | |
El nombre del álbum; corresponde al elemento TALB de la etiqueta ID3 2.0. | |
Alert — clase, Paquete 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() — Información sobre, clase mx.controls.Alert | |
Constructor. | |
ALERT — Propiedad estática de constante, clase flash.notifications.NotificationStyle | |
Un estilo de notificación para mostrar un cuadro de alerta después de recibir una notificación. | |
AlertAccImpl — clase, Paquete mx.accessibility | |
AlertAccImpl is a subclass of AccessibilityImplementation which implements accessibility for the Alert class. | |
AlertAccImpl(master:mx.core:UIComponent) — Información sobre, clase mx.accessibility.AlertAccImpl | |
Constructor. | |
AlertAutomationImpl — clase, Paquete mx.automation.delegates.controls | |
Defines methods and properties required to perform instrumentation for the Alert control. | |
AlertAutomationImpl(obj:mx.controls:Alert) — Información sobre, clase mx.automation.delegates.controls.AlertAutomationImpl | |
Constructor. | |
AlertFormAutomationImpl — clase, Paquete mx.automation.delegates.controls | |
Defines methods and properties required to perform instrumentation for the AlertForm class. | |
AlertFormAutomationImpl(obj:mx.controls.alertClasses:AlertForm) — Información sobre, clase mx.automation.delegates.controls.AlertFormAutomationImpl | |
Constructor. | |
align — Propiedad, clase fl.video.FLVPlayback | |
Especifica el diseño del vídeo si la propiedad scaleMode se ha establecido como VideoScaleMode.MAINTAIN_ASPECT_RATIO o VideoScaleMode.NO_SCALE. | |
align — Propiedad, clase fl.video.VideoPlayer | |
Especifica el modo que el vídeo se muestra con respecto a las propiedades registrationX, registrationY, registrationWidth y registrationHeight. | |
align — Propiedad, clase flash.display.Stage | |
Un valor de la clase StageAlign que especifica la alineación del escenario en Flash Player o el navegador. | |
align — Propiedad, clase flash.text.TextFormat | |
Indica la alineación del párrafo. | |
alignLabelsToUnits — Propiedad, clase mx.charts.DateTimeAxis | |
Determines the placement of labels along the axis. | |
alignment — Propiedad, clase flash.text.engine.TabStop | |
Especifica la alineación de tabulación del tabulador. | |
alignment — Propiedad, interfaz flashx.textLayout.formats.ITabStopFormat | |
Alineación de tabulación de la tabulación. | |
alignment — Propiedad, clase flashx.textLayout.formats.TabStopFormat | |
Alineación de tabulación de la tabulación. | |
alignmentBaseline — Estilo, clase spark.components.supportClasses.SliderBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.supportClasses.GroupBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.supportClasses.ButtonBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.supportClasses.SkinnableTextBase | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.Label | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.RichText | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.FormHeading | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.NumericStepper | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.SkinnableContainer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.SkinnableDataContainer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.Scroller | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.DataGrid | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.RichEditableText | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.components.VideoPlayer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.skins.spark.DefaultItemRenderer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Estilo, clase spark.skins.wireframe.DefaultItemRenderer | |
Specifies the baseline to which the dominant baseline aligns. | |
alignmentBaseline — Propiedad, clase flash.text.engine.ElementFormat | |
Especifica el tipo de línea base en el elemento contenedor con el que se alinean las líneas de base dominantes de los elementos con este formato. | |
alignmentBaseline — Propiedad, clase flashx.textLayout.container.ContainerController | |
TextLayoutFormat: especifica la línea de base con la que se alinea la línea de base dominante. | |
alignmentBaseline — Propiedad, clase flashx.textLayout.elements.FlowElement | |
TextLayoutFormat: especifica la línea de base con la que se alinea la línea de base dominante. | |
alignmentBaseline — Propiedad, interfaz flashx.textLayout.formats.ITextLayoutFormat | |
Especifica la línea de base con la que se alinea la línea de base dominante. | |
alignmentBaseline — Propiedad, clase flashx.textLayout.formats.TextLayoutFormat | |
Especifica la línea de base con la que se alinea la línea de base dominante. | |
alignSymbol — Propiedad, clase mx.formatters.CurrencyFormatter | |
Aligns currency symbol to the left side or the right side of the formatted number. | |
alignSymbol — Propiedad, clase mx.validators.CurrencyValidator | |
Specifies the alignment of the currencySymbol relative to the rest of the expression. | |
alignToolTip — Propiedad, clase mx.controls.RichTextEditor | |
The ToolTip that appears when the user hovers over the text alignment buttons. | |
ALL — Propiedad estática de constante, clase fl.core.InvalidationType | |
La constante InvalidationType.ALL define el valor de la propiedad type del objeto de evento que se distribuye para indicar que el componente se debería volver a dibujar por completo. | |
ALL — Propiedad estática de constante, clase fl.video.CuePointType | |
Define el valor del parámetro type de los métodos findCuePoint() y findNearestCuePoint(). | |
ALL — Propiedad estática de constante, clase flash.display3D.Context3DClearMask | |
Borra todos los búferes. | |
ALL — Propiedad estática de constante, clase flash.events.GesturePhase | |
Un valor único que abarca todas las fases de gestos sencillos como toque con dos dedos o barrido. | |
ALL — Propiedad estática de constante, clase flash.text.AutoCapitalize | |
Todos los caracteres en mayúsculas. | |
ALL — Propiedad estática de constante, clase flash.text.engine.BreakOpportunity | |
Trata todos los caracteres del objeto ContentElement como oportunidades de salto de línea, lo que significa que tendrá lugar un salto de línea después de cada carácter. | |
ALL — Propiedad estática de constante, clase mx.core.ContainerCreationPolicy | |
Immediately create all descendants. | |
ALL — Propiedad estática de constante, clase mx.logging.LogEventLevel | |
Tells a target to process all messages. | |
ALL_BUT_LAST — Propiedad estática de constante, clase flash.text.engine.LineJustification | |
Justificar todas las líneas excepto la última. | |
ALL_BUT_MANDATORY_BREAK — Propiedad estática de constante, clase flash.text.engine.LineJustification | |
Justifica todas las líneas excepto la última y las líneas que terminan con saltos obligatorios. | |
allElements — Propiedad, clase mx.charts.chartClasses.ChartBase | |
The set of all chart elements displayed in the chart. | |
ALL_INCLUDING_LAST — Propiedad estática de constante, clase flash.text.engine.LineJustification | |
Justificar todas las líneas. | |
allMemberName — Propiedad, interfaz mx.olap.IOLAPHierarchy | |
The name of the all member of the hierarchy. | |
allMemberName — Propiedad, clase mx.olap.OLAPHierarchy | |
The name of the all member of the hierarchy. | |
allowCodeImport — Propiedad, clase flash.system.LoaderContext | |
Especifica si se puede utilizar un objeto Loader para importar contenido con código ejecutable, por ejemplo, un archivo SWF, en el entorno limitado de seguridad del elemento que realiza la llamada. | |
allowCopy — Propiedad, clase flash.desktop.NativeDragOptions | |
Se permite un destino de colocación para copiar los datos arrastrados. | |
allowDelayedOperations — Propiedad, clase flashx.textLayout.edit.EditManager | |
allowDelayedOperations — Propiedad, interfaz flashx.textLayout.edit.IEditManager | |
Controla si operaciones se pueden poner en cola para ejecutarse más tarde. | |
allowDeselection — Propiedad, clase spark.components.ButtonBarButton | |
If true, the user click on a currently selected button to deselect it. | |
allowDisjointSelection — Propiedad, clase mx.controls.DateChooser | |
If true, specifies that non-contiguous(disjoint) selection is allowed in the DateChooser control. | |
allowDomain(... rest) — método, clase flash.net.LocalConnection | |
Especifica uno o varios dominios que pueden enviar las llamadas a LocalConnection a esta instancia de LocalConnection. | |
allowDomain(... rest) — Método estático , clase flash.system.Security | |
Permite a los archivos SWF de los dominios identificados acceder a los objetos y variables del archivo SWF que contiene la llamada allowDomain(). | |
allowDomain(... rest) — método, interfaz 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) — método, clase 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 — Propiedad, interfaz mx.core.IFlexModuleFactory | |
Controls whether the domains allowed by calls to allowDomain() are also allowed by RSLs loaded after the call. | |
allowDomainsInNewRSLs — Propiedad, clase mx.managers.SystemManager | |
Controls whether the domains allowed by calls to allowDomain() are also allowed by RSLs loaded after the call. | |
allowDomainsInNewRSLs — Propiedad, clase mx.managers.WindowedSystemManager | |
Controls whether the domains allowed by calls to allowDomain() are also allowed by RSLs loaded after the call. | |
allowDragSelection — Propiedad, clase mx.controls.listClasses.AdvancedListBase | |
A flag that indicates whether drag-selection is enabled. | |
allowDragSelection — Propiedad, clase mx.controls.listClasses.ListBase | |
A flag that indicates whether drag-selection is enabled. | |
allowedActions — Propiedad, clase flash.events.NativeDragEvent | |
Objeto NativeDragOptions que especifica las acciones permitidas en el objeto de visualización que inició la operación de arrastrar. | |
allowedFormatChars — Propiedad, clase mx.validators.CreditCardValidator | |
The set of formatting characters allowed in the cardNumber field. | |
allowedFormatChars — Propiedad, clase mx.validators.DateValidator | |
The set of formatting characters allowed for separating the month, day, and year values. | |
allowedFormatChars — Propiedad, clase mx.validators.PhoneNumberValidator | |
The set of allowable formatting characters. | |
allowedFormatChars — Propiedad, clase mx.validators.SocialSecurityValidator | |
Specifies the set of formatting characters allowed in the input. | |
allowedFormatChars — Propiedad, clase mx.validators.ZipCodeValidator | |
The set of formatting characters allowed in the ZIP code. | |
allowFreeTextBtn — Parte del aspecto, clase 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) — método, clase flash.net.LocalConnection | |
Especifica uno o varios dominios que pueden enviar las llamadas a LocalConnection a este objeto LocalConnection. | |
allowInsecureDomain(... rest) — Método estático , clase flash.system.Security | |
Permite a los archivos SWF y HTML de los dominios identificados acceder a los objetos y variables del archivo SWF, que se aloja mediante el protocolo HTTPS. | |
allowInsecureDomain(... rest) — método, interfaz 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) — método, clase 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 — Propiedad, interfaz mx.core.IFlexModuleFactory | |
Controls whether the domains allowed by calls to allowInsecureDomain() are also allowed by RSLs loaded after the call. | |
allowInsecureDomainsInNewRSLs — Propiedad, clase mx.managers.SystemManager | |
Controls whether the domains allowed by calls to allowInsecureDomain() are also allowed by RSLs loaded after the call. | |
allowInsecureDomainsInNewRSLs — Propiedad, clase mx.managers.WindowedSystemManager | |
Controls whether the domains allowed by calls to allowInsecureDomain() are also allowed by RSLs loaded after the call. | |
allowInteraction — Propiedad, clase mx.printing.PrintAdvancedDataGrid | |
If true, allows some interactions with the control, such as column resizing, column reordering, and expanding or collapsing nodes. | |
allowInteraction — Propiedad, clase mx.printing.PrintOLAPDataGrid | |
If true, allows some interactions with the control, such as column resizing. | |
allowItemSizeChangeNotification — Propiedad, clase mx.controls.listClasses.ListBase | |
If false, renderers cannot invalidate size of List. | |
allowLibraryAccessBtn — Parte del aspecto, clase 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 — Propiedad, clase flash.desktop.NativeDragOptions | |
Se permite un destino para crear un vínculo en los datos arrastrados. | |
allowLoadBytesCodeExecution — Propiedad, clase flash.system.LoaderContext | |
Propiedad heredada, reemplazada por allowCodeImport, pero aún se admite por motivos de compatibilidad. | |
allowMerge — Propiedad, clase flashx.textLayout.operations.DeleteTextOperation | |
Indica si esta operación se puede combinar con operaciones ejecutadas antes o después. | |
allowMove — Propiedad, clase flash.desktop.NativeDragOptions | |
Se permite un destino de colocación para copiar los datos movidos. | |
allowMultipleSelection — Propiedad, clase fl.controls.SelectableList | |
Obtiene un valor booleano que indica si se pueden seleccionar a la vez varios elementos de lista. | |
allowMultipleSelection — Propiedad, clase mx.controls.DateChooser | |
If true, specifies that multiple selection is allowed in the DateChooser control. | |
allowMultipleSelection — Propiedad, clase mx.controls.listClasses.AdvancedListBase | |
A flag that indicates whether you can allow more than one item to be selected at the same time. | |
allowMultipleSelection — Propiedad, clase mx.controls.listClasses.ListBase | |
A flag that indicates whether you can allow more than one item to be selected at the same time. | |
allowMultipleSelection — Propiedad, clase spark.components.List | |
If true multiple selection is enabled. | |
allowNegative — Propiedad, clase mx.validators.CurrencyValidator | |
Specifies whether negative numbers are permitted. | |
allowNegative — Propiedad, clase mx.validators.NumberValidator | |
Specifies whether negative numbers are permitted. | |
allowNegative — Propiedad, clase spark.validators.supportClasses.NumberValidatorBase | |
Specifies whether negative numbers are permitted. | |
allowNegativeForStacked — Propiedad, clase mx.charts.chartClasses.StackedSeries | |
Setting this property to true will stack positive and negative values separately | |
allowNull — Propiedad, clase flash.data.SQLColumnSchema | |
Indica si se admiten valores NULL en esta columna. | |
allowsFullScreen — Propiedad, clase flash.display.Stage | |
Especifica si este escenario permite el uso del modo de pantalla completa | |
allowsFullScreenInteractive — Propiedad, clase flash.display.Stage | |
Especifica si esta etapa permite utilizar la pantalla completa en el modo de entrada de texto | |
allowThumbOverlap — Propiedad, clase mx.controls.sliderClasses.Slider | |
If set to false, then each thumb can only be moved to the edge of the adjacent thumb. | |
allowTrackClick — Propiedad, clase mx.controls.sliderClasses.Slider | |
Specifies whether clicking on the track will move the slider thumb. | |
allowValueWrap — Propiedad, clase spark.components.Spinner | |
Determines the behavior of the control for a step when the current value is either the maximum or minimum value. | |
AllValuesAreSet() — método, clase fl.motion.AdjustColor | |
Verifica si las cuatro propiedades de AdjustColor están definidas. | |
alpha — Propiedad, clase flash.display.DisplayObject | |
Indica el valor de transparencia alfa del objeto especificado. | |
alpha — Propiedad, clase flash.display.GraphicsSolidFill | |
Indica el valor de transparencia alfa del relleno. | |
alpha — Propiedad, clase flash.filters.ConvolutionFilter | |
Valor de transparencia alfa del color opcional. | |
alpha — Propiedad, clase flash.filters.DisplacementMapFilter | |
Especifica el valor de transparencia alfa que debe utilizarse para desplazamientos fuera de los límites. | |
alpha — Propiedad, clase flash.filters.DropShadowFilter | |
Valor de transparencia alfa del color de la sombra. | |
alpha — Propiedad, clase flash.filters.GlowFilter | |
Valor de transparencia alfa del color. | |
alpha — Propiedad, clase flash.text.engine.ElementFormat | |
Especifica la transparencia de los elementos de línea afectados por este objeto. | |
alpha — Propiedad, clase mx.containers.utilityClasses.PostScaleAdapter | |
alpha — Propiedad, clase mx.core.DesignLayer | |
The alpha for this design layer instance, between 0.0 and 1.0. | |
alpha — Propiedad, interfaz mx.core.IFlexDisplayObject | |
Indica el valor de transparencia alfa del objeto especificado. | |
alpha — Propiedad, interfaz mx.core.IVisualElement | |
Indica el valor de transparencia alfa del objeto especificado. | |
alpha — Propiedad, clase mx.graphics.BitmapFill | |
The transparency of a fill. | |
alpha — Propiedad, clase mx.graphics.GradientEntry | |
The transparency of a gradient fill. | |
alpha — Propiedad, clase mx.graphics.RectangularDropShadow | |
Valor de transparencia alfa del color de la sombra. | |
alpha — Propiedad, clase mx.graphics.SolidColor | |
The transparency of a color. | |
alpha — Propiedad, clase mx.graphics.SolidColorStroke | |
The transparency of a line. | |
alpha — Propiedad, clase spark.filters.ConvolutionFilter | |
The alpha transparency value for the color. | |
alpha — Propiedad, clase spark.filters.DisplacementMapFilter | |
Specifies the alpha transparency value to use for out-of-bounds displacements. | |
alpha — Propiedad, clase spark.filters.DropShadowFilter | |
The alpha transparency value for the color. | |
alpha — Propiedad, clase spark.filters.GlowFilter | |
The alpha transparency value for the color. | |
alpha — Propiedad, clase spark.primitives.RectangularDropShadow | |
The alpha transparency value for the color. | |
alpha — Propiedad, clase spark.primitives.supportClasses.GraphicElement | |
The level of transparency of the graphic element. | |
ALPHA — Propiedad estática de constante, clase flash.display.BitmapDataChannel | |
El canal alfa. | |
ALPHA — Propiedad estática de constante, clase flash.display.BlendMode | |
Aplica el valor alfa de cada píxel del objeto de visualización al fondo. | |
ALPHA — Propiedad estática de constante, clase spark.core.MaskType | |
The mask respects opacity and uses the strokes and bitmap filters of the mask. | |
alphaFrom — Propiedad, clase mx.effects.Dissolve | |
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Propiedad, clase mx.effects.Fade | |
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Propiedad, clase mx.effects.Glow | |
Starting transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaFrom — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad, clase mx.effects.effectClasses.GlowInstance | |
Starting transparency level. | |
alphaFrom — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad, clase flash.geom.ColorTransform | |
Valor decimal que se multiplica por el valor del canal de transparencia alfa. | |
ALPHANUMERIC — Propiedad estática de constante, clase flash.ui.KeyboardType | |
Un teclado estándar con un conjunto completo de números y letras. | |
ALPHANUMERIC_FULL — Propiedad estática de constante, clase flash.system.IMEConversionMode | |
Cadena "ALPHANUMERIC_FULL", que se utiliza con la propiedad IME.conversionMode. | |
ALPHANUMERIC_HALF — Propiedad estática de constante, clase flash.system.IMEConversionMode | |
Cadena "ALPHANUMERIC_HALF", que se utiliza con la propiedad IME.conversionMode. | |
alphaOffset — Propiedad, clase flash.geom.ColorTransform | |
Número de -255 a 255 que se añade al valor del canal de transparencia alfa después de multiplicarse por el valor de alphaMultiplier. | |
alphas — Propiedad, clase flash.display.GraphicsGradientFill | |
Conjunto de valores de alfa para los colores correspondientes del conjunto colors. | |
alphas — Propiedad, clase flash.filters.GradientBevelFilter | |
Conjunto de valores de transparencia alfa para los colores correspondientes del conjunto colors. | |
alphas — Propiedad, clase flash.filters.GradientGlowFilter | |
Conjunto de valores de transparencia alfa para los colores correspondientes del conjunto colors. | |
alphaTo — Propiedad, clase mx.effects.Dissolve | |
Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Propiedad, clase mx.effects.Fade | |
Final transparency level, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Propiedad, clase mx.effects.Glow | |
Ending transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
alphaTo — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad, clase mx.effects.effectClasses.GlowInstance | |
Ending transparency level. | |
alphaTo — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad estática de constante, clase flash.display.NativeWindowSystemChrome | |
Se reserva para su uso futuro. | |
ALTERNATE — Propiedad estática de constante, clase flash.ui.Keyboard | |
Constante asociada al valor de código de tecla asociado de la tecla Alt (Opción) (18). | |
alternatingItemColors — Estilo, clase mx.controls.listClasses.ListBase | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Estilo, clase mx.controls.listClasses.AdvancedListBase | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Estilo, clase mx.controls.Tree | |
Colors for rows in an alternating pattern. | |
alternatingItemColors — Estilo, clase mx.controls.ComboBox | |
The set of BackgroundColors for drop-down list rows in an alternating pattern. | |
alternatingItemColors — Estilo, clase mx.controls.Menu | |
The colors used for menu or submenu menu items in an alternating pattern. | |
alternatingItemColors — Estilo, clase mx.controls.AdvancedDataGrid | |
Colors for rows in an alternating pattern. | |
alternatingItemColors — Estilo, clase spark.components.supportClasses.GroupBase | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Estilo, clase spark.components.List | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Estilo, clase spark.components.SkinnableContainer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Estilo, clase spark.components.Scroller | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Estilo, clase spark.components.LabelItemRenderer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Estilo, clase spark.skins.spark.DefaultItemRenderer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingItemColors — Estilo, clase spark.skins.wireframe.DefaultItemRenderer | |
The colors to use for the backgrounds of the items in the list. | |
alternatingRowColors — Estilo, clase spark.components.DataGrid | |
Used to initialize the DataGrid's rowBackground skin part. | |
alternatingRowColorsBackground — Parte del aspecto, clase spark.components.DataGrid | |
The IVisualElement class used to render the alternatingRowColors style. The IVisualElement class used to render the alternatingRowColors style. | |
altitude — Propiedad, clase flash.events.GeolocationEvent | |
La altitud en metros. | |
altKey — Propiedad, clase flash.events.GestureEvent | |
Indica si la tecla Alt está activa (true) o inactiva (false). | |
altKey — Propiedad, clase flash.events.KeyboardEvent | |
Indica si la tecla Alt está activa (true) o inactiva (false) en Windows; indica si la tecla Opción está activa en Mac OS. | |
altKey — Propiedad, clase flash.events.MouseEvent | |
Indica si la tecla Alt está activa (true) o inactiva (false). | |
altKey — Propiedad, clase flash.events.TouchEvent | |
Indica si la tecla Alt está activa (true) o inactiva (false). | |
altKey — Propiedad, clase mx.automation.events.AdvancedDataGridItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Propiedad, clase mx.automation.events.ChartSelectionChangeEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Propiedad, clase mx.automation.events.ListItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Propiedad, clase mx.events.SandboxMouseEvent | |
Indicates whether the Alt key was pressed. | |
altKey — Propiedad, clase spark.automation.events.SparkDataGridItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
altKey — Propiedad, clase spark.automation.events.SparkListItemSelectEvent | |
Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
ALWAYS — Propiedad estática de constante, clase flash.display.PixelSnapping | |
Valor constante de la propiedad pixelSnapping de un objeto Bitmap que especifica que la imagen de mapa de bits siempre se ajusta al píxel más cercano, con independencia de cualquier transformación. | |
ALWAYS — Propiedad estática de constante, clase flash.display3D.Context3DCompareMode | |
La comparación siempre da como resultado true. | |
ALWAYS — Propiedad estática de constante, clase flash.text.StageTextClearButtonMode | |
StageText clearButton se muestra siempre. | |
ALWAYS — Propiedad estática de constante, clase 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 — Propiedad, clase spark.primitives.supportClasses.GraphicElement | |
Specifies that this GraphicElement is to be associated with and be rendered to its own DisplayObject. | |
alwaysInFront — Propiedad, clase flash.display.NativeWindow | |
Indica si la ventana siempre está delante del resto de ventanas (incluidas las de otras aplicaciones). | |
alwaysInFront — Propiedad, clase mx.core.Window | |
Determines whether the underlying NativeWindow is always in front of other windows (including those of other applications). | |
alwaysInFront — Propiedad, clase mx.core.WindowedApplication | |
Determines whether the underlying NativeWindow is always in front of other windows. | |
alwaysInFront — Propiedad, clase spark.components.Window | |
Determines whether the underlying NativeWindow is always in front of other windows (including those of other applications). | |
alwaysInFront — Propiedad, clase spark.components.WindowedApplication | |
Determines whether the underlying NativeWindow is always in front of other windows. | |
ALWAYS_REQUIRED — Propiedad estática de constante, clase flash.security.RevocationCheckSettings | |
Comprobar siempre revocación del certificado. | |
alwaysShowSelection — Propiedad, clase fl.controls.TextArea | |
Obtiene o define un valor booleano que indica si Flash Player resalta una selección en el campo de texto cuando éste no está seleccionado. | |
alwaysShowSelection — Propiedad, clase fl.controls.TextInput | |
Obtiene o define un valor booleano que indica cómo se muestra una selección cuando el campo de texto no se ha seleccionado. | |
alwaysShowSelection — Propiedad, clase fl.text.TLFTextField | |
Cuando se establece como true y el campo de texto no está seleccionado, Flash Player resalta la selección del campo de texto en color azul claro. | |
alwaysShowSelection — Propiedad, clase flash.text.TextField | |
Cuando se establece como true y el campo de texto no está seleccionado, Flash Player resalta la selección del campo de texto en color gris. | |
alwaysShowSelection — Propiedad, clase mx.core.FTETextField | |
This property is not implemented in FTETextField because FTETextField does not support selection. | |
alwaysShowSelection — Propiedad, interfaz mx.core.IUITextField | |
Cuando se establece como true y el campo de texto no está seleccionado, Flash Player resalta la selección del campo de texto en color gris. | |
AMBIENT — Propiedad estática de constante, clase flash.media.AudioPlaybackMode | |
Un modo para la reproducción de sonido ambiental. | |
AMERICAN_EXPRESS — Propiedad estática de constante, clase mx.validators.CreditCardValidatorCardType | |
Specifies the card type as American Express. | |
AMF0 — Propiedad estática de constante, clase flash.net.ObjectEncoding | |
Especifica que los objetos se serializan con el formato de mensaje de acción para ActionScript 1.0 y 2.0. | |
AMF3 — Propiedad estática de constante, clase flash.net.ObjectEncoding | |
Especifica que los objetos se serializan con el formato de mensaje de acción para ActionScript 3.0. | |
analyze — Evento, clase flash.data.SQLConnection | |
Se distibuye cuando la operación de llamada al método analyze() finaliza correctamente. | |
analyze(resourceName:String, responder:flash.net:Responder) — método, clase flash.data.SQLConnection | |
Reúne estadísticas sobre los índices de base de datos y las guarda en la base de datos. | |
ANALYZE — Propiedad estática de constante, clase flash.errors.SQLErrorOperation | |
Indica que se ha llamado al método SQLConnection.analyze(). | |
ANALYZE — Propiedad estática de constante, clase flash.events.SQLEvent | |
La constante SQLEvent.ANALYZE define el valor de la propiedad type de un objeto de evento analyze. | |
ancestor — Propiedad, clase mx.styles.CSSSelector | |
If this selector is part of a descendant selector it may have a further selector defined for an arbitrary ancestor. | |
anchorBookmark — Propiedad, clase mx.controls.listClasses.AdvancedListBase | |
A bookmark to the item that is the anchor. | |
anchorBookmark — Propiedad, clase mx.controls.listClasses.ListBase | |
A bookmark to the item that is the anchor. | |
anchorColumnIndex — Propiedad, clase mx.controls.AdvancedDataGrid | |
The column index of the current anchor. | |
anchorColumnIndex — Propiedad, clase spark.components.Grid | |
The column index of the anchor for the next shift selection. | |
anchorIndex — Propiedad, clase mx.controls.listClasses.AdvancedListBase | |
The offset of the item in the data provider that is the selection anchor point. | |
anchorIndex — Propiedad, clase mx.controls.listClasses.ListBase | |
The offset of the item in the data provider that is the selection anchor point. | |
anchorPosition — Propiedad, interfaz flashx.textLayout.edit.ISelectionManager | |
El punto de ancla de la selección. | |
anchorPosition — Propiedad, clase flashx.textLayout.edit.SelectionManager | |
El punto de ancla de la selección. | |
anchorPosition — Propiedad, clase flashx.textLayout.elements.TextRange | |
Posición de ancla de la selección, como posición absoluta en el objeto TextFlow | |
anchorRowIndex — Propiedad, clase spark.components.Grid | |
The row index of the anchor for the next shift selection. | |
angle — Propiedad, clase flash.filters.BevelFilter | |
Ángulo del bisel. | |
angle — Propiedad, clase flash.filters.DropShadowFilter | |
Ángulo de la sombra. | |
angle — Propiedad, clase flash.filters.GradientBevelFilter | |
Ángulo, expresado en grados. | |
angle — Propiedad, clase flash.filters.GradientGlowFilter | |
Ángulo, expresado en grados. | |
angle — Propiedad, clase mx.charts.series.items.PieSeriesItem | |
The angle, in radians, that this wedge subtends. | |
angle — Propiedad, clase mx.graphics.GradientBase | |
By default, the LinearGradientStroke defines a transition from left to right across the control. | |
angle — Propiedad, clase mx.graphics.RectangularDropShadow | |
Ángulo de la sombra. | |
angle — Propiedad, clase spark.filters.BevelFilter | |
The angle of the bevel, in degrees. | |
angle — Propiedad, clase spark.filters.DropShadowFilter | |
The angle of the bevel. | |
angle — Propiedad, clase spark.filters.GradientFilter | |
The angle, in degrees. | |
angle — Propiedad, clase spark.primitives.RectangularDropShadow | |
The angle of the bevel. | |
angleBetween(a:flash.geom:Vector3D, b:flash.geom:Vector3D) — Método estático , clase flash.geom.Vector3D | |
Devuelve el ángulo en radianes entre dos vectores. | |
angleBy — Propiedad, clase spark.effects.Rotate | |
Degrees by which to rotate the target object. | |
angleFrom — Propiedad, clase mx.effects.Rotate | |
The starting angle of rotation of the target object, expressed in degrees. | |
angleFrom — Propiedad, clase mx.effects.effectClasses.RotateInstance | |
The starting angle of rotation of the target object, expressed in degrees. | |
angleFrom — Propiedad, clase spark.effects.Rotate | |
The starting angle of rotation of the target object, in degrees. | |
angleTo — Propiedad, clase mx.effects.Rotate | |
The ending angle of rotation of the target object, expressed in degrees. | |
angleTo — Propiedad, clase mx.effects.effectClasses.RotateInstance | |
The ending angle of rotation of the target object, expressed in degrees. | |
angleTo — Propiedad, clase spark.effects.Rotate | |
The ending angle of rotation of the target object, in degrees. | |
angleXFrom — Propiedad, clase spark.effects.Rotate3D | |
The starting angle of rotation of the target object around the x axis, expressed in degrees. | |
angleXTo — Propiedad, clase spark.effects.Rotate3D | |
The ending angle of rotation of the target object around the x axis, expressed in degrees. | |
angleYFrom — Propiedad, clase spark.effects.Rotate3D | |
The starting angle of rotation of the target object around the y axis, expressed in degrees. | |
angleYTo — Propiedad, clase spark.effects.Rotate3D | |
The ending angle of rotation of the target object around the y axis, expressed in degrees. | |
angleZFrom — Propiedad, clase spark.effects.Rotate3D | |
The starting angle of rotation of the target object around the z axis, expressed in degrees. | |
angleZTo — Propiedad, clase spark.effects.Rotate3D | |
The ending angle of rotation of the target object around the z axis, expressed in degrees. | |
angularAxis — Propiedad, clase mx.charts.chartClasses.PolarChart | |
The axis object used to map data values to an angle between 0 and 2 PI. | |
angularAxis — Propiedad, clase mx.charts.chartClasses.PolarDataCanvas | |
Defines the labels, tick marks, and data position for items on the x-axis. | |
angularAxis — Propiedad, clase mx.charts.series.PieSeries | |
The axis object used to map data values to an angle between 0 and 2 PI. | |
ANGULAR_AXIS — Propiedad estática de constante, clase mx.charts.chartClasses.PolarTransform | |
A string representing the angular axis. | |
animate — Propiedad, clase mx.events.AdvancedDataGridEvent | |
If true, animate an opening or closing operation; used for ITEM_OPENING type events only. | |
animate — Propiedad, clase mx.events.TreeEvent | |
Whether to animate an opening or closing operation; used for ITEM_OPENING type events only. | |
Animate — clase, Paquete spark.effects | |
This Animate effect animates an arbitrary set of properties between values. | |
Animate(target:Object) — Información sobre, clase spark.effects.Animate | |
Constructor. | |
AnimateColor — clase, Paquete 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) — Información sobre, clase spark.effects.AnimateColor | |
Constructor. | |
AnimateColorInstance — clase, Paquete 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) — Información sobre, clase spark.effects.supportClasses.AnimateColorInstance | |
Constructor. | |
AnimateFilter — clase, Paquete 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) — Información sobre, clase spark.effects.AnimateFilter | |
Constructor. | |
AnimateFilterInstance — clase, Paquete spark.effects.supportClasses | |
The AnimateFilterInstance class implements the instance class for the AnimateFilter effect. | |
AnimateFilterInstance(target:Object) — Información sobre, clase spark.effects.supportClasses.AnimateFilterInstance | |
Constructor. | |
AnimateInstance — clase, Paquete spark.effects.supportClasses | |
The AnimateInstance class implements the instance class for the Animate effect. | |
AnimateInstance(target:Object) — Información sobre, clase spark.effects.supportClasses.AnimateInstance | |
Constructor. | |
animatePaging(newValue:Number, pageSize:Number) — método, clase spark.components.supportClasses.ScrollBarBase | |
Animates the operation to move to newValue. | |
AnimateProperty — clase, Paquete mx.effects | |
The AnimateProperty effect animates a property or style of a component. | |
AnimateProperty(target:Object) — Información sobre, clase mx.effects.AnimateProperty | |
Constructor. | |
AnimatePropertyInstance — clase, Paquete mx.effects.effectClasses | |
The AnimatePropertyInstance class implements the instance class for the AnimateProperty effect. | |
AnimatePropertyInstance(target:Object) — Información sobre, clase mx.effects.effectClasses.AnimatePropertyInstance | |
Constructor. | |
animateStepping(newValue:Number, stepSize:Number) — método, clase spark.components.supportClasses.ScrollBarBase | |
Animates the operation to step to newValue. | |
AnimateTransform — clase, Paquete spark.effects | |
The AnimateTransform effect controls all transform-related animations on target objects. | |
AnimateTransform(target:Object) — Información sobre, clase spark.effects.AnimateTransform | |
Constructor. | |
AnimateTransform3D — clase, Paquete spark.effects | |
The AnimateTransform3D effect extends the abilities of the AnimateTransform effect to 3D transform properties. | |
AnimateTransform3D(target:Object) — Información sobre, clase spark.effects.AnimateTransform3D | |
Constructor. | |
AnimateTransformInstance — clase, Paquete spark.effects.supportClasses | |
The AnimateTransformInstance class implements the instance class for the AnimateTransform effect. | |
AnimateTransformInstance(target:Object) — Información sobre, clase spark.effects.supportClasses.AnimateTransformInstance | |
Constructor. | |
AnimateTransitionShader — clase, Paquete 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) — Información sobre, clase spark.effects.AnimateTransitionShader | |
Constructor. | |
AnimateTransitionShaderInstance — clase, Paquete spark.effects.supportClasses | |
The AnimateTransitionShaderInstance class implements the instance class for the AnimateTransitionShader effect. | |
AnimateTransitionShaderInstance(target:Object) — Información sobre, clase spark.effects.supportClasses.AnimateTransitionShaderInstance | |
Constructor. | |
Animation — clase final, Paquete 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) — Información sobre, clase spark.effects.animation.Animation | |
Constructor. | |
animationEnd(animation:spark.effects.animation:Animation) — método, interfaz spark.effects.animation.IAnimationTarget | |
Called when an Animation instance ends. | |
animationRepeat(animation:spark.effects.animation:Animation) — método, interfaz spark.effects.animation.IAnimationTarget | |
Called when an Animation instance repeats. | |
animationStart(animation:spark.effects.animation:Animation) — método, interfaz spark.effects.animation.IAnimationTarget | |
Called when an Animation instance starts. | |
animationStop(animation:spark.effects.animation:Animation) — método, interfaz spark.effects.animation.IAnimationTarget | |
Called when an Animation instance stops. | |
animationTarget — Propiedad, clase 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) — método, interfaz spark.effects.animation.IAnimationTarget | |
Called during every update of an Animation instance. | |
Animator — clase, Paquete fl.motion | |
La clase Animator aplica la descripción XML de un movimiento de interpolación a un objeto de visualización. | |
Animator(xml:XML, target:flash.display:DisplayObject) — Información sobre, clase fl.motion.Animator | |
Crea un objeto Animator para aplicar la descripción del movimiento de interpolación basado en XML a un objeto de visualización. | |
Animator3D — clase, Paquete fl.motion | |
La clase Animator3D aplica la descripción XML de un movimiento de interpolación tridimensional a un objeto de visualización. | |
Animator3D(xml:XML, target:flash.display:DisplayObject) — Información sobre, clase fl.motion.Animator3D | |
Crea un objeto Animator3D para aplicar la descripción del movimiento de interpolación basado en XML en tres dimensiones a un objeto de visualización. | |
AnimatorBase — clase, Paquete fl.motion | |
La clase AnimatorBase aplica la descripción XML de un movimiento de interpolación a un objeto de visualización. | |
AnimatorBase(xml:XML, target:flash.display:DisplayObject) — Información sobre, clase fl.motion.AnimatorBase | |
Crea un objeto AnimatorBase para aplicar la descripción del movimiento de interpolación basado en XML a un objeto de visualización. | |
AnimatorFactory — clase, Paquete fl.motion | |
La clase AnimatorFactory proporciona compatibilidad basada en ActionScript para asociar un objeto Motion a varios objetos de visualización. | |
AnimatorFactory(motion:fl.motion:MotionBase, motionArray:Array) — Información sobre, clase fl.motion.AnimatorFactory | |
Crea una instancia de AnimatorFactory que puede utilizarse para asignar las propiedades de un objeto MotionBase a los objetos de visualización. | |
AnimatorFactory3D — clase, Paquete fl.motion | |
La clase AnimatorFactory3D proporciona compatibilidad basada en ActionScript para asociar un objeto Motion con propiedades tridimensionales a varios objetos de visualización. | |
AnimatorFactory3D(motion:fl.motion:MotionBase, motionArray:Array) — Información sobre, clase fl.motion.AnimatorFactory3D | |
Crea una instancia de AnimatorFactory3D que puede utilizarse para asignar las propiedades de un objeto MotionBase a los objetos de visualización. | |
AnimatorFactoryBase — clase, Paquete fl.motion | |
La clase AnimatorFactoryBase proporciona compatibilidad basada en ActionScript para visualizar e interpolar dinámicamente objetos con varios destinos con un solo movimiento en el motor de ejecución. | |
AnimatorFactoryBase(motion:fl.motion:MotionBase, motionArray:Array) — Información sobre, clase fl.motion.AnimatorFactoryBase | |
Crea una instancia de la clase AnimatorFactoryBase. | |
AnimatorFactoryUniversal — clase, Paquete fl.motion | |
La clase AnimatorFactoryUniversal proporciona compatibilidad basada en ActionScript para asociar un objeto Motion a varios objetos de visualización. | |
AnimatorFactoryUniversal(motion:fl.motion:MotionBase, motionArray:Array) — Información sobre, clase fl.motion.AnimatorFactoryUniversal | |
Crea una instancia de AnimatorFactory que puede utilizarse para asignar las propiedades de un objeto MotionBase a los objetos de visualización. | |
AnimatorUniversal — clase, Paquete fl.motion | |
La clase AnimatorUniversal aplica la descripción ActionScript de un movimiento de dos y tres tridimensiones a un objeto de visualización. | |
AnimatorUniversal() — Información sobre, clase fl.motion.AnimatorUniversal | |
Crea un objeto de movimiento AnimatorUniversal movimiento en un objeto de visualización. | |
ANISOTROPIC16X — Propiedad estática de constante, clase flash.display3D.Context3DTextureFilter | |
Utilizar filtro anisotrópico con radio 16 al aumentar texturas | |
ANISOTROPIC2X — Propiedad estática de constante, clase flash.display3D.Context3DTextureFilter | |
Utilizar filtro anisotrópico con radio 2 al aumentar texturas | |
ANISOTROPIC4X — Propiedad estática de constante, clase flash.display3D.Context3DTextureFilter | |
Utilizar filtro anisotrópico con radio 4 al aumentar texturas | |
ANISOTROPIC8X — Propiedad estática de constante, clase flash.display3D.Context3DTextureFilter | |
Utilizar filtro anisotrópico con radio 8 al aumentar texturas | |
annotationElements — Propiedad, clase mx.charts.chartClasses.ChartBase | |
Sets an array of ChartElement objects that appears on top of any data series rendered by the chart. | |
ANONYMOUS — Propiedad estática de constante, clase flash.net.drm.AuthenticationMethod | |
Indica que no se requiere autenticación. | |
antiAliasType — Propiedad, clase fl.text.TLFTextField | |
Tipo de suavizado que se utiliza en este campo de texto. | |
antiAliasType — Propiedad, clase flash.text.TextField | |
Tipo de suavizado que se utiliza en este campo de texto. | |
antiAliasType — Propiedad, clase mx.core.FTETextField | |
This property has no effect in FTETextField because FTE uses a newer font renderer than TextField. | |
antiAliasType — Propiedad, interfaz mx.core.IUITextField | |
Tipo de suavizado que se utiliza en este campo de texto. | |
antiAliasType — Propiedad, clase mx.core.UITextFormat | |
Defines the anti-aliasing setting for the UITextField class. | |
AntiAliasType — clase final, Paquete flash.text | |
La clase AntiAliasType proporciona valores para el suavizado en la clase flash.text.TextField. | |
ANY — Propiedad estática de constante, clase flash.display.StageAspectRatio | |
Especifica una orientación de dispositivo que admite la interfaz de usuario horizontal y vertical. | |
ANY — Propiedad estática de constante, clase flash.text.engine.BreakOpportunity | |
Trata cualquier carácter del objeto ContentElement como una oportunidad de salto de línea. | |
ANY — Propiedad estática de constante, clase mx.validators.CurrencyValidatorAlignSymbol | |
Specifies "any" as the alignment of the currency symbol for the CurrencyValidator class. | |
ANY_INDEX_MODE — Propiedad estática de constante, clase mx.collections.Sort | |
When executing a find return the index any matching item. | |
ANY_INDEX_MODE — Propiedad estática de constante, clase spark.collections.Sort | |
When executing a find return the index any matching item. | |
appContextFolder — Propiedad, clase com.adobe.solutions.rca.vo.ReviewTemplateVO | |
append(lhs:flash.geom:Matrix3D) — método, clase flash.geom.Matrix3D | |
Añade la matriz multiplicando otro objeto Matrix3D por el objeto Matrix3D actual. | |
APPEND — Propiedad estática de constante, clase flash.filesystem.FileMode | |
Se utiliza para abrir archivos en modo de escritura con todos los datos escritos añadidos al final del archivo. | |
APPEND — Propiedad estática de constante, clase flash.net.NetStreamPlayTransitions | |
Añade el flujo a la lista de reproducción y se inicia la reproducción del primer flujo. | |
APPEND_AND_WAIT — Propiedad estática de constante, clase flash.net.NetStreamPlayTransitions | |
Crea una lista de reproducción sin iniciarla desde el primer flujo. | |
appendBytes(bytes:flash.utils:ByteArray) — método, clase flash.net.NetStream | |
Transfiere una instancia de ByteArray en un objeto NetStream para su reproducción. | |
appendBytesAction(netStreamAppendBytesAction:String) — método, clase flash.net.NetStream | |
Indica una discontinuidad temporal, vacía el FIFO, e informa analizador de bytes que debe esperar un encabezado de archivo o el comienzo de una etiqueta FLV. | |
appendChild(child:Object) — método, clase XML | |
Añade el elemento secundario en cuestión al final de las propiedades del objeto XML. | |
appendChild(node:flash.xml:XMLNode) — método, clase flash.xml.XMLNode | |
Añade el nodo especificado a la lista secundaria del objeto XML. | |
appendRandomQueryParameter — Propiedad, clase flash.media.AVNetworkingParams | |
appendRotation(degrees:Number, axis:flash.geom:Vector3D, pivotPoint:flash.geom:Vector3D) — método, clase flash.geom.Matrix3D | |
Añade como apéndice una rotación incremental a un objeto Matrix3D. | |
appendScale(xScale:Number, yScale:Number, zScale:Number) — método, clase flash.geom.Matrix3D | |
Añade como apéndice un cambio de escala incremental a lo largo de los ejes x, y y z, a un objeto Matrix3D. | |
appendText(text:String) — método, clase fl.controls.TextArea | |
Añade la cadena especificada después del último carácter que incluye el componente TextArea. | |
appendText(text:String) — método, clase fl.controls.TextInput | |
Añade la cadena especificada después del último carácter que incluye TextArea. | |
appendText(newText:String) — método, clase fl.text.TLFTextField | |
Añade la cadena especifica por el parámetro newText al final del texto del campo de texto. | |
appendText(newText:String) — método, clase flash.text.TextField | |
Añade la cadena especifica por el parámetro newText al final del texto del campo de texto. | |
appendText(newText:String) — método, clase mx.core.FTETextField | |
This method has not been implemented in FTETextField because very few components use it in TextField. | |
appendText(newText:String) — método, interfaz mx.core.IUITextField | |
Añade la cadena especifica por el parámetro newText al final del texto del campo de texto. | |
appendText(text:String) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase 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) — método, interfaz 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) — método, clase flash.geom.Matrix3D | |
Añade como apéndice una traslación incremental, un cambio de posición a lo largo de los ejes x, y y z, a un objeto Matrix3D. | |
application — Propiedad estática, clase mx.core.Application | |
A reference to the top-level application. | |
application — Propiedad, clase mx.managers.SystemManager | |
The application parented by this SystemManager. | |
Application — clase, Paquete mx.core | |
Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container. | |
Application — clase, Paquete spark.components | |
Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container. | |
Application() — Información sobre, clase mx.core.Application | |
Constructor. | |
Application() — Información sobre, clase spark.components.Application | |
Constructor. | |
APPLICATION — Propiedad estática de constante, clase flash.system.Security | |
Este archivo se ejecuta en una aplicación de AIR y fue instalado con el paquete (archivo de AIR) de dicha aplicación. | |
APPLICATION — Propiedad estática de constante, clase mx.managers.PopUpManagerChildList | |
Indicates that the popup is placed in the same child list as the application. | |
applicationActivate — Evento, clase mx.core.Window | |
Dispatched when this application gets activated. | |
applicationActivate — Evento, clase mx.core.WindowedApplication | |
Dispatched when this application is activated. | |
applicationActivate — Evento, clase spark.components.Window | |
Dispatched when this application gets activated. | |
applicationActivate — Evento, clase spark.components.WindowedApplication | |
Dispatched when this application is activated. | |
APPLICATION_ACTIVATE — Propiedad estática de constante, clase mx.events.AIREvent | |
The AIREvent.APPLICATION_ACTIVATE constant defines the value of the type property of the event object for an applicationActivate event. | |
ApplicationAutomationImpl — clase, Paquete mx.automation.delegates.containers | |
Defines the methods and properties required to perform instrumentation for the Application class. | |
ApplicationAutomationImpl(obj:mx.core:Application) — Información sobre, clase mx.automation.delegates.containers.ApplicationAutomationImpl | |
Constructor. | |
ApplicationBackground — clase, Paquete mx.skins.halo | |
The skin for application background gradient. | |
ApplicationBackground() — Información sobre, clase mx.skins.halo.ApplicationBackground | |
Constructor | |
applicationComplete — Evento, clase mx.core.Application | |
Dispatched after the Application has been initialized, processed by the LayoutManager, and attached to the display list. | |
applicationComplete — Evento, clase mx.managers.SystemManager | |
Dispatched when the application has finished initializing | |
applicationComplete — Evento, clase spark.components.Application | |
Dispatched after the Application has been initialized, processed by the LayoutManager, and attached to the display list. | |
APPLICATION_COMPLETE — Propiedad estática de constante, clase mx.events.FlexEvent | |
The FlexEvent.APPLICATION_COMPLETE constant defines the value of the type property of the event object for a applicationComplete event. | |
ApplicationControlBar — clase, Paquete mx.containers | |
The ApplicationControlBar container holds components that provide global navigation and application commands For the Halo Application container. | |
ApplicationControlBar() — Información sobre, clase mx.containers.ApplicationControlBar | |
Constructor. | |
applicationDeactivate — Evento, clase mx.core.Window | |
Dispatched when this application gets deactivated. | |
applicationDeactivate — Evento, clase mx.core.WindowedApplication | |
Dispatched when this application is deactivated. | |
applicationDeactivate — Evento, clase spark.components.Window | |
Dispatched when this application gets deactivated. | |
applicationDeactivate — Evento, clase spark.components.WindowedApplication | |
Dispatched when this application is deactivated. | |
APPLICATION_DEACTIVATE — Propiedad estática de constante, clase mx.events.AIREvent | |
The AIREvent.APPLICATION_DEACTIVATE constant defines the value of the type property of the event object for an applicationDeactivate event. | |
applicationDescriptor — Propiedad, clase flash.desktop.NativeApplication | |
Contenido del archivo descriptor de la aplicación de esta aplicación de AIR. | |
applicationDirectory — Propiedad estática, clase flash.filesystem.File | |
Carpeta que contiene los archivos instalados con la aplicación. | |
applicationDomain — Propiedad, clase fl.display.ProLoaderInfo | |
Cuando se carga un archivo SWF externo, todas las definiciones de ActionScript 3.0 contenidas en la clase cargada se almacenan en la propiedad applicationDomain. | |
applicationDomain — Propiedad, clase flash.display.LoaderInfo | |
Cuando se carga un archivo SWF externo, todas las definiciones de ActionScript 3.0 contenidas en la clase cargada se almacenan en la propiedad applicationDomain. | |
applicationDomain — Propiedad, clase flash.system.LoaderContext | |
Especifica el dominio de aplicación que se utiliza para los métodos Loader.load() o Loader.loadBytes(). | |
applicationDomain — Propiedad, clase mx.modules.ModuleLoader | |
The application domain to load your module into. | |
applicationDomain — Propiedad, clase spark.modules.ModuleLoader | |
The application domain to load your module into. | |
ApplicationDomain — clase final, Paquete flash.system | |
La clase ApplicationDomain es un contenedor para grupos discretos de definiciones de clases. | |
ApplicationDomain(parentDomain:flash.system:ApplicationDomain) — Información sobre, clase flash.system.ApplicationDomain | |
Crea un nuevo dominio de aplicación. | |
applicationDomainTarget — Propiedad, clase mx.core.RSLData | |
The requested application domain to load the RSL into. | |
ApplicationDomainTarget — clase final, Paquete mx.core | |
The ApplicationDomainTarget class defines the possible values for the applicationDomainTarget property of the RSLData class. | |
applicationDPI — Propiedad, clase spark.components.Application | |
The DPI of the application. | |
applicationDPI — Propiedad, clase spark.components.LabelItemRenderer | |
Returns the DPI of the application. | |
applicationDPI — Propiedad, clase spark.skins.mobile.ViewMenuSkin | |
Returns the DPI of the application. | |
applicationDPI — Propiedad, clase spark.skins.mobile.supportClasses.MobileSkin | |
Returns the DPI of the application. | |
applicationID — Propiedad, clase flash.desktop.NativeApplication | |
ID de aplicación de esta aplicación. | |
applicationID — Propiedad, clase mx.core.WindowedApplication | |
The identifier that AIR uses to identify the application. | |
applicationID — Propiedad, clase spark.components.WindowedApplication | |
The identifier that AIR uses to identify the application. | |
applicationName — Propiedad, clase mx.automation.events.MarshalledAutomationEvent | |
Contains string which represents the application Name for the application. | |
ApplicationSkin — clase, Paquete spark.skins.spark | |
The default skin class for the Spark Application component. | |
ApplicationSkin — clase, Paquete spark.skins.wireframe | |
The default wireframe skin class for the Spark Application component. | |
ApplicationSkin() — Información sobre, clase spark.skins.spark.ApplicationSkin | |
Constructor. | |
ApplicationSkin() — Información sobre, clase spark.skins.wireframe.ApplicationSkin | |
Constructor. | |
applicationStorageDirectory — Propiedad estática, clase flash.filesystem.File | |
El directorio de almacenamiento privado de la aplicación. | |
ApplicationTitleBarBackgroundSkin — clase, Paquete mx.skins.halo | |
The skin for the TitleBar of a WindowedApplication or Window. | |
ApplicationTitleBarBackgroundSkin() — Información sobre, clase mx.skins.halo.ApplicationTitleBarBackgroundSkin | |
Constructor. | |
ApplicationUpdater — clase, Paquete air.update | |
La clase ApplicationUpdater define la funcionalidad básica del marco de la actualización de aplicaciones de Adobe® AIR®, sin proporcionar ninguna interfaz de usuario predeterminada. | |
ApplicationUpdater() — Información sobre, clase air.update.ApplicationUpdater | |
La función del constructor. | |
ApplicationUpdaterUI — clase, Paquete air.update | |
La clase ApplicationUpdaterUI define la funcionalidad básica del marco de la actualización de aplicaciones de Adobe® AIR® y proporciona una interfaz de usuario predeterminada. | |
ApplicationUpdaterUI() — Información sobre, clase air.update.ApplicationUpdaterUI | |
La función del constructor. | |
APPLICATION_URL_CHANGE — Propiedad estática de constante, clase 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) — método, clase Function | |
Especifica el valor de thisObject que debe utilizarse dentro de cualquier función a la que llame ActionScript. | |
apply(incoming:flashx.textLayout.formats:ITabStopFormat) — método, clase flashx.textLayout.formats.TabStopFormat | |
Sustituye valores de propiedad en este objeto TabStopFormat por los valores de propiedades que se establecen en la instancia incoming de ITabStopFormat. | |
apply(incoming:flashx.textLayout.formats:ITextLayoutFormat) — método, clase flashx.textLayout.formats.TextLayoutFormat | |
Sustituye valores de propiedad en este objeto TextLayoutFormat por los valores de propiedades que se establecen en la instancia incoming de ITextLayoutFormat. | |
apply(g:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — método, clase mx.graphics.GradientStroke | |
Applies the properties to the specified Graphics object. | |
apply(graphics:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — método, interfaz mx.graphics.IStroke | |
Applies the properties to the specified Graphics object. | |
apply(graphics:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — método, clase mx.graphics.LinearGradientStroke | |
Applies the properties to the specified Graphics object. | |
apply(graphics:flash.display:Graphics, targetBounds:flash.geom:Rectangle, targetOrigin:flash.geom:Point) — método, clase mx.graphics.SolidColorStroke | |
Applies the properties to the specified Graphics object. | |
apply(parent:mx.core:UIComponent) — método, clase mx.states.AddChild | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — método, clase mx.states.AddItems | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — método, interfaz mx.states.IOverride | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — método, clase mx.states.OverrideBase | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — método, clase mx.states.RemoveChild | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — método, clase mx.states.SetEventHandler | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — método, clase mx.states.SetProperty | |
Applies the override. | |
apply(parent:mx.core:UIComponent) — método, clase mx.states.SetStyle | |
Applies the override. | |
applyCellSelectionEffect(indicator:flash.display:Sprite, uid:String, columnIndex:int, itemRenderer:mx.controls.listClasses:IListItemRenderer) — método, clase mx.controls.AdvancedDataGrid | |
Sets up the effect for applying the selection indicator. | |
applyChangesPostLayout — Propiedad, clase 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 — Propiedad, clase 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) — método, clase mx.messaging.Channel | |
Applies the client load balancing urls if they exists. | |
applyColorTransform(displayObject:flash.display:DisplayObject, originalColor:uint, tintColor:uint) — método, clase spark.skins.mobile.supportClasses.MobileSkin | |
A helper method to set a color transform on a DisplayObject. | |
applyComputedMatrix() — método, clase 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) — método, clase flashx.textLayout.edit.EditManager | |
Aplica estilos de contenedor a cualquier contenedor de la selección. | |
applyContainerFormat(format:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — método, interfaz flashx.textLayout.edit.IEditManager | |
Aplica estilos de contenedor a cualquier contenedor de la selección. | |
ApplyElementIDOperation — clase, Paquete flashx.textLayout.operations | |
La clase ChangeElementIDOperation encapsula un cambio de ID de elemento. | |
ApplyElementIDOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, newID:String, relativeStart:int, relativeEnd:int) — Información sobre, clase flashx.textLayout.operations.ApplyElementIDOperation | |
Crea un objeto ChangeElementIDOperation. | |
ApplyElementStyleNameOperation — clase, Paquete flashx.textLayout.operations | |
La clase ApplyElementStyleNameOperation encapsula un cambio de nombre de estilo. | |
ApplyElementStyleNameOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, newStyleName:String, relativeStart:int, relativeEnd:int) — Información sobre, clase flashx.textLayout.operations.ApplyElementStyleNameOperation | |
Crea un objeto ApplyElementStyleNameOperation. | |
ApplyElementTypeNameOperation — clase, Paquete flashx.textLayout.operations | |
La clase ApplyElementTypeNameOperation encapsula un cambio de nombre de tipo. | |
ApplyElementTypeNameOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, typeName:String, relativeStart:int, relativeEnd:int) — Información sobre, clase flashx.textLayout.operations.ApplyElementTypeNameOperation | |
Crea un objeto ApplyElementTypeNameOperation. | |
ApplyElementUserStyleOperation — clase, Paquete flashx.textLayout.operations | |
La clase ApplyElementUserStyleOperation encapsula un cambio en un valor de estilo del elemento. | |
ApplyElementUserStyleOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, styleName:String, value:any, relativeStart:int, relativeEnd:int) — Información sobre, clase flashx.textLayout.operations.ApplyElementUserStyleOperation | |
Crea un objeto ApplyElementUserStyleOperation. | |
applyFilter(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, filter:flash.filters:BitmapFilter) — método, clase flash.display.BitmapData | |
Toma una imagen de origen y un objeto de filtro y genera la imagen filtrada. | |
applyFormat(leafFormat:flashx.textLayout.formats:ITextLayoutFormat, paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, containerFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — método, clase flashx.textLayout.edit.EditManager | |
Cambia los formatos de la selección especificada (o la actual). | |
applyFormat(leafFormat:flashx.textLayout.formats:ITextLayoutFormat, paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, containerFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — método, interfaz flashx.textLayout.edit.IEditManager | |
Cambia los formatos de la selección especificada (o la actual). | |
ApplyFormatOperation — clase, Paquete flashx.textLayout.operations | |
La clase ApplyFormatOperation encapsula un cambio de estilo. | |
ApplyFormatOperation(operationState:flashx.textLayout.edit:SelectionState, leafFormat:flashx.textLayout.formats:ITextLayoutFormat, paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, containerFormat:flashx.textLayout.formats:ITextLayoutFormat) — Información sobre, clase flashx.textLayout.operations.ApplyFormatOperation | |
Crea un objeto ApplyFormatOperation. | |
applyFormatToElement(targetElement:flashx.textLayout.elements:FlowElement, format:flashx.textLayout.formats:ITextLayoutFormat, relativeStart:int, relativeEnd:int, operationState:flashx.textLayout.edit:SelectionState) — método, clase flashx.textLayout.edit.EditManager | |
Aplica estilos al elemento especificado. | |
applyFormatToElement(targetElement:flashx.textLayout.elements:FlowElement, format:flashx.textLayout.formats:ITextLayoutFormat, relativeStart:int, relativeEnd:int, operationState:flashx.textLayout.edit:SelectionState) — método, interfaz flashx.textLayout.edit.IEditManager | |
Aplica estilos al elemento especificado. | |
ApplyFormatToElementOperation — clase, Paquete flashx.textLayout.operations | |
La clase ApplyFormatToElementOperation encapsula un cambio de estilo en un elemento. | |
ApplyFormatToElementOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, format:flashx.textLayout.formats:ITextLayoutFormat, relativeStart:int, relativeEnd:int) — Información sobre, clase flashx.textLayout.operations.ApplyFormatToElementOperation | |
Crea un objeto ApplyFormatToElementOperation. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — método, clase mx.charts.series.AreaSeries | |
Customizes the item renderer instances used to represent the chart. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — método, clase 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) — método, clase mx.charts.series.BubbleSeries | |
Applies style properties to the specified DisplayObject. | |
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — método, clase 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) — método, clase 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) — método, clase 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) — método, clase flashx.textLayout.edit.EditManager | |
Cambia el formato aplicado a los elementos de hoja en la selección especificada (o la actual). | |
applyLeafFormat(format:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — método, interfaz flashx.textLayout.edit.IEditManager | |
Cambia el formato aplicado a los elementos de hoja en la selección especificada (o la actual). | |
applyLink(href:String, targetString:String, extendToLinkBoundary:Boolean, operationState:flashx.textLayout.edit:SelectionState) — método, clase flashx.textLayout.edit.EditManager | |
Transforma una selección en un vínculo, o un vínculo en texto normal. | |
applyLink(href:String, target:String, extendToLinkBoundary:Boolean, operationState:flashx.textLayout.edit:SelectionState) — método, interfaz flashx.textLayout.edit.IEditManager | |
Transforma una selección en un vínculo, o un vínculo en texto normal. | |
ApplyLinkOperation — clase, Paquete flashx.textLayout.operations | |
La clase ApplyLinkOperation encapsula una creación de vínculos o una operación de modificación. | |
ApplyLinkOperation(operationState:flashx.textLayout.edit:SelectionState, href:String, target:String, extendToLinkBoundary:Boolean) — Información sobre, clase flashx.textLayout.operations.ApplyLinkOperation | |
Crea un objeto ApplyLinkOperation. | |
applyLocalProjection — Propiedad, clase 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 — Propiedad, clase flash.text.engine.TextBlock | |
Especifica que quiere mejorar la apariencia de la pantalla a costa de la fidelidad de impresión WYSIWYG (lo que se ve en la pantalla es lo que se obtiene). | |
applyParagraphFormat(paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — método, clase flashx.textLayout.edit.EditManager | |
Aplica estilos de párrafo a cualquier párrafo de la selección. | |
applyParagraphFormat(format:flashx.textLayout.formats:ITextLayoutFormat, operationState:flashx.textLayout.edit:SelectionState) — método, interfaz flashx.textLayout.edit.IEditManager | |
Aplica estilos de párrafo a cualquier párrafo de la selección. | |
applySelectionEffect(indicator:flash.display:Sprite, uid:String, itemRenderer:mx.controls.listClasses:IListItemRenderer) — método, clase 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) — método, clase mx.controls.listClasses.ListBase | |
Sets up the effect for applying the selection indicator. | |
applySeriesSet(seriesSet:Array, transform:mx.charts.chartClasses:DataTransform) — método, clase mx.charts.chartClasses.ChartBase | |
Preprocesses the series and transform for display. | |
applySettings(settings:XML) — método, clase mx.messaging.Channel | |
Subclasses should override this method to apply any settings that may be necessary for an individual channel. | |
applyTCY(tcyOn:Boolean, operationState:flashx.textLayout.edit:SelectionState) — método, clase flashx.textLayout.edit.EditManager | |
Transforma texto en un ciclo TCY, o un ciclo TCY en texto no TCY. | |
applyTCY(tcyOn:Boolean, operationState:flashx.textLayout.edit:SelectionState) — método, interfaz flashx.textLayout.edit.IEditManager | |
Transforma texto en un ciclo TCY, o un ciclo TCY en texto no TCY. | |
ApplyTCYOperation — clase, Paquete flashx.textLayout.operations | |
La clase ApplyTCYOperation encapsula una transformación TCY. | |
ApplyTCYOperation(operationState:flashx.textLayout.edit:SelectionState, tcyOn:Boolean) — Información sobre, clase flashx.textLayout.operations.ApplyTCYOperation | |
Crea un objeto ApplyTCYOperation. | |
applyTransitionEndProperties — Propiedad, clase 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) — método, clase mx.controls.AdvancedDataGrid | |
Applies styles from the AdvancedDatagrid control to an item renderer. | |
applyValueToTarget(target:Object, property:String, value:any, props:Object) — método, clase mx.effects.Effect | |
Used internally by the Effect infrastructure. | |
approvalStage — Estado del aspecto, clase com.adobe.solutions.rca.presentation.template.stages.StageInfo | |
The skin state when a approval stage is associated with the component. | |
approvalStageView — Parte del aspecto, clase 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. | |
approverChkBox — Parte del aspecto, clase 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. | |
approximate — Propiedad, clase mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionData | |
If true, the rowIndex and columnIndex properties contain approximate values, and not the exact value. | |
approximate — Propiedad, clase mx.controls.listClasses.ListBaseSelectionData | |
If true, then the index property is an approximate value and not the exact value. | |
APPROXIMATE_TEXT_FIELD — Propiedad estática de constante, clase flashx.textLayout.formats.LeadingModel | |
Especifica un modelo de interlineado que se aproxima al comportamiento de espaciado entre líneas de TextField. | |
appTitle — Propiedad, clase mx.automation.air.AirFunctionsHelper | |
Returns the title of window of top level application | |
ARABIC_INDIC — Propiedad estática de constante, clase flash.globalization.NationalDigitsType | |
Representa el valor Unicode para el dígito cero del conjunto de dígitos Árabe-hindú. | |
ARABIC_INDIC — Propiedad estática de constante, clase flashx.textLayout.formats.ListStyleType | |
Numeración mediante escritura árabe. | |
AreaChart — clase, Paquete mx.charts | |
The AreaChart control represents data as an area bounded by a line connecting the values in the data. | |
AreaChart() — Información sobre, clase mx.charts.AreaChart | |
Constructor. | |
areaCode — Propiedad, clase mx.formatters.PhoneFormatter | |
Area code number added to a seven-digit United States format phone number to form a 10-digit phone number. | |
areaCodeFormat — Propiedad, clase mx.formatters.PhoneFormatter | |
Default format for the area code when the areacode property is rendered by a seven-digit format. | |
areaFill — Estilo, clase mx.charts.series.AreaSeries | |
Sets the fill for the area. | |
areaRenderer — Estilo, clase mx.charts.series.AreaSeries | |
The class that the series uses to represent the filled area on the chart. | |
AreaRenderer — clase, Paquete mx.charts.renderers | |
The default class used to render the area beneath the dataPoints of an AreaSeries object. | |
AreaRenderer() — Información sobre, clase mx.charts.renderers.AreaRenderer | |
Constructor. | |
AreaSeries — clase, Paquete mx.charts.series | |
Defines a data series for an AreaChart control. | |
AreaSeries() — Información sobre, clase mx.charts.series.AreaSeries | |
Constructor. | |
AreaSeriesAutomationImpl — clase, Paquete mx.automation.delegates.charts | |
Defines the methods and properties required to perform instrumentation for the AreaSeries class. | |
AreaSeriesAutomationImpl(obj:mx.charts.series:AreaSeries) — Información sobre, clase mx.automation.delegates.charts.AreaSeriesAutomationImpl | |
Constructor. | |
AreaSeriesItem — clase, Paquete 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) — Información sobre, clase mx.charts.series.items.AreaSeriesItem | |
Constructor. | |
AreaSeriesRenderData — clase, Paquete 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) — Información sobre, clase mx.charts.series.renderData.AreaSeriesRenderData | |
Constructor. | |
AreaSet — clase, Paquete mx.charts.series | |
A grouping set that can be used to stack AreaSeries objects in any chart. | |
AreaSet() — Información sobre, clase mx.charts.series.AreaSet | |
Constructor. | |
areaStroke — Estilo, clase mx.charts.series.AreaSeries | |
Sets the line style for the area. | |
ARecord — clase, Paquete flash.net.dns | |
La clase ARecord representa un registro de recursos A del nombre de dominio del sistema (DNS) que contiene una dirección IPv4. | |
ARecord() — Información sobre, clase flash.net.dns.ARecord | |
Crea un registro de recursos A. | |
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — método, clase flash.display.DisplayObjectContainer | |
Indica si las restricciones de seguridad provocarían la omisión de objetos de visualización de la lista devuelta al llamar al método DisplayObjectContainer.getObjectsUnderPoint() con el punto point especificado. | |
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — método, interfaz mx.core.IContainer | |
Indica si las restricciones de seguridad provocarían la omisión de objetos de visualización de la lista devuelta al llamar al método DisplayObjectContainer.getObjectsUnderPoint() con el punto point especificado. | |
areSoundsInaccessible() — Método estático , clase flash.media.SoundMixer | |
Determina si hay sonidos a los que no se puede acceder por restricciones de seguridad. | |
args — Propiedad, clase mx.automation.events.AutomationFlexNativeMenuEvent | |
args — Propiedad, clase mx.automation.events.AutomationRecordEvent | |
A serialized representation of the event as an Array of it's property values. | |
args — Propiedad, clase spark.effects.CallAction | |
Arguments passed to the function that is called by this effect. | |
args — Propiedad, clase spark.effects.supportClasses.CallActionInstance | |
Arguments passed to the function that is called by this effect. | |
ArgumentError — Clase dinámica, Nivel superior | |
La clase ArgumentError representa un error que tiene lugar cuando los argumentos proporcionados en una función no coinciden con los argumentos definidos para dicha función. | |
ArgumentError(message:String) — Información sobre, clase ArgumentError | |
Crea un objeto ArgumentError. | |
ARGUMENT_ERROR — Propiedad estática de constante, clase org.osmf.events.MediaErrorCodes | |
Error constant for when a MediaElement encounters an argument error. | |
argumentNames — Propiedad, clase mx.rpc.http.AbstractOperation | |
An ordered list of the names of the arguments to pass to a method invocation. | |
argumentNames — Propiedad, clase mx.rpc.remoting.Operation | |
An ordered list of the names of the arguments to pass to a method invocation. | |
arguments — clase, Nivel superior | |
Un objeto arguments se utiliza para almacenar y acceder a los argumentos de una función. | |
arguments — Propiedad, clase flash.desktop.NativeProcessStartupInfo | |
Los argumentos de línea de comandos que se transferirán a la proceso en el inicio. | |
arguments — Propiedad, clase flash.events.BrowserInvokeEvent | |
Conjunto de argumentos (cadenas) que se transfiere a la aplicación. | |
arguments — Propiedad, clase flash.events.InvokeEvent | |
Conjunto de argumentos de cadena transferidos durante la invocación. | |
arguments — Propiedad, clase mx.rpc.AbstractOperation | |
The arguments to pass to the Operation when it is invoked. | |
arithmeticalOperButtonBar — Parte del aspecto, clase 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) — Función del paquete, Nivel superior | |
Crea un nuevo conjunto. | |
Array — Clase dinámica, Nivel superior | |
La clase Array le permite obtener acceso a conjuntos y manipularlos. | |
Array(... rest) — Información sobre, clase Array | |
Le permite crear un conjunto con los elementos especificados. | |
Array(numElements:int) — Información sobre, clase Array | |
Le permite crear un conjunto con el número especificado de elementos. | |
ArrayCollection — clase, Paquete 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) — Información sobre, clase mx.collections.ArrayCollection | |
Constructor. | |
ArrayList — clase, Paquete 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) — Información sobre, clase mx.collections.ArrayList | |
Construct a new ArrayList using the specified array as its source. | |
arraySortOnOptions — Propiedad, interfaz mx.collections.ISortField | |
This helper property is used internally by the findItem() and sort() methods. | |
arraySortOnOptions — Propiedad, clase mx.collections.SortField | |
This helper property is used internally by the findItem() and sort() methods. | |
arraySortOnOptions — Propiedad, clase spark.collections.SortField | |
This helper property is used internally by the findItem() and sort() methods. | |
ArrayUtil — clase, Paquete mx.utils | |
The ArrayUtil utility class is an all-static class with methods for working with arrays within Flex. | |
arrow — Parte del aspecto, clase 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 — Propiedad, clase mx.skins.wireframe.ComboBoxSkin | |
The arrow that users click to drop down the list. | |
arrow — Propiedad, clase mx.skins.wireframe.EditableComboBoxSkin | |
The arrow that users click to drop down the list. | |
arrow — Propiedad, clase mx.skins.wireframe.PopUpButtonSkin | |
The arrow that users click to drop down the list. | |
arrow — Propiedad, clase spark.skins.mobile.CalloutSkin | |
An optional skin part that visually connects the owner to the contentGroup. | |
arrow — Propiedad, clase spark.skins.spark.ComboBoxButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Propiedad, clase spark.skins.spark.DropDownListButtonSkin | |
The arrow graphic displayed in the anchor button. | |
arrow — Propiedad, clase spark.skins.spark.NumericStepperDecrementButtonSkin | |
Defines the appearance of the down arrow. | |
arrow — Propiedad, clase spark.skins.spark.NumericStepperIncrementButtonSkin | |
Defines the appearance of the up arrow. | |
arrow — Propiedad, clase spark.skins.spark.ScrollBarDownButtonSkin | |
Defines the appearance of the down arrow in the ScrollBar component. | |
arrow — Propiedad, clase spark.skins.spark.ScrollBarLeftButtonSkin | |
Defines the appearance of the left arrow in the ScrollBar component. | |
arrow — Propiedad, clase spark.skins.spark.ScrollBarRightButtonSkin | |
Defines the appearance of the right arrow in the ScrollBar component. | |
arrow — Propiedad, clase spark.skins.spark.ScrollBarUpButtonSkin | |
Defines the appearance of the up arrow in the ScrollBar component. | |
arrow — Propiedad, clase spark.skins.spark.SpinnerDecrementButtonSkin | |
Defines the appearance of the down arrow. | |
arrow — Propiedad, clase spark.skins.spark.SpinnerIncrementButtonSkin | |
Defines the appearance of the up arrow. | |
arrow — Propiedad, clase spark.skins.wireframe.ComboBoxButtonSkin | |
The arrow that users click to drop down the list. | |
arrow — Propiedad, clase spark.skins.wireframe.DropDownListButtonSkin | |
The arrow that users click to drop down the list. | |
ARROW — Propiedad estática de constante, clase flash.ui.MouseCursor | |
Se utiliza para especificar que debe utilizarse el cursor de flecha. | |
arrowButtonStyleFilters — Propiedad, clase mx.controls.ComboBase | |
Set of styles to pass from the ComboBase to the down arrow button | |
arrowButtonWidth — Estilo, clase mx.controls.ComboBox | |
Width of the arrow button in pixels. | |
arrowButtonWidth — Estilo, clase mx.controls.PopUpButton | |
Number of pixels between the divider line and the right edge of the component. | |
arrowDirection — Propiedad, clase spark.components.Callout | |
A read-only property that indicates the direction from the callout towards the owner. | |
ArrowDirection — clase, Paquete spark.components | |
Enumeration of arrow directions for use in visual components. | |
arrowHeight — Propiedad, clase spark.skins.mobile.CalloutSkin | |
Height of the arrow in vertical directions. | |
arrowKeysWrapFocus — Propiedad, clase spark.components.supportClasses.ListBase | |
If true, using arrow keys to navigate within the component wraps when it hits either end. | |
arrowWidth — Propiedad, clase spark.skins.mobile.CalloutSkin | |
Width of the arrow in vertical directions. | |
artist — Propiedad, clase flash.media.ID3Info | |
El nombre del intérprete; corresponde al elemento TPE1 de la etiqueta ID3 2.0. | |
as — Operador | |
Evalúa si una expresión especificada por el primer operando es miembro del tipo de datos especificado por el segundo operando. | |
ascent — Propiedad, clase flash.text.TextLineMetrics | |
El valor ascendente del texto es la longitud desde la línea base hasta la altura máxima de la línea, expresada en píxeles. | |
ascent — Propiedad, clase flash.text.engine.TextLine | |
Especifica el número de píxeles desde la línea base hasta la parte superior de los caracteres más altos de la línea. | |
ascent — Propiedad, interfaz flashx.textLayout.compose.IVerticalJustificationLine | |
Especifica el número de píxeles desde la línea base hasta la parte superior de los caracteres más altos de la línea. | |
ascent — Propiedad, clase flashx.textLayout.compose.TextFlowLine | |
Especifica el número de píxeles desde la línea base hasta la parte superior de los caracteres más altos de la línea. | |
ASCENT — Propiedad estática de constante, clase flash.text.engine.TextBaseline | |
Especifica una línea base ascendente. | |
ASCENT — Propiedad estática de constante, clase flashx.textLayout.formats.BaselineOffset | |
Especifica un desplazamiento equivalente al valor ascendente de la fuente más alta de la línea, es decir, teniendo en cuenta los gráficos de línea en la parte inferior del gráfico en la línea base. | |
ASCENT_DESCENT_UP — Propiedad estática de constante, clase flashx.textLayout.formats.LeadingModel | |
Especifica que la base de interlineado es ASCENT/DESCENT y que la dirección de interlineado es UP. | |
asin(val:Number) — Método estático , clase Math | |
Calcula y devuelve el arco seno del número especificado por el parámetro asin, en radianes. | |
aspectRatio — Propiedad, clase mx.charts.chartClasses.LegendData | |
Determines the size and placement of the legend marker. | |
aspectRatio — Propiedad, clase spark.components.Application | |
Returns the aspect ratio of the top level stage based on its width and height. | |
aspectRatio — Propiedad, clase spark.preloaders.SplashScreenImageSource | |
The required aspect ratio of the mobile device. | |
assetActionItem — Parte del aspecto, clase com.adobe.ep.ux.content.view.components.toolbar.ActionBar | |
Factory for Asset Action Factory for Asset Action | |
assetButton — Parte del aspecto, clase com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlButtonAssetActionRenderer | |
Button Renderer Skin Part Button Renderer Skin Part | |
assetCondition — Parte del aspecto, clase 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 | |
assetDescription — Parte del aspecto, clase com.adobe.ep.ux.content.view.components.review.AssetReviewPod | |
Skin Part to display the Asset Description Skin Part to display the Asset Description | |
assetIcon — Parte del aspecto, clase 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 del aspecto, clase 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 del aspecto, clase com.adobe.solutions.acm.authoring.presentation.ConditionItemEditor | |
A skin part that defines the asset icon A skin part that defines the asset icon | |
assetImage — Parte del aspecto, clase 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 del aspecto, clase com.adobe.ep.ux.content.view.components.toolbar.controlRenderers.ControlImageAssetActionRenderer | |
Image used to render the control Image used to render the control | |
assetImage — Parte del aspecto, clase com.adobe.solutions.acm.authoring.presentation.preview.ImageAssetPreviewRenderer | |
A skin part that defines the image A skin part that defines the image | |
assetList — Parte del aspecto, clase 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 | |
assetName — Parte del aspecto, clase 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 del aspecto, clase 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 del aspecto, clase com.adobe.solutions.acm.authoring.presentation.preview.ConditionItemPreviewRenderer | |
A skin part that defines the asset name A skin part that defines the asset name | |
assetNameDisplay — Parte del aspecto, clase 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 del aspecto, clase 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 del aspecto, clase 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 del aspecto, clase com.adobe.solutions.prm.presentation.asset.NewAssetDialog | |
The skin part for the Asset Name validator. The skin part for the Asset Name validator. | |
assetsDataGrid — Parte del aspecto, clase com.adobe.solutions.prm.presentation.asset.AssetPod | |
The skin part for showing the Asset datagrid. The skin part for showing the Asset datagrid. | |
assetText — Parte del aspecto, clase 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 | |
assetTypeFilter — Parte del aspecto, clase 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 | |
assetVersionsDataGrid — Parte del aspecto, clase 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. | |
assignedMaximum — Propiedad, clase mx.charts.chartClasses.NumericAxis | |
The explicitly assigned maximum value. | |
assignedMinimum — Propiedad, clase mx.charts.chartClasses.NumericAxis | |
The explicitly assigned minimum value. | |
assignFocus(objectToFocus:flash.display:InteractiveObject, direction:String) — método, clase flash.display.Stage | |
Establece la selección del teclado en el objeto interactivo especificado por objectToFocus, con al dirección de selección especificada por el parámetro direction. | |
assignFocus(direction:String) — método, clase flash.media.StageWebView | |
Asigna la selección al contenido dentro de este objeto StageWebView. | |
assignFocus() — método, clase flash.text.StageText | |
Asigna la selección al objeto StageText. | |
assignFocus(direction:String) — método, clase mx.core.FlexHTMLLoader | |
Called by the FocusManager when the component receives focus. | |
assignFocus(direction:String) — método, interfaz mx.managers.IFocusManagerComplexComponent | |
Called by the FocusManager when the component receives focus. | |
assignmentLinkageDisplay — Parte del aspecto, clase 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 | |
assignmentNameDisplay — Parte del aspecto, clase 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 | |
assignmentSourceDisplay — Parte del aspecto, clase 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 | |
assignTabIndexes(startTabIndex:int) — método, clase fl.video.FLVPlayback | |
Asigna un valor de tabIndex a cada uno de los controles de FLVPlayback ordenándolos por posición horizontal, de izquierda a derecha. | |
asType — Propiedad, interfaz mx.automation.IAutomationPropertyDescriptor | |
ActionScript type of this property, as a String. | |
asyncError — Evento, clase flash.net.LocalConnection | |
Se distribuye cuando se emite una excepción de forma asíncrona, es decir, desde un código asíncrono nativo. | |
asyncError — Evento, clase flash.net.NetConnection | |
Se distribuye cuando se emite una excepción de forma asíncrona, es decir, desde un código asíncrono nativo. | |
asyncError — Evento, clase flash.net.NetStream | |
Se distribuye cuando se emite una excepción de forma asíncrona, es decir, desde un código asíncrono nativo. | |
asyncError — Evento, clase flash.net.SharedObject | |
Se distribuye cuando se emite una excepción de forma asíncrona, es decir, desde un código asíncrono nativo. | |
ASYNC_ERROR — Propiedad estática de constante, clase flash.events.AsyncErrorEvent | |
La constante AsyncErrorEvent.ASYNC_ERROR define el valor de la propiedad type de un objeto de evento asyncError. | |
ASYNC_ERROR — Propiedad estática de constante, clase org.osmf.events.MediaErrorCodes | |
Error constant for when a MediaElement encounters an asynchronous error. | |
AsyncErrorEvent — clase, Paquete flash.events | |
Un objeto distribuye un evento AsyncErrorEvent si se emite una excepción desde un código asíncrono nativo, que podría provenir, por ejemplo, de LocalConnection, NetConnection, SharedObject o NetStream. | |
AsyncErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, error:Error) — Información sobre, clase flash.events.AsyncErrorEvent | |
Crea un objeto AsyncErrorEvent que contiene información sobre eventos asyncError. | |
AsyncListView — clase, Paquete 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) — Información sobre, clase mx.collections.AsyncListView | |
Constructor. | |
AsyncRequest — clase, Paquete mx.rpc | |
The AsyncRequest class provides an abstraction of messaging for RPC call invocation. | |
AsyncRequest() — Información sobre, clase mx.rpc.AsyncRequest | |
Constructs a new asynchronous request. | |
AsyncResponder — clase, Paquete mx.rpc | |
This class provides an RPC specific implementation of mx.rpc.IResponder. | |
AsyncResponder(result:Function, fault:Function, token:Object) — Información sobre, clase mx.rpc.AsyncResponder | |
Constructs an instance of the responder with the specified data and handlers. | |
AsyncToken — Clase dinámica, Paquete mx.rpc | |
This class provides a place to set additional or token-level data for asynchronous RPC operations. | |
AsyncToken(message:mx.messaging.messages:IMessage) — Información sobre, clase mx.rpc.AsyncToken | |
Constructs an instance of the token with the specified message. | |
atan(val:Number) — Método estático , clase Math | |
Calcula y devuelve el valor en radianes del ángulo cuya tangente se especifica en el parámetro atan. | |
atan2(y:Number, x:Number) — Método estático , clase Math | |
Calcula y devuelve el ángulo del punto x/y en radianes cuando se mide en sentido contrario al de las agujas del reloj desde el eje x de un círculo (siendo 0,0 el centro del círculo). | |
AT_BOTTOM — Propiedad estática de constante, clase mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the bottom of its scrolling range. | |
atLeastOneProperty(o:Object) — método, clase 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 — Propiedad estática de constante, clase mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the left of its scrolling range. | |
atomCount — Propiedad, clase flash.text.engine.TextLine | |
El número de átomos de la línea, esto es, el número de elementos indivisibles, incluidos los espacios y los elementos gráficos. | |
atomicCompareAndSwapIntAt(byteIndex:int, expectedValue:int, newValue:int) — método, clase flash.utils.ByteArray | |
En una única operación atómica, compara un valor entero en este conjunto de bytes con otro valor entero y, si coinciden, intercambia los bytes por otro valor. | |
atomicCompareAndSwapLength(expectedLength:int, newLength:int) — método, clase flash.utils.ByteArray | |
En una única operación atómica, compara la longitud de este conjunto de bytes con un valor proporcionado y, si coinciden, cambia la longitud de este conjunto de bytes. | |
AT_RIGHT — Propiedad estática de constante, clase mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the right of its scrolling range. | |
attach — Evento, clase flash.data.SQLConnection | |
Se distibuye cuando la operación de llamada al método attach() finaliza correctamente. | |
attach(name:String, reference:Object, responder:flash.net:Responder, encryptionKey:flash.utils:ByteArray) — método, clase flash.data.SQLConnection | |
Añade otra base de datos a la instancia de SQLConnection y le da el nombre especificado a la nueva base de datos. | |
attach(connection:flash.net:NetConnection) — método, clase flash.net.NetStream | |
Asocia un flujo a un nuevo objeto NetConnection. | |
ATTACH — Propiedad estática de constante, clase flash.errors.SQLErrorOperation | |
Indica que se ha llamado al método SQLConnection.attach(). | |
ATTACH — Propiedad estática de constante, clase flash.events.SQLEvent | |
La constante SQLEvent.ATTACH define el valor de la propiedad type de un objeto de evento attach. | |
attachAudio(microphone:flash.media:Microphone) — método, clase flash.net.NetStream | |
Asocia una transmisión de audio enviada a un objeto NetStream desde un objeto Microphone transferido como origen. | |
attachButton — Parte del aspecto, clase 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) — método, clase flash.display3D.textures.VideoTexture | |
Especifica el procesamiento de un flujo de vídeo de una cámara dentro de la textura del objeto VideoTexture. | |
attachCamera(theCamera:flash.media:Camera) — método, clase flash.media.StageVideo | |
Especifica un flujo de vídeo de una cámara para que se muestre dentro de los límites del objeto StageVideo en la aplicación, aprovechando la GPU para el procesamiento. | |
attachCamera(camera:flash.media:Camera) — método, clase flash.media.Video | |
Especifica una transmisión de vídeo de una cámara para que se muestre dentro de los límites del objeto Video en la aplicación. | |
attachCamera(theCamera:flash.media:Camera, snapshotMilliseconds:int) — método, clase flash.net.NetStream | |
Comienza a capturar vídeo desde una cámara, o bien detiene la captura si theCamera se establece como null. | |
attachCamera(camera:flash.media:Camera) — método, clase mx.controls.VideoDisplay | |
Specifies to play a video stream from a camera. | |
attachListeners(systemManager:mx.managers:ISystemManager) — método, clase mx.managers.LayoutManager | |
AttachmentHeader() — Información sobre, clase lc.procmgmt.ui.attachments.AttachmentHeader | |
Constructor. | |
AttachmentIconRendererSkin() — Información sobre, clase com.adobe.ep.ux.attachmentlist.skin.renderers.AttachmentIconRendererSkin | |
Constructor. | |
AttachmentList() — Información sobre, clase lc.procmgmt.ui.attachments.AttachmentList | |
Constructor. | |
AttachmentListComponent() — Información sobre, clase com.adobe.ep.ux.attachmentlist.component.AttachmentListComponent | |
Constructor. | |
AttachmentListSkin() — Información sobre, clase com.adobe.ep.ux.attachmentlist.skin.AttachmentListSkin | |
Constructor. | |
Attachments() — Información sobre, clase lc.procmgmt.ui.attachments.Attachments | |
Constructor. | |
attachNetStream(netStream:flash.net:NetStream) — método, clase flash.display3D.textures.VideoTexture | |
Especifica el procesamiento de un flujo de vídeo de una cámara dentro de la textura del objeto VideoTexture. | |
attachNetStream(netStream:flash.net:NetStream) — método, clase flash.media.StageVideo | |
Especifica un flujo de vídeo para que se muestre dentro de los límites del objeto StageVideo en la aplicación. | |
attachNetStream(netStream:flash.net:NetStream) — método, clase flash.media.Video | |
Especifica un flujo de vídeo para que se muestre dentro de los límites del objeto Video en la aplicación. | |
attachOverlay() — método, clase mx.charts.Legend | |
Used internally by the Dissolve Effect to add the overlay to the chrome of a container. | |
attachOverlay() — método, clase mx.core.Container | |
Used internally by the Dissolve Effect to add the overlay to the chrome of a container. | |
attachOverlay() — método, clase mx.core.UIComponent | |
This is an internal method used by the Flex framework to support the Dissolve effect. | |
attachSkin() — método, clase spark.components.supportClasses.SkinnableComponent | |
Create the skin for the component. | |
AT_TARGET — Propiedad estática de constante, clase flash.events.EventPhase | |
La fase de destino, que es la segunda fase del flujo del evento. | |
AT_TOP — Propiedad estática de constante, clase mx.events.ScrollEventDetail | |
Indicates that the scroll bar is at the top of its scrolling range. | |
attribute(attributeName:any) — método, clase XML | |
Devuelve el valor XML del atributo cuyo nombre coincide con el parámetro attributeName. | |
attribute(attributeName:any) — método, clase XMLList | |
Llama al método attribute() de cada objeto XML y devuelve un objeto XMLList de los resultados. | |
attribute(attributeName:Object) — método, clase 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 — Propiedad, clase mx.olap.OLAPLevel | |
The attribute connected to this level, as an instance of OLAPAttribute. | |
attributeName — Propiedad, clase mx.olap.OLAPLevel | |
The name of the attribute to be used at this level. | |
attributes() — método, clase XML | |
Devuelve una lista de valores de atributos para el objeto XML en cuestión. | |
attributes() — método, clase XMLList | |
Llama al método attributes() de cada objeto XML y devuelve un objeto XMLList de atributos por cada objeto XML. | |
attributes — Propiedad, clase flash.xml.XMLNode | |
Objeto que contiene todos los atributos de la instancia XMLNode especificada. | |
attributes() — método, clase 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 — Propiedad, interfaz mx.olap.IOLAPDimension | |
The attributes of this dimension, as a list of OLAPAttribute instances. | |
attributes — Propiedad, clase mx.olap.OLAPDimension | |
The attributes of this dimension, as a list of OLAPAttribute instances. | |
AUDIO — Propiedad estática de constante, clase flash.ui.Keyboard | |
Constante asociada al valor del código de tecla del botón para seleccionar el modo de audio. | |
audioBufferByteLength — Propiedad, clase flash.net.NetStreamInfo | |
Proporciona el tamaño del búfer de audio de Netstream, en bytes. | |
audioBufferLength — Propiedad, clase flash.net.NetStreamInfo | |
Proporciona información del tamaño del búfer de audio de NetStream, en segundos. | |
audioByteCount — Propiedad, clase flash.net.NetStreamInfo | |
Especifica el número total de bytes de audio que han llegado a la cola, independientemente de la cantidad que se haya reproducido o alineado. | |
audioBytesPerSecond — Propiedad, clase flash.net.NetStreamInfo | |
Especifica la velocidad a la que el búfer de audio de NetStream se rellena en bytes por segundo. | |
AudioDecoder — clase final, Paquete flash.media | |
La clase AudioDecoder enumera los tipos de audio multicanal que un sistema puede admitir. | |
audioDeviceManager — Propiedad estática, clase flash.media.AudioDeviceManager | |
Instancia simple del objeto AudioDeviceManager. | |
AudioDeviceManager — clase final, Paquete flash.media | |
Utilice la clase AudioDeviceManager para obtener del sistema información sobre los dispositivos de audio y seleccione un dispositivo para la reproducción de audio. | |
audioLossRate — Propiedad, clase flash.net.NetStreamInfo | |
Especifica la pérdida de audio para la sesión de NetStream. | |
audioOutputChange — Evento, clase flash.media.AudioDeviceManager | |
Se distribuye cuando el dispositivo de salida de audio cambia por los motivos que se indican a continuación. (1) Selección del usuario: el usuario elige un dispositivo mediante la interfaz de configuración de Flash Player o la configuración de contenido AudioDeviceManager.selectedDeviceIndex; (2) Cambio de dispositivo: se añade o elimina un dispositivo de audio del sistema. | |
AUDIO_OUTPUT_CHANGE — Propiedad estática de constante, clase flash.events.AudioOutputChangeEvent | |
Define el valor de la propiedad “type” para un objeto de evento AudioOutputchangeEvent. | |
AudioOutputChangeEvent — clase, Paquete flash.events | |
Este evento se activa cuando el usuario selecciona un dispositivo de salida de audio distinto del establecido en la interfaz de configuración de Flash Player, o bien cuando se añade o elimina del sistema un dispositivo de audio. | |
AudioOutputChangeEvent(type:String, bubbles:Boolean, cancelable:Boolean, reason:String) — Información sobre, clase flash.events.AudioOutputChangeEvent | |
Constructor. | |
AudioOutputChangeReason — clase final, Paquete flash.media | |
Esta clase define una enumeración que indica el motivo para el evento AudioOutputChangeEvent. | |
audioPlaybackMode — Propiedad estática, clase flash.media.SoundMixer | |
Especifica el modo de reproducción de audio de todos los objetos Sound. | |
AudioPlaybackMode — clase final, Paquete flash.media | |
La clase AudioPlaybackMode define constantes para la propiedad audioPlaybackMode de la clase SoundMixer. | |
audioReliable — Propiedad, clase flash.net.NetStream | |
Para conexiones RTMFP, especifica si el audio se envía con total fiabilidad. | |
audioSampleAccess — Propiedad, clase flash.net.NetStream | |
En conexiones RTMFP, especifica si se permite capturar el flujo de audio entre pares suscritos a este objeto NetStream. | |
auditLevel — Estado del aspecto, clase com.adobe.solutions.rca.presentation.template.TemplatePreview | |
The skin state when the component is displaying the audit level screen. | |
auditLevel — Parte del aspecto, clase 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 — Estado del aspecto, clase com.adobe.solutions.rca.presentation.template.ReviewTemplateWorkflow | |
The skin state when the component is displaying the audit level screen. | |
auditLevel — Parte del aspecto, clase 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 — Estado del aspecto, clase com.adobe.solutions.rca.presentation.template.TemplateEdit | |
The skin state when the component is displaying the audit level screen. | |
auditLevel — Parte del aspecto, clase 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. | |
auditLevelDatagrid — Parte del aspecto, clase 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 del aspecto, clase 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. | |
authenticate — Propiedad, clase flash.html.HTMLLoader | |
Especifica si se deben controlar las peticiones de autenticación (true) o no (false) para las peticiones HTTP emitidas por este objeto. | |
authenticate — Propiedad, clase flash.net.URLRequest | |
Especifica si deben manejarse peticiones de autenticación (true) o no (false) en esta petición. | |
authenticate — Propiedad estática, clase flash.net.URLRequestDefaults | |
El ajuste predeterminado de la propiedad authenticate de los objetos URLRequest. | |
authenticate(serverURL:String, domain:String, username:String, password:String) — método, clase flash.net.drm.DRMManager | |
Autentica a un usuario. | |
authenticated — Propiedad, clase mx.messaging.Channel | |
Indicates if this channel is authenticated. | |
authenticated — Propiedad, clase mx.messaging.MessageAgent | |
Indicates if this MessageAgent is using an authenticated connection to its destination. | |
authenticationComplete — Evento, clase flash.net.drm.DRMManager | |
DRMManager distribuye un objeto DRMAuthenticationCompleteEvent cuando el usuario se autentica en el servidor de derechos multimedia tras una llamada al método authenticate(). | |
AUTHENTICATION_COMPLETE — Propiedad estática de constante, clase flash.events.DRMAuthenticationCompleteEvent | |
La constante de cadena que se utiliza para evento de finalización de autenticación en el parámetro type cuando se añaden o se eliminan detectores de eventos. | |
authenticationError — Evento, clase flash.net.drm.DRMManager | |
DRMManager distribuye un objeto DRMAuthenticationErrorEvent cuando el usuario no se autentica en el servidor de derechos multimedia una vez llamado el método authenticate(). | |
AUTHENTICATION_ERROR — Propiedad estática de constante, clase flash.events.DRMAuthenticationErrorEvent | |
La constante de cadena que se utiliza para el evento de autenticación de errores en el parámetro type al añadir y eliminar detectores de eventos. | |
authenticationMethod — Propiedad, clase flash.net.drm.DRMContentData | |
El tipo de autenticación requerida para obtener una licencia para el contenido asociado. | |
authenticationMethod — Propiedad, clase flash.net.drm.DRMDeviceGroup | |
El tipo de autenticación requerida para registrar este grupo de dispositivos. | |
authenticationMethod — Propiedad, clase flash.net.drm.VoucherAccessInfo | |
El tipo de autenticación requerida para obtener una licencia para el contenido asociado. | |
AuthenticationMethod — clase final, Paquete flash.net.drm | |
La clase AuthenticationMethod proporciona constantes string que enumeran los distintos tipos de autenticación utilizados por la propiedad authenticationMethod de la clase DRMContentData. | |
authenticationType — Propiedad, clase flash.events.DRMAuthenticateEvent | |
Indica si las credenciales suministradas se utilizan para autenticar con el servidor Flash Media Rights Management Server (FMRMS) o un servidor proxy. | |
AUTHENTICATION_TYPE_DRM — Propiedad estática de constante, clase flash.events.DRMAuthenticateEvent | |
La constante DRMAuthenticateEvent.AUTHENTICATION_TYPE_DRM define el valor de la propiedad authenticationType de un objeto de evento DRMAuthenticateEvent. | |
AUTHENTICATION_TYPE_PROXY — Propiedad estática de constante, clase flash.events.DRMAuthenticateEvent | |
La constante DRMAuthenticateEvent.AUTHENTICATION_TYPE_PROXY define el valor de la propiedad authenticationType de un objeto de evento DRMAuthenticateEvent. | |
authorizations() — método, clase flash.net.GroupSpecifier | |
Devuelve una cadena que representa contraseñas para publicación de multidifusión IP y para su presentación. | |
AUTO — Propiedad estática de constante, clase fl.controls.ScrollPolicy | |
Se muestra la barra de desplazamiento si los elementos secundarios superan las dimensiones del propietario. | |
AUTO — Propiedad estática de constante, clase fl.motion.RotateDirection | |
Selecciona una dirección de rotación que requiera la menor cantidad de giro. | |
AUTO — Propiedad estática de constante, clase flash.display.NativeWindowRenderMode | |
Una ventana normal. | |
AUTO — Propiedad estática de constante, clase flash.display.PixelSnapping | |
Valor constante de la propiedad pixelSnapping de un objeto Bitmap que especifica que la imagen de mapa de bits se ajusta al píxel más cercano si éste se dibuja sin rotación ni sesgo y se dibuja con un factor de escala del 99,9% al 100,1%. | |
AUTO — Propiedad estática de constante, clase flash.display3D.Context3DRenderMode | |
Elija de forma automática motor de procesamiento. | |
AUTO — Propiedad estática de constante, clase flash.printing.PrintMethod | |
Selección automática del mejor método de impresión. | |
AUTO — Propiedad estática de constante, clase flash.text.engine.BreakOpportunity | |
Basa las oportunidades de salto de línea en propiedades de caracteres Unicode. | |
AUTO — Propiedad estática de constante, clase flash.text.engine.Kerning | |
Se utiliza para indicar que el ajuste entre caracteres está activado excepto si no es apropiado en tipografía asiática. | |
AUTO — Propiedad estática de constante, clase flash.text.engine.TextRotation | |
Especifica una rotación en sentido de las agujas del reloj de 90º sólo para los glifos anchos o de máxima anchura, según se haya especificado en las propiedades Unicode del glifo. | |
AUTO — Propiedad estática de constante, clase flash.ui.MouseCursor | |
Se utiliza para especificar que el cursor debe seleccionarse automáticamente en función del objeto debajo del ratón. | |
AUTO — Propiedad estática de constante, clase flashx.textLayout.container.ScrollPolicy | |
Especifica que se admitirá desplazamiento si el contenido supera las dimensiones del contenedor. | |
AUTO — Propiedad estática de constante, clase flashx.textLayout.formats.BaselineOffset | |
Alinea el valor ascendente de la línea con el margen superior del contenedor. | |
AUTO — Propiedad estática de constante, clase flashx.textLayout.formats.FormatValue | |
Especifica que el valor de una propiedad se genera automáticamente. | |
AUTO — Propiedad estática de constante, clase flashx.textLayout.formats.LeadingModel | |
Especifica que el modelo de interlineado se selecciona a partir de la propiedad locale del párrafo. | |
AUTO — Propiedad estática de constante, clase flashx.textLayout.formats.Suffix | |
Especifica que el sufijo auto se añade al marcador de la lista después del contenido. | |
AUTO — Propiedad estática de constante, clase mx.core.ContainerCreationPolicy | |
Delay creating some or all descendants until they are needed. | |
AUTO — Propiedad estática de constante, clase mx.core.ScrollPolicy | |
Show the scrollbar if the children exceed the owner's dimension. | |
AUTO — Propiedad estática de constante, clase mx.core.UIComponentCachePolicy | |
Specifies that the Flex framework should use heuristics to decide whether to cache the object as a bitmap. | |
AUTO — Propiedad estática de constante, clase spark.components.CalloutPosition | |
Position the callout on the exterior of the owner where the callout requires the least amount of resizing to fit. | |
AUTO — Propiedad estática de constante, clase spark.core.ContainerDestructionPolicy | |
The lifespan of the container's children is automatically managed by the container based on the container's own heuristic. | |
autoAdjust — Propiedad, clase mx.charts.chartClasses.NumericAxis | |
Specifies whether Flex rounds values. | |
autoBandWidthDetection — Propiedad, clase mx.controls.VideoDisplay | |
Specifies whether the VideoDisplay control should use the built-in automatic bandwidth detection feature. | |
autoCapitalize — Propiedad, clase flash.text.StageText | |
Controla cómo un dispositivo automático aplica minúsculas y mayúsculas a la entrada del usuario. | |
autoCapitalize — Propiedad, clase spark.components.supportClasses.SkinnableTextBase | |
Hint indicating what captialization behavior soft keyboards should use. | |
autoCapitalize — Propiedad, clase spark.components.supportClasses.StyleableStageText | |
Hint indicating what captialization behavior soft keyboards should use. | |
AutoCapitalize — clase final, Paquete flash.text | |
La clase AutoCapitalize define constantes para la propiedad autoCapitalize de la clase StageText. | |
autoCenterProjection — Propiedad, clase spark.effects.AnimateTransform3D | |
Set to false to disable a 3D effect from automatically setting the projection point to the center of the target. | |
autoCenterTransform — Propiedad, clase 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 — Propiedad, clase spark.effects.supportClasses.AnimateTransformInstance | |
autoCompact — Propiedad, clase flash.data.SQLConnection | |
Indica si se ha activado la compactación automática en la base de datos creada originalmente (el valor especificado para el parámetro autoCompact en la llamada open() u openAsync() que creó la base de datos). | |
autoCorrect — Propiedad, clase flash.text.StageText | |
Indica si un dispositivo corrige automáticamente la ortografía de la entrada del usuario o si detecta errores de puntuación. | |
autoCorrect — Propiedad, clase spark.components.supportClasses.SkinnableTextBase | |
Hint indicating whether a soft keyboard should use its auto-correct behavior, if supported. | |
autoCorrect — Propiedad, clase spark.components.supportClasses.StyleableStageText | |
Hint indicating whether a soft keyboard should use its auto-correct behavior, if supported. | |
autoDisplayFirstFrame — Propiedad, clase spark.components.VideoDisplay | |
If autoPlay = false, then autoDisplayFirstFrame controls whether the video is loaded when the source is set. | |
autoDisplayFirstFrame — Propiedad, clase spark.components.VideoPlayer | |
If autoPlay = false, then autoDisplayFirstFrame controls whether the video is loaded when the source is set. | |
autoDrawBackground — Propiedad, clase spark.components.supportClasses.ItemRenderer | |
Specifies whether the item renderer draws the background of the data item during user interaction. | |
autoExit — Propiedad, clase flash.desktop.NativeApplication | |
Especifica si la aplicación debe cerrarse automáticamente cuando se hayan cerrado todas las ventanas. | |
autoExit — Propiedad, clase mx.core.WindowedApplication | |
Specifies whether the AIR application will quit when the last window closes or will continue running in the background. | |
autoExit — Propiedad, clase spark.components.WindowedApplication | |
Specifies whether the AIR application will quit when the last window closes or will continue running in the background. | |
autoHideFirstViewNavigator — Propiedad, clase 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 — Propiedad, clase spark.skins.SparkButtonSkin | |
If enabled will automatically construct the necessary constructs to present and layout an iconDisplay part. | |
autoIncrement — Propiedad, clase flash.data.SQLColumnSchema | |
Indica si se trata de una columna que se incrementa automáticamente. | |
autoLayout — Evento, clase fl.video.FLVPlayback | |
Se distribuye cuando se cambia el tamaño o la disposición del reproductor de vídeo automáticamente. | |
autoLayout — Propiedad, clase fl.video.FLVPlaybackCaptioning | |
Determina si el componente FLVPlaybackCaptioning mueve y cambia automáticamente el tamaño del objeto TextField para texto. | |
autoLayout — Propiedad, clase mx.charts.Legend | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Propiedad, clase mx.core.Container | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Propiedad, clase spark.components.SkinnableContainer | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Propiedad, clase spark.components.SkinnableDataContainer | |
If true, measurement and layout are done when the position or size of a child is changed. | |
autoLayout — Propiedad, clase spark.components.supportClasses.GroupBase | |
If true, measurement and layout are done when the position or size of a child is changed. | |
AUTO_LAYOUT — Propiedad estática de constante, clase fl.video.AutoLayoutEvent | |
Define el valor de la propiedad type para un objeto de evento autoLayout. | |
AutoLayoutEvent — clase, Paquete fl.video | |
Flash® Player distribuye un objeto AutoLayoutEvent cuando se cambia automáticamente el tamaño y la disposición del reproductor de vídeo. | |
AutoLayoutEvent(type:String, bubbles:Boolean, cancelable:Boolean, oldBounds:flash.geom:Rectangle, oldRegistrationBounds:flash.geom:Rectangle, vp:uint) — Información sobre, clase fl.video.AutoLayoutEvent | |
Crea un objeto de evento que contiene información sobre eventos autoLayout. | |
autoLoad — Propiedad, clase fl.containers.UILoader | |
Obtiene o define un valor que indica si la instancia UILoader carga de forma automática el contenido especificado. | |
autoLoad — Propiedad, clase mx.controls.SWFLoader | |
A flag that indicates whether content starts loading automatically or waits for a call to the load() method. | |
autoLoad — Propiedad, clase mx.effects.SoundEffect | |
If true, load the MP3 file when the source has been specified. | |
Automation — clase, Paquete mx.automation | |
The Automation class defines the entry point for the Flex Automation framework. | |
AutomationAirEvent — clase, Paquete mx.automation.events | |
The AutomationAirEvent class represents event objects that are dispatched by the AutomationManager. | |
AutomationAirEvent(type:String, bubbles:Boolean, cancelable:Boolean, windowId:String) — Información sobre, clase mx.automation.events.AutomationAirEvent | |
Constructor. | |
AutomationClass — clase, Paquete mx.automation | |
Provides serializable class information for external automation tools. | |
AutomationClass(name:String, superClassName:String) — Información sobre, clase mx.automation.AutomationClass | |
automationDebugTracer — Propiedad estática, clase mx.automation.Automation | |
The available IAutomationDebugTracer instance. | |
automationDelegate — Propiedad, interfaz mx.automation.IAutomationObject | |
The delegate object that is handling the automation-related functionality. | |
automationDelegate — Propiedad, clase mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationDelegate — Propiedad, clase mx.controls.FlexNativeMenu | |
The delegate object that handles the automation-related functionality. | |
automationDelegate — Propiedad, clase mx.core.UIComponent | |
The delegate object that handles the automation-related functionality. | |
automationDelegate — Propiedad, clase mx.core.UIFTETextField | |
The delegate object which is handling the automation related functionality. | |
automationDelegate — Propiedad, clase mx.core.UITextField | |
The delegate object which is handling the automation related functionality. | |
automationDelegate — Propiedad, clase mx.flash.UIMovieClip | |
The delegate object that handles the automation-related functionality. | |
AutomationDragEvent — clase, Paquete 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) — Información sobre, clase mx.automation.events.AutomationDragEvent | |
Constructor. | |
AutomationDragEventWithPositionInfo — clase, Paquete 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) — Información sobre, clase mx.automation.events.AutomationDragEventWithPositionInfo | |
Constructor. | |
automationEnabled — Propiedad, interfaz mx.automation.IAutomationObject | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Propiedad, clase mx.automation.delegates.core.UIComponentAutomationImpl | |
automationEnabled — Propiedad, clase mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationEnabled — Propiedad, clase mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationEnabled — Propiedad, clase mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationEnabled — Propiedad, clase mx.controls.FlexNativeMenu | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Propiedad, clase mx.core.UIComponent | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Propiedad, clase mx.core.UIFTETextField | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Propiedad, clase mx.core.UITextField | |
True if this component is enabled for automation, false otherwise. | |
automationEnabled — Propiedad, clase mx.flash.UIMovieClip | |
True if this component is enabled for automation, false otherwise. | |
automationEnvironment — Propiedad, interfaz mx.automation.IAutomationManager | |
The automation environment for this automation manager. | |
automationEnvironmentHandlingClassName — Propiedad, interfaz mx.automation.IAutomationManager2 | |
Marshalling Support(for tool): The tool class which is responsible for handling the automation environment. | |
automationEnvironmentString — Propiedad, interfaz mx.automation.IAutomationManager2 | |
The automation environment for this automation manager. | |
AutomationError — clase, Paquete mx.automation | |
The AutomationError class defines the error constants used by the Flex Automation mechanism. | |
AutomationError(msg:String, code:Number) — Información sobre, clase mx.automation.AutomationError | |
Constructor. | |
AutomationEvent — clase, Paquete mx.automation.events | |
The AutomationEvent class represents event objects that are dispatched by the AutomationManager. | |
AutomationEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Información sobre, clase mx.automation.events.AutomationEvent | |
Constructor. | |
AutomationEventDescriptor — clase, Paquete mx.automation | |
Method descriptor class. | |
AutomationEventDescriptor(name:String, eventClassName:String, eventType:String, args:Array) — Información sobre, clase mx.automation.AutomationEventDescriptor | |
Constructor | |
AutomationFlexNativeMenuEvent — clase, Paquete 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) — Información sobre, clase mx.automation.events.AutomationFlexNativeMenuEvent | |
Constructor. | |
AutomationHelper — clase, Paquete mx.automation | |
Helper class used to call appropriate methods based on whether the current app is an AIR app or a Flex app. | |
AutomationHelper() — Información sobre, clase mx.automation.AutomationHelper | |
Constructor | |
AutomationID — clase, Paquete mx.automation | |
The Flex automation framework uses the AutomationID class to build object identification that Agents can use. | |
AutomationID() — Información sobre, clase mx.automation.AutomationID | |
Constructor. | |
AutomationIDPart — Clase dinámica, Paquete mx.automation | |
The AutomationIDPart class represents a component instance to agents. | |
automationManager — Propiedad estática, clase mx.automation.Automation | |
The IAutomationManager instance. | |
AutomationManager — clase, Paquete mx.automation | |
Provides the interface for manipulating the automation hierarchy, and for recording and replaying events. | |
automationManager2 — Propiedad estática, clase mx.automation.Automation | |
AutomationMethodDescriptor — clase, Paquete mx.automation | |
Basic method descriptor class. | |
AutomationMethodDescriptor(name:String, asMethodName:String, returnType:String, args:Array) — Información sobre, clase mx.automation.AutomationMethodDescriptor | |
automationName — Propiedad, interfaz mx.automation.IAutomationObject | |
Name that can be used as an identifier for this object. | |
automationName — Propiedad, clase mx.automation.delegates.controls.FlexNativeMenuAutomationImpl | |
Name that can be used as an identifier for this object. | |
automationName — Propiedad, clase mx.automation.delegates.controls.fileSystemClasses.FileSystemDataGridNameColumnRendererAutomationImpl | |
automationName — Propiedad, clase mx.automation.delegates.core.UIComponentAutomationImpl | |
Name that can be used as an identifier for this object. | |
automationName — Propiedad, clase mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationName — Propiedad, clase mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
Name that can be used as an identifier for this object. | |
automationName — Propiedad, clase mx.controls.FlexNativeMenu | |
Name that can be used as an identifier for this object. | |
automationName — Propiedad, clase mx.core.UIComponent | |
Name that can be used as an identifier for this object. | |
automationName — Propiedad, clase mx.core.UIFTETextField | |
Name that can be used as an identifier for this object. | |
automationName — Propiedad, clase mx.core.UITextField | |
Name that can be used as an identifier for this object. | |
automationName — Propiedad, clase mx.flash.UIMovieClip | |
Name that can be used as an identifier for this object. | |
automationObject — Propiedad, clase mx.automation.events.AutomationRecordEvent | |
The delegate of the UIComponent object that is recording this event. | |
automationObject — Propiedad, clase 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 — Propiedad estática, clase mx.automation.Automation | |
The available IAutomationObjectHelper instance. | |
automationOwner — Propiedad, interfaz mx.automation.IAutomationObject | |
The owner of this component for automation purposes. | |
automationOwner — Propiedad, clase mx.automation.delegates.core.UIComponentAutomationImpl | |
automationOwner — Propiedad, clase mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationOwner — Propiedad, clase mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationOwner — Propiedad, clase mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationOwner — Propiedad, clase mx.controls.FlexNativeMenu | |
The owner of this component for automation purposes. | |
automationOwner — Propiedad, clase mx.core.UIComponent | |
The owner of this component for automation purposes. | |
automationOwner — Propiedad, clase mx.core.UIFTETextField | |
The owner of this component for automation purposes. | |
automationOwner — Propiedad, clase mx.core.UITextField | |
The owner of this component for automation purposes. | |
automationOwner — Propiedad, clase mx.flash.UIMovieClip | |
The owner of this component for automation purposes. | |
automationParent — Propiedad, interfaz mx.automation.IAutomationObject | |
The parent of this component for automation purposes. | |
automationParent — Propiedad, clase mx.automation.delegates.core.UIComponentAutomationImpl | |
automationParent — Propiedad, clase mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationParent — Propiedad, clase mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationParent — Propiedad, clase mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationParent — Propiedad, clase mx.controls.FlexNativeMenu | |
The parent of this component for automation purposes. | |
automationParent — Propiedad, clase mx.core.UIComponent | |
The parent of this component for automation purposes. | |
automationParent — Propiedad, clase mx.core.UIFTETextField | |
The parent of this component for automation purposes. | |
automationParent — Propiedad, clase mx.core.UITextField | |
The parent of this component for automation purposes. | |
automationParent — Propiedad, clase mx.flash.UIMovieClip | |
The parent of this component for automation purposes. | |
AutomationPropertyDescriptor — clase, Paquete mx.automation | |
Describes a property of a test object. | |
AutomationPropertyDescriptor(name:String, forDescription:Boolean, forVerification:Boolean, defaultValue:String) — Información sobre, clase mx.automation.AutomationPropertyDescriptor | |
Constructor | |
AutomationRecordEvent — clase, Paquete 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) — Información sobre, clase mx.automation.events.AutomationRecordEvent | |
Constructor. | |
AutomationReplayEvent — clase, Paquete 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) — Información sobre, clase mx.automation.events.AutomationReplayEvent | |
Constructor. | |
automationTabularData — Propiedad, interfaz mx.automation.IAutomationObject | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Propiedad, clase mx.automation.delegates.advancedDataGrid.AdvancedDataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid1. | |
automationTabularData — Propiedad, clase mx.automation.delegates.advancedDataGrid.AdvancedListBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Propiedad, clase mx.automation.delegates.advancedDataGrid.OLAPDataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid1. | |
automationTabularData — Propiedad, clase mx.automation.delegates.controls.DataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Propiedad, clase mx.automation.delegates.controls.FileSystemTreeAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Propiedad, clase mx.automation.delegates.controls.ListAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Propiedad, clase mx.automation.delegates.controls.ListBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Propiedad, clase mx.automation.delegates.controls.TileBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Propiedad, clase mx.automation.delegates.controls.TreeAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Propiedad, clase mx.automation.delegates.core.RepeaterAutomationImpl | |
An array of all components within this repeater found in the automation hierarchy. | |
automationTabularData — Propiedad, clase mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationTabularData — Propiedad, clase mx.controls.FlexNativeMenu | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Propiedad, clase mx.core.UIComponent | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Propiedad, clase mx.flash.UIMovieClip | |
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
automationTabularData — Propiedad, clase spark.automation.delegates.components.SparkDataGridAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationTabularData — Propiedad, clase spark.automation.delegates.components.supportClasses.SparkListBaseAutomationImpl | |
A matrix of the automationValues of each item in the grid. | |
automationValue — Propiedad, interfaz 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 — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad, clase mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationValue — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad, interfaz mx.automation.IAutomationObject | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Propiedad, clase mx.automation.delegates.core.UIComponentAutomationImpl | |
automationVisible — Propiedad, clase mx.automation.delegates.core.UIFTETextFieldAutomationImpl | |
automationVisible — Propiedad, clase mx.automation.delegates.core.UITextFieldAutomationImpl | |
automationVisible — Propiedad, clase mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
automationVisible — Propiedad, clase mx.controls.FlexNativeMenu | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Propiedad, clase mx.core.UIComponent | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Propiedad, clase mx.core.UIFTETextField | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Propiedad, clase mx.core.UITextField | |
True if this component is visible for automation, false otherwise. | |
automationVisible — Propiedad, clase mx.flash.UIMovieClip | |
True if this component is visible for automation, false otherwise. | |
autoOrients — Propiedad, clase flash.display.Stage | |
Indica si el escenario se vuelve a orientar automáticamente cuando cambia la orientación del dispositivo. | |
autoPlay — Propiedad, clase fl.video.FLVPlayback | |
Valor booleano que, si se establece como true, hace que el archivo FLV comience a reproducirse automáticamente tras definir la propiedad source. | |
autoPlay — Propiedad, clase mx.controls.VideoDisplay | |
Specifies whether the video should start playing immediately when the source property is set. | |
autoPlay — Propiedad, clase spark.components.VideoDisplay | |
Specifies whether the video starts playing immediately when the source property is set. | |
autoPlay — Propiedad, clase spark.components.VideoPlayer | |
Specifies whether the video starts playing immediately when the source property is set. | |
autoRemoveTarget — Propiedad, clase spark.effects.supportClasses.AnimateInstance | |
If true, the effect retains its target during a transition and removes it when finished. | |
autoRepeat — Propiedad, clase fl.controls.BaseButton | |
Obtiene o define un valor booleano que indica si el evento buttonDown se distribuye varias veces cuando el usuario mantiene presionado el botón del ratón sobre el componente. | |
autoRepeat — Propiedad, clase fl.controls.CheckBox | |
Por definición, un componente CheckBox nunca se repite automáticamente, por lo que la propiedad autoRepeat se establece en false en el constructor y no se puede cambiar para CheckBox. | |
autoRepeat — Propiedad, clase fl.controls.RadioButton | |
Por definición, un control botón de opción nunca se repite automáticamente, por lo que la propiedad autoRepeat se establece como false en el constructor y no se puede cambiar. | |
autoRepeat — Propiedad, clase mx.controls.Button | |
Specifies whether to dispatch repeated buttonDown events if the user holds down the mouse button. | |
autoRepeat — Propiedad, clase spark.components.supportClasses.ButtonBase | |
Specifies whether to dispatch repeated buttonDown events if the user holds down the mouse button. | |
autoReplace — Propiedad estática, clase fl.lang.Locale | |
Determina si las cadenas se sustituyen automáticamente después de cargar el archivo XML. | |
autoReverse — Propiedad, clase mx.states.Transition | |
Set to true to specify that this transition applies to both the forward and reverse view state changes. | |
autoRewind — Propiedad, clase fl.motion.AnimatorBase | |
Define la animación para que se reinicie una vez finalizada. | |
autoRewind — Propiedad, clase fl.video.FLVPlayback | |
Valor booleano que, si se establece como true, hace que el archivo FLV se rebobine hasta el fotograma 1 cuando se detenga la reproducción porque el reproductor alcanzó el final del flujo o porque se llamó al método stop(). | |
autoRewind — Propiedad, clase fl.video.VideoPlayer | |
Valor booleano que, si se establece como true, hace que el archivo FLV se rebobine hasta el fotograma 1 cuando se detenga la reproducción porque el reproductor alcanzó el final del flujo o porque se llamó al método stop(). | |
autoRewind — Propiedad, clase 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 — Propiedad, clase 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 — Propiedad, clase 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, clase fl.video.FLVPlayback | |
Se distribuye cuando la cabeza lectora se desplaza hasta el principio del reproductor de vídeo porque la propiedad autoRewind está establecida como true. | |
autoRewound — Evento, clase fl.video.VideoPlayer | |
Se distribuye cuando la cabeza lectora se desplaza hasta el principio del reproductor de vídeo porque la propiedad autoRewind está establecida como true. | |
AUTO_REWOUND — Propiedad estática de constante, clase fl.video.VideoEvent | |
Define el valor de la propiedad type para un objeto de evento autoRewound. | |
autoScrollIfNecessary(mouseX:int, mouseY:int) — método, clase flashx.textLayout.container.ContainerController | |
Gestiona un evento de desplazamiento durante una selección "arrastrando". | |
autoSize — Propiedad, clase fl.controls.Label | |
Obtiene o define una cadena que indica cómo cambia de tamaño y se alinea una etiqueta para que encaje el valor de su propiedad text. | |
autoSize — Propiedad, clase fl.text.TLFTextField | |
Controla la asignación de tamaño y alineación automáticas de los campos de texto. | |
autoSize — Propiedad, clase flash.text.TextField | |
Controla la asignación de tamaño y alineación automáticas de los campos de texto. | |
autoSize — Propiedad, clase mx.core.FTETextField | |
Controla la asignación de tamaño y alineación automáticas de los campos de texto. | |
autoSize — Propiedad, interfaz mx.core.IUITextField | |
Controla la asignación de tamaño y alineación automáticas de los campos de texto. | |
autoStop — Propiedad, clase 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 — Propiedad, clase org.osmf.net.NetStreamSwitchManagerBase | |
autoSwitch — Propiedad, clase org.osmf.net.RuleSwitchManagerBase | |
autoThumbVisibility — Estilo, clase spark.components.supportClasses.ScrollBarBase | |
If true (the default), the thumb's visibility will be reset whenever its size is updated. | |
autoUpdateCurrentState — Propiedad, clase mx.flash.UIMovieClip | |
Whether we should actively watch changes to the label of the flash object. | |
autoUpdateMeasuredSize — Propiedad, clase mx.flash.UIMovieClip | |
Whether we should actively watch changes to the size of the flash object. | |
availability — Propiedad, clase flash.events.StageVideoAvailabilityEvent | |
Informa sobre la disponibilidad actual del vídeo en el escenario mediante una constante de la clase flash.media.StageVideoAvailability. | |
available — Propiedad, clase air.net.ServiceMonitor | |
Si el servicio se considera "disponible" en este momento. El valor inicial es false hasta que una comprobación de estado establece la propiedad como true o la propiedad se inicializa en true de forma explícita. Normalmente, esta propiedad se establece mediante la implementación de checkStatus() en una subclase o especializador, pero si la aplicación tiene información independiente sobre la disponibilidad del servicio (por ejemplo, acaba de fallar o realizarse correctamente una petición), la propiedad se puede establecer explícitamente. | |
available — Propiedad, clase air.update.events.StatusFileUpdateEvent | |
Indica si hay disponible una versión distinta a la de la aplicación activa (true); en caso contrario, es false (misma versión). | |
available — Propiedad, clase air.update.events.StatusUpdateEvent | |
Indica si hay disponible una actualización. | |
available — Propiedad, clase flash.events.VsyncStateChangeAvailabilityEvent | |
Indica que el estado de vsync de Stage se puede cambiar. | |
available — Propiedad estática, clase flash.external.ExternalInterface | |
Indica si este reproductor se encuentra en un contenedor que ofrece una interfaz externa. | |
AVAILABLE — Propiedad estática de constante, clase flash.media.StageVideoAvailability | |
El vídeo del escenario está disponible en este momento. | |
AV_DICTIONARY_DATA — Propiedad estática de constante, clase flash.events.AVDictionaryDataEvent | |
AVDictionaryDataEvent — clase, Paquete flash.events | |
AVStream distribuye AVDictionaryDataEvent para indicar información de etiqueta ID3 | |
AVDictionaryDataEvent(type:String, bubbles:Boolean, cancelable:Boolean, init_dictionary:flash.utils:Dictionary, init_dataTime:Number) — Información sobre, clase flash.events.AVDictionaryDataEvent | |
Constructor | |
AverageAggregator — clase, Paquete mx.olap.aggregators | |
The AverageAggregator class implements the average aggregator. | |
avHardwareDisable — Propiedad estática, clase flash.system.Capabilities | |
Especifica si el acceso a la cámara y al micrófono del usuario se ha prohibido (true) o autorizado (false) administrativamente. | |
AV_HTTP_RESPONSE_STATUS — Propiedad estática de constante, clase flash.events.AVHTTPStatusEvent | |
Al contrario que httpStatus, el evento httpResponseStatus se envía antes de cualquier dato de respuesta. | |
AVHTTPStatusEvent — clase, Paquete flash.events | |
Esta aplicación distribuye objetos AVHTTPStatusEvent cuando la petición de red devuelve un código de estado HTTP. | |
AVHTTPStatusEvent(type:String, bubbles:Boolean, cancelable:Boolean, status:int, responseUrl:String, responseHeaders:Array) — Información sobre, clase flash.events.AVHTTPStatusEvent | |
Crea un objeto de evento que contiene información concreta sobre eventos de estado HTTP. | |
AVLoader — clase, Paquete flash.display | |
AVLoader() — Información sobre, clase flash.display.AVLoader | |
AVM1Movie — clase, Paquete flash.display | |
AVM1Movie es una clase simple que representa clips de película AVM1, que utilizan ActionScript 1.0 o 2.0. | |
AVNetworkingParams — clase, Paquete flash.media | |
AVStream distribuye AVPlayStateEvent durante la reproducción para indicar cambios de estado. | |
AVNetworkingParams(init_forceNativeNetworking:Boolean, init_readSetCookieHeader:Boolean, init_useCookieHeaderForAllRequests:Boolean, init_networkDownVerificationUrl:String) — Información sobre, clase flash.media.AVNetworkingParams | |
Crea una nueva instancia de un objeto AVNetworkingParams. | |
AV_PAUSE_AT_PERIOD_END — Propiedad estática de constante, clase flash.events.AVPauseAtPeriodEndEvent | |
AVPauseAtPeriodEndEvent — clase, Paquete flash.events | |
AVStream distribuye AVPauseAtPeriodEndEvent cuando se llega al final del periodo para el que se solicita este evento. | |
AVPauseAtPeriodEndEvent(type:String, bubbles:Boolean, cancelable:Boolean, userData:int) — Información sobre, clase flash.events.AVPauseAtPeriodEndEvent | |
avSendToURL(auth:flash.system:AuthorizedFeatures, request:flash.net:URLRequest, cookieHeader:String) — Función del paquete, flash.media | |
AVTagData — clase, Paquete flash.media | |
Proporciona información sobre un punto de referencia desde un punto en un flujo HLS. | |
AVURLLoader — clase, Paquete flash.media | |
La clase URLLoader descarga datos desde una URL como texto, datos binarios o variables con codificación URL. | |
AVURLLoader(request:flash.net:URLRequest) — Información sobre, clase flash.media.AVURLLoader | |
Crea un objeto URLLoader. | |
AVURLStream — clase, Paquete flash.media | |
La clase URLStream proporciona acceso de bajo nivel a las URL de descarga. | |
axes — Propiedad, clase mx.charts.chartClasses.DataTransform | |
The set of axes associated with this transform. | |
axes — Propiedad, interfaz mx.olap.IOLAPResult | |
An Array of IOLAPResultAxis instances that represent all the axes of the query. | |
axes — Propiedad, clase mx.olap.OLAPQuery | |
The axis of the Query as an Array of OLAPQueryAxis instances. | |
axes — Propiedad, clase mx.olap.OLAPResult | |
An Array of IOLAPResultAxis instances that represent all the axes of the query. | |
axis — Propiedad, clase mx.charts.AxisRenderer | |
The axis object associated with this renderer. | |
axis — Propiedad, interfaz mx.charts.chartClasses.IAxisRenderer | |
The axis object associated with this renderer. | |
AXIS_ANGLE — Propiedad estática de constante, clase flash.geom.Orientation3D | |
La orientación de ángulo con eje utiliza una combinación de un eje y un ángulo para determinar la orientación. | |
AxisBase — clase, Paquete mx.charts.chartClasses | |
The AxisBase class serves as a base class for the various axis types supported in Flex. | |
AxisBase() — Información sobre, clase mx.charts.chartClasses.AxisBase | |
Constructor. | |
AxisLabel — clase, Paquete mx.charts | |
An AxisLabel object represents a single label on the chart axis. | |
AxisLabel(position:Number, value:Object, text:String) — Información sobre, clase mx.charts.AxisLabel | |
Constructor. | |
AxisLabelSet — clase, Paquete mx.charts.chartClasses | |
An AxisLabelSet represents the label and tick data generated by an implementation of IAxis. | |
AxisLabelSet() — Información sobre, clase mx.charts.chartClasses.AxisLabelSet | |
Constructor. | |
axisOrdinal — Propiedad, clase 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 — clase, Paquete mx.charts | |
You use the AxisRenderer class to describe the horizontal and vertical axes of a chart. | |
AxisRenderer() — Información sobre, clase mx.charts.AxisRenderer | |
Constructor. | |
AxisRendererAutomationImpl — clase, Paquete mx.automation.delegates.charts | |
Defines the methods and properties required to perform instrumentation for the AxisRenderer class. | |
AxisRendererAutomationImpl(obj:mx.charts:AxisRenderer) — Información sobre, clase mx.automation.delegates.charts.AxisRendererAutomationImpl | |
Constructor. | |
axisStroke — Estilo, clase mx.charts.AxisRenderer | |
Specifies the characteristics of the line for the axis. | |
axisTitleStyleName — Estilo, clase mx.charts.chartClasses.CartesianChart | |
The name of the CSS class selector to use when formatting titles on the axes. | |
axisTitleStyleName — Estilo, clase mx.charts.AxisRenderer | |
The name of the CSS class selector to use when formatting the axis title. | |
AXMEnterpriseAccordionSegmentSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseAccordionSegmentSkin | |
Constructor. | |
AXMEnterpriseAccordionSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseAccordionSkin | |
Constructor. | |
AXMEnterpriseAssetTabBarButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseAssetTabBarSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetTabBarSkin | |
Constructor. | |
AXMEnterpriseAssetViewTabBarButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetViewTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseAssetViewTabBarSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseAssetViewTabBarSkin | |
Constructor. | |
AXMEnterpriseBreadCrumbButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseBreadCrumbButtonSkin | |
Constructor. | |
AXMEnterpriseBreadCrumbFocusSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseBreadCrumbFocusSkin | |
Constructor. | |
AXMEnterpriseBreadCrumbSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseBreadCrumbSkin | |
Constructor. | |
AXMEnterpriseButtonBarFirstButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarFirstButtonSkin | |
Constructor. | |
AXMEnterpriseButtonBarLastButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarLastButtonSkin | |
Constructor. | |
AXMEnterpriseButtonBarMiddleButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarMiddleButtonSkin | |
Constructor. | |
AXMEnterpriseButtonBarSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonBarSkin | |
Constructor. | |
AXMEnterpriseButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseButtonSkin | |
Constructor. | |
AXMEnterpriseCheckboxSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseCheckboxSkin | |
Constructor. | |
AXMEnterpriseCheckboxSmallSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseCheckboxSmallSkin | |
Constructor. | |
AXMEnterpriseClosableTabBarButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseClosableTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseClosableTabBarSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseClosableTabBarSkin | |
Constructor. | |
AXMEnterpriseCloseButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseCloseButtonSkin | |
Constructor. | |
AXMEnterpriseComboBoxButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxButtonSkin | |
Constructor. | |
AXMEnterpriseComboBoxSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxSkin | |
Constructor. | |
AXMEnterpriseComboBoxTextInputSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseComboBoxTextInputSkin | |
Constructor. | |
AXMEnterpriseDropDownListButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListButtonSkin | |
Constructor. | |
AXMEnterpriseDropDownListItemRenderer() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListItemRenderer | |
Constructor. | |
AXMEnterpriseDropDownListSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseDropDownListSkin | |
Constructor. | |
AXMEnterpriseFooterSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseFooterSkin | |
Constructor. | |
AXMEnterpriseGridHeaderRenderer() — Información sobre, clase xd.core.axm.enterprise.view.components.AXMEnterpriseGridHeaderRenderer | |
Constructor. | |
AXMEnterpriseGridSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseGridSkin | |
Constructor. | |
AXMEnterpriseHeaderBarSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseHeaderBarSkin | |
Constructor. | |
AXMEnterpriseHScrollBarLargeSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollBarLargeSkin | |
Constructor. | |
AXMEnterpriseHScrollbarNoControlsSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarNoControlsSkin | |
Constructor. | |
AXMEnterpriseHScrollbarSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarSkin | |
Constructor. | |
AXMEnterpriseHScrollbarThumbSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarThumbSkin | |
Constructor. | |
AXMEnterpriseHScrollbarTrackNoControlsSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarTrackNoControlsSkin | |
Constructor. | |
AXMEnterpriseHScrollbarTrackSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseHScrollbarTrackSkin | |
Constructor. | |
AXMEnterpriseIconButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseIconButtonSkin | |
Constructor. | |
AXMEnterpriseLargeButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseLargeButtonSkin | |
Constructor. | |
AXMEnterpriseLargeToggleButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseLargeToggleButtonSkin | |
Constructor. | |
AXMEnterpriseNavigationButtonBarSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseNavigationButtonBarSkin | |
Constructor. | |
AXMEnterpriseNumericStepperDecrementButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperDecrementButtonSkin | |
Constructor. | |
AXMEnterpriseNumericStepperIncrementButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperIncrementButtonSkin | |
Constructor. | |
AXMEnterpriseNumericStepperSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperSkin | |
Constructor. | |
AXMEnterpriseNumericStepperTextInputSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseNumericStepperTextInputSkin | |
Constructor. | |
AXMEnterprisePanelSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterprisePanelSkin | |
Constructor. | |
AXMEnterpriseProgressSpinnerSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseProgressSpinnerSkin | |
Constructor. | |
AXMEnterpriseQuietButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietButtonSkin | |
Constructor. | |
AXMEnterpriseQuietHeaderBarButton() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietHeaderBarButton | |
Constructor. | |
AXMEnterpriseQuietLargeButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietLargeButtonSkin | |
Constructor. | |
AXMEnterpriseQuietLargeDropDownListButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseQuietLargeDropDownListButtonSkin | |
Constructor. | |
AXMEnterpriseRadioButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseRadioButtonSkin | |
Constructor. | |
AXMEnterpriseResizeHandleSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseResizeHandleSkin | |
Constructor. | |
AXMEnterpriseScrollDownArrowSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollDownArrowSkin | |
Constructor. | |
AXMEnterpriseScrollLeftArrowSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollLeftArrowSkin | |
Constructor. | |
AXMEnterpriseScrollRightArrowSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollRightArrowSkin | |
Constructor. | |
AXMEnterpriseScrollUpArrowSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseScrollUpArrowSkin | |
Constructor. | |
AXMEnterpriseSplitActionButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionButtonSkin | |
Constructor. | |
AXMEnterpriseSplitActionPopUpButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionPopUpButtonSkin | |
Constructor. | |
AXMEnterpriseSplitActionSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseSplitActionSkin | |
Constructor. | |
AXMEnterpriseTabBarButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseTabBarButtonSkin | |
Constructor. | |
AXMEnterpriseTabBarSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseTabBarSkin | |
Constructor. | |
AXMEnterpriseTextAreaSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseTextAreaSkin | |
Constructor. | |
AXMEnterpriseTextInputSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseTextInputSkin | |
Constructor. | |
AXMEnterpriseTitleWindowSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseTitleWindowSkin | |
Constructor. | |
AXMEnterpriseToggleButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseToggleButtonSkin | |
Constructor. | |
AXMEnterpriseToolBarBottomSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarBottomSkin | |
Constructor. | |
AXMEnterpriseToolBarButtonBarFirstButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarButtonBarFirstButtonSkin | |
Constructor. | |
AXMEnterpriseToolBarButtonBarLastButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarButtonBarLastButtonSkin | |
Constructor. | |
AXMEnterpriseToolBarButtonBarMiddleButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarButtonBarMiddleButtonSkin | |
Constructor. | |
AXMEnterpriseToolbarButtonBarSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseToolbarButtonBarSkin | |
Constructor. | |
AXMEnterpriseToolBarTopSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseToolBarTopSkin | |
Constructor. | |
AXMEnterpriseViewModeButtonBarButtonSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseViewModeButtonBarButtonSkin | |
Constructor. | |
AXMEnterpriseViewModeButtonBarSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseViewModeButtonBarSkin | |
Constructor. | |
AXMEnterpriseVScrollbarNoControlsSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarNoControlsSkin | |
Constructor. | |
AXMEnterpriseVScrollbarSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarSkin | |
Constructor. | |
AXMEnterpriseVScrollbarThumbSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarThumbSkin | |
Constructor. | |
AXMEnterpriseVScrollbarTrackNoControlsSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarTrackNoControlsSkin | |
Constructor. | |
AXMEnterpriseVScrollbarTrackSkin() — Información sobre, clase xd.core.axm.enterprise.view.skins.AXMEnterpriseVScrollbarTrackSkin | |
Constructor. | |
Símbolos 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, 02:27 PM Z