Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
mx.containers 

ApplicationControlBar  - AS3 Flex

Pacotemx.containers
Classepublic class ApplicationControlBar
HerançaApplicationControlBar Inheritance ControlBar Inheritance Box Inheritance Container Inheritance UIComponent Inheritance FlexSprite Inheritance Sprite Inheritance DisplayObjectContainer Inheritance InteractiveObject Inheritance DisplayObject Inheritance EventDispatcher Inheritance Object

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1


As of Flex 4, the ApplicationControlBar component is no longer required. Use the controlBarContent property of the Spark Application class to specify the set of components to include in the control bar area. Use the controlBarLayout property of the Spark Application class to specify the layout of the control bar area.

The ApplicationControlBar container holds components that provide global navigation and application commands For the Halo Application container. An ApplicationControlBar for an editor, for example, could include Button controls for setting the font weight, a ComboBox control to select the font, and a MenuBar control to select the edit mode. Typically, you place an ApplicationControlBar container at the top of the Halo Application container.

Note: The Spark Application container does not support the ApplicationControlBar container. Modify the skin of the Spark Application container to add this functionality.

The ApplicationControlBar container can be in either of the following modes:

  • Docked mode: The bar is always at the top of the application's drawing area and becomes part of the application chrome. Any application-level scroll bars don't apply to the component, so that it always remains at the top of the visible area, and the bar expands to fill the width of the application. To create a docked bar, set the value of the dock property to true.
  • Normal mode: The bar can be placed anywhere in the application, gets sized and positioned just like any other component, and scrolls with the application. To create a normal bar, set the value of the dock property to false (default).

The ApplicationControlBar container has the following default sizing characteristics:

CharacteristicDescription
Default sizeThe height is the default or explicit height of the tallest child, plus the top and bottom padding of the container. In normal mode, the width is large enough to hold all of its children at the default or explicit width of the children, plus any horizontal gap between the children, plus the left and right padding of the container. In docked mode, the width equals the application width. If the application is not wide enough to contain all the controls in the ApplicationControlBar container, the bar is clipped.
Default padding5 pixels for the top value. 4 pixels for the bottom value. 8 pixels for the left and right values.

Sintaxe MXMLexpandedOcultar sintaxe MXML

The <mx:ApplicationControlBar> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes. Unlike the ControlBar container, it is possible to set the backgroundColor style for an ApplicationControlBar container.

  <mx:ApplicationControlBar
    Properties
    dock="false|true"
  
    Styles
    fillAlphas="[0, 0]"
    fillColors="[0xFFFFFF, 0xFFFFFF]"
    >
    ...
      child tags
    ...
  </mx:ApplicationControlBar>
  

Veja os exemplos

Mais exemplos

Elementos da API relacionados



Propriedades públicas
 PropriedadeDefinido por
 InheritedaccessibilityDescription : String
A convenience accessor for the description property in this UIComponent's accessibilityProperties object.
UIComponent
 InheritedaccessibilityEnabled : Boolean
A convenience accessor for the silent property in this UIComponent's accessibilityProperties object.
UIComponent
 InheritedaccessibilityImplementation : AccessibilityImplementation
A implementação de acessibilidade atual (AccessibilityImplementation) para esta instância do InteractiveObject.
InteractiveObject
 InheritedaccessibilityName : String
A convenience accessor for the name property in this UIComponent's accessibilityProperties object.
UIComponent
 InheritedaccessibilityProperties : AccessibilityProperties
As opções de acessibilidade atuais para este objeto de exibição.
DisplayObject
 InheritedaccessibilityShortcut : String
A convenience accessor for the shortcut property in this UIComponent's accessibilityProperties object.
UIComponent
 InheritedactiveEffects : Array
[somente leitura] The list of effects that are currently playing on the component, as an Array of EffectInstance instances.
UIComponent
 Inheritedalpha : Number
Indica o valor de transparência alfa do objeto especificado.
DisplayObject
 InheritedautoLayout : Boolean
If true, measurement and layout are done when the position or size of a child is changed.
Container
 InheritedautomationDelegate : Object
The delegate object that handles the automation-related functionality.
UIComponent
 InheritedautomationEnabled : Boolean
[somente leitura] True if this component is enabled for automation, false otherwise.
UIComponent
 InheritedautomationName : String
Name that can be used as an identifier for this object.
UIComponent
 InheritedautomationOwner : DisplayObjectContainer
[somente leitura] The owner of this component for automation purposes.
UIComponent
 InheritedautomationParent : DisplayObjectContainer
[somente leitura] The parent of this component for automation purposes.
UIComponent
 InheritedautomationTabularData : Object
[somente leitura] An implementation of the IAutomationTabularData interface, which can be used to retrieve the data.
UIComponent
 InheritedautomationValue : Array
[somente leitura] 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.
UIComponent
 InheritedautomationVisible : Boolean
[somente leitura] True if this component is visible for automation, false otherwise.
UIComponent
 Inheritedbaseline : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 InheritedbaselinePosition : Number
[somente leitura] The y-coordinate of the baseline of the first line of text of the component.
UIComponent
 InheritedblendMode : String
Um valor a partir da classe BlendMode que especifica o modo de mesclagem a ser usado.
DisplayObject
 InheritedblendShader : Shader
[somente gravação] Define um shader usado para mesclar o primeiro plano e o segundo plano.
DisplayObject
 InheritedborderMetrics : EdgeMetrics
[somente leitura] Returns an EdgeMetrics object that has four properties: left, top, right, and bottom.
Container
 Inheritedbottom : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 InheritedbuttonMode : Boolean
Especifica o modo de botão desta entidade gráfica.
Sprite
 InheritedcacheAsBitmap : Boolean
Se definido como true, tempo de execução do Flash armazenará em cachê uma representação interna em bitmap do objeto de exibição.
DisplayObject
 Inherited    cacheAsBitmapMatrix : Matrix
Se não nulo, este objeto Matrix definirá como um objeto exibição será renderizado quando cacheAsBitmap for definido como verdadeiro.
DisplayObject
 InheritedcacheHeuristic : Boolean
[somente gravação] Used by Flex to suggest bitmap caching for the object.
UIComponent
 InheritedcachePolicy : String
Specifies the bitmap caching policy for this object.
UIComponent
 InheritedchildDescriptors : Array
[somente leitura] Array of UIComponentDescriptor objects produced by the MXML compiler.
Container
 InheritedclassName : String
[somente leitura] The name of this instance's class, such as "Button".
UIComponent
 InheritedclipContent : Boolean
Whether to apply a clip mask if the positions and/or sizes of this container's children extend outside the borders of this container.
Container
 Inheritedconstructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto.
Object
 InheritedcontentMouseX : Number
[substituir] [somente leitura] Returns the x position of the mouse, in the content coordinate system.
Container
 InheritedcontentMouseY : Number
[substituir] [somente leitura] Returns the y position of the mouse, in the content coordinate system.
Container
 InheritedcontextMenu : NativeMenu
Especifica o menu de contexto associado a este objeto.
InteractiveObject
 InheritedcreatingContentPane : Boolean
Containers use an internal content pane to control scrolling.
Container
 InheritedcreationIndex : int
Deprecado: Deprecated
Specifies the order to instantiate and draw the children of the container.
Container
 InheritedcreationPolicy : String
The child creation policy for this MX Container.
Container
 InheritedcurrentState : String
The current view state of the component.
UIComponent
 InheritedcursorManager : ICursorManager
[somente leitura] Gets the CursorManager that controls the cursor for this component and its peers.
UIComponent
 Inheriteddata : Object
The data property lets you pass a value to the component when you use it in an item renderer or item editor.
Container
 InheriteddefaultButton : IFlexDisplayObject
The Button control designated as the default button for the container.
Container
 InheriteddeferredContentCreated : Boolean
[somente leitura] IDeferredContentOwner equivalent of processedDescriptors
Container
 Inheriteddepth : Number
Determines the order in which items inside of containers are rendered.
UIComponent
 Inheriteddescriptor : UIComponentDescriptor
Reference to the UIComponentDescriptor, if any, that was used by the createComponentFromDescriptor() method to create this UIComponent instance.
UIComponent
 InheriteddesignLayer : DesignLayer
Specifies the optional DesignLayer instance associated with this visual element.
UIComponent
  dock : Boolean
If true, specifies that the ApplicationControlBar should be docked to the top of the application.
ApplicationControlBar
 Inheriteddocument : Object
A reference to the document object associated with this UIComponent.
UIComponent
 InheriteddoubleClickEnabled : Boolean
[substituir] Specifies whether the UIComponent object receives doubleClick events.
UIComponent
 InheriteddropTarget : DisplayObject
[somente leitura] Especifica o objeto de exibição sobre o qual a entidade gráfica está sendo arrastada ou no qual a entidade gráfica foi solta.
Sprite
 Inheritedenabled : Boolean
Whether the component can accept user interaction.
UIComponent
 InheritederrorString : String
The text that displayed by a component's error tip when a component is monitored by a Validator and validation fails.
UIComponent
 InheritedexplicitHeight : Number
Number that specifies the explicit height of the component, in pixels, in the component's coordinates.
UIComponent
 InheritedexplicitMaxHeight : Number
The maximum recommended height of the component to be considered by the parent during layout.
UIComponent
 InheritedexplicitMaxWidth : Number
The maximum recommended width of the component to be considered by the parent during layout.
UIComponent
 InheritedexplicitMinHeight : Number
The minimum recommended height of the component to be considered by the parent during layout.
UIComponent
 InheritedexplicitMinWidth : Number
The minimum recommended width of the component to be considered by the parent during layout.
UIComponent
 InheritedexplicitWidth : Number
Number that specifies the explicit width of the component, in pixels, in the component's coordinates.
UIComponent
 Inheritedfilters : Array
Uma matriz indexada que contém cada objeto de filtro atualmente associado ao objeto de exibição.
DisplayObject
 InheritedflexContextMenu : IFlexContextMenu
The context menu for this UIComponent.
UIComponent
 InheritedfocusEnabled : Boolean
Indicates whether the component can receive focus when tabbed to.
UIComponent
 InheritedfocusManager : IFocusManager
Gets the FocusManager that controls focus for this component and its peers.
UIComponent
 InheritedfocusPane : Sprite
The focus pane associated with this object.
UIComponent
 InheritedfocusRect : Object
Especifica se este objeto exibe um retângulo de foco.
InteractiveObject
 Inheritedgraphics : Graphics
[somente leitura] Especifica o objeto Graphics pertencente a esta entidade gráfica em que comandos de desenho de vetor podem ocorrer.
Sprite
 InheritedhasFocusableChildren : Boolean
A flag that indicates whether child objects can receive focus.
UIComponent
 InheritedhasLayoutMatrix3D : Boolean
[somente leitura] Contains true if the element has 3D Matrix.
UIComponent
 Inheritedheight : Number
[substituir] Number that specifies the height of the component, in pixels, in the parent's coordinates.
UIComponent
 InheritedhitArea : Sprite
Designa outra entidade gráfica para atuar como área de ocorrência para uma entidade gráfica.
Sprite
 InheritedhorizontalCenter : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 InheritedhorizontalLineScrollSize : Number
Number of pixels to move when the left- or right-arrow button in the horizontal scroll bar is pressed.
Container
 InheritedhorizontalPageScrollSize : Number
Number of pixels to move when the track in the horizontal scroll bar is pressed.
Container
 InheritedhorizontalScrollBar : ScrollBar
The horizontal scrollbar used in this container.
Container
 InheritedhorizontalScrollPosition : Number
The current position of the horizontal scroll bar.
Container
 Inheritedicon : Class
The Class of the icon displayed by some navigator containers to represent this Container.
Container
 Inheritedid : String
ID of the component.
UIComponent
 InheritedincludeInLayout : Boolean
Specifies whether this component is included in the layout of the parent container.
UIComponent
 InheritedinheritingStyles : Object
The beginning of this component's chain of inheriting styles.
UIComponent
 Inheritedinitialized : Boolean
A flag that determines if an object has been through all three phases of layout: commitment, measurement, and layout (provided that any were required).
UIComponent
 InheritedinstanceIndex : int
[somente leitura] The index of a repeated component.
UIComponent
 InheritedinstanceIndices : Array
An Array containing the indices required to reference this UIComponent object from its parent document.
UIComponent
 Inheritedis3D : Boolean
[somente leitura] Contains true when the element is in 3D.
UIComponent
 InheritedisDocument : Boolean
[somente leitura] Contains true if this UIComponent instance is a document object.
UIComponent
 InheritedisPopUp : Boolean
Set to true by the PopUpManager to indicate that component has been popped up.
UIComponent
 Inheritedlabel : String
The text displayed by some navigator containers to represent this Container.
Container
 InheritedlayoutMatrix3D : Matrix3D
[somente gravação] The transform matrix that is used to calculate a component's layout relative to its siblings.
UIComponent
 Inheritedleft : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 InheritedloaderInfo : LoaderInfo
[somente leitura] Retorna um objeto LoaderInfo contendo informações sobre o carregamento do arquivo ao qual esse objeto de exibição pertence.
DisplayObject
 InheritedmaintainProjectionCenter : Boolean
When true, the component keeps its projection matrix centered on the middle of its bounding box.
UIComponent
 Inheritedmask : DisplayObject
O objeto de exibição de chamada é mascarado pelo objeto "mask" especificado.
DisplayObject
 InheritedmaxHeight : Number
The maximum recommended height of the component to be considered by the parent during layout.
UIComponent
 InheritedmaxHorizontalScrollPosition : Number
[somente leitura] The largest possible value for the horizontalScrollPosition property.
Container
 InheritedmaxVerticalScrollPosition : Number
[somente leitura] The largest possible value for the verticalScrollPosition property.
Container
 InheritedmaxWidth : Number
The maximum recommended width of the component to be considered by the parent during layout.
UIComponent
 InheritedmeasuredHeight : Number
The default height of the component, in pixels.
UIComponent
 InheritedmeasuredMinHeight : Number
The default minimum height of the component, in pixels.
UIComponent
 InheritedmeasuredMinWidth : Number
The default minimum width of the component, in pixels.
UIComponent
 InheritedmeasuredWidth : Number
The default width of the component, in pixels.
UIComponent
 InheritedmetaData : Object
Obtém o objeto de metadados da instância DisplayObject se os metadados forem armazenados juntamente com a instância desse DisplayObject no arquivo SWF por uma marca PlaceObject4.
DisplayObject
 InheritedminHeight : Number
The minimum recommended height of the component to be considered by the parent during layout.
UIComponent
 InheritedminWidth : Number
The minimum recommended width of the component to be considered by the parent during layout.
UIComponent
 InheritedmoduleFactory : IFlexModuleFactory
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component.
UIComponent
 InheritedmouseChildren : Boolean
Determina se os filhos do objeto são ou não ativados pelo mouse, ou dispositivo de entrada do usuário.
DisplayObjectContainer
 InheritedmouseEnabled : Boolean
Especifica se este objeto recebe mensagens de mouse, ou de outras entradas de usuários.
InteractiveObject
 InheritedmouseFocusEnabled : Boolean
Whether you can receive focus when clicked on.
UIComponent
 InheritedmouseX : Number
[somente leitura] Indica a coordenada x da posição do dispositivo do mouse ou de entrada do usuário, em pixels.
DisplayObject
 InheritedmouseY : Number
[somente leitura] Indica a coordenada y da posição do dispositivo do mouse ou de entrada do usuário, em pixels.
DisplayObject
 Inheritedname : String
Indica o nome da ocorrência de DisplayObject.
DisplayObject
 InheritedneedsSoftKeyboard : Boolean
Especifica se um teclado virtual (teclado de software, na tela) deve ser exibido quando esta instância InteractiveObject recebe foco.
InteractiveObject
 InheritednestLevel : int
Depth of this object in the containment hierarchy.
UIComponent
 InheritednonInheritingStyles : Object
The beginning of this component's chain of non-inheriting styles.
UIComponent
 InheritednumAutomationChildren : int
[somente leitura] The number of automation children this container has.
UIComponent
 InheritednumChildren : int
[substituir] [somente leitura] Number of child components in this container.
Container
 InheritednumElements : int
[somente leitura] The number of visual elements in this container.
Container
 InheritedopaqueBackground : Object
Especifica se o objeto de exibição é opaco com uma certa cor de plano de fundo.
DisplayObject
 Inheritedowner : DisplayObjectContainer
The owner of this IVisualElement object.
UIComponent
 Inheritedparent : DisplayObjectContainer
[substituir] [somente leitura] The parent container or component for this component.
UIComponent
 InheritedparentApplication : Object
[somente leitura] A reference to the Application object that contains this UIComponent instance.
UIComponent
 InheritedparentDocument : Object
[somente leitura] A reference to the parent document object for this UIComponent.
UIComponent
 InheritedpercentHeight : Number
Specifies the height of a component as a percentage of its parent's size.
UIComponent
 InheritedpercentWidth : Number
Specifies the width of a component as a percentage of its parent's size.
UIComponent
 InheritedpostLayoutTransformOffsets : mx.geom:TransformOffsets
Defines a set of adjustments that can be applied to the object's transform in a way that is invisible to its parent's layout.
UIComponent
 InheritedprocessedDescriptors : Boolean
Set to true after immediate or deferred child creation, depending on which one happens.
UIComponent
 InheritedrawChildren : IChildList
[somente leitura] A container typically contains child components, which can be enumerated using the Container.getChildAt() method and Container.numChildren property.
Container
 Inheritedrepeater : IRepeater
[somente leitura] A reference to the Repeater object in the parent document that produced this UIComponent.
UIComponent
 InheritedrepeaterIndex : int
[somente leitura] The index of the item in the data provider of the Repeater that produced this UIComponent.
UIComponent
 InheritedrepeaterIndices : Array
An Array containing the indices of the items in the data provider of the Repeaters in the parent document that produced this UIComponent.
UIComponent
 Inheritedrepeaters : Array
An Array containing references to the Repeater objects in the parent document that produced this UIComponent.
UIComponent
 Inheritedright : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 Inheritedroot : DisplayObject
[somente leitura] Para um objeto de exibição em um arquivo SWF carregado, a propriedade "root" é o objeto de exibição na extremidade superior, na parte da estrutura em árvore da lista de exibição representada por esse arquivo SWF.
DisplayObject
 Inheritedrotation : Number
[substituir] Indica o giro da ocorrência de DisplayObject, em graus, a partir da sua orientação original.
UIComponent
 InheritedrotationX : Number
[substituir] Indicates the x-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.
UIComponent
 InheritedrotationY : Number
[substituir] Indicates the y-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.
UIComponent
 InheritedrotationZ : Number
[substituir] Indicates the z-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.
UIComponent
 Inheritedscale9Grid : Rectangle
A grade de dimensionamento atual que está em vigor.
DisplayObject
 InheritedscaleX : Number
[substituir] Number that specifies the horizontal scaling factor.
UIComponent
 InheritedscaleY : Number
[substituir] Number that specifies the vertical scaling factor.
UIComponent
 InheritedscaleZ : Number
[substituir] Number that specifies the scaling factor along the z axis.
UIComponent
 Inheritedscreen : Rectangle
[somente leitura] Returns an object that contains the size and position of the base drawing surface for this object.
UIComponent
 InheritedscrollRect : Rectangle
Os limites do retângulo de rolagem do objeto de exibição.
DisplayObject
 InheritedshowInAutomationHierarchy : Boolean
A flag that determines if an automation object shows in the automation hierarchy.
UIComponent
 Inherited    softKeyboard : String
Controla a aparência do teclado suave.
InteractiveObject
 InheritedsoftKeyboardInputAreaOfInterest : Rectangle
Define a área que deve permanecer na tela quando um teclado virtual for exibido (não disponível no iOS)
InteractiveObject
 InheritedsoundTransform : flash.media:SoundTransform
Controla o som nesta entidade gráfica.
Sprite
 Inheritedstage : Stage
[somente leitura] O Palco do objeto de exibição.
DisplayObject
 Inheritedstates : Array
The view states that are defined for this component.
UIComponent
 InheritedstyleDeclaration : CSSStyleDeclaration
Storage for the inline inheriting styles on this object.
UIComponent
 InheritedstyleManager : IStyleManager2
[somente leitura] Returns the StyleManager instance used by this component.
UIComponent
 InheritedstyleName : Object
The class style used by this component.
UIComponent
 InheritedstyleParent : IAdvancedStyleClient
A component's parent is used to evaluate descendant selectors.
UIComponent
 InheritedsystemManager : ISystemManager
Returns the SystemManager object used by this component.
UIComponent
 InheritedtabChildren : Boolean
Determina se os filhos do objeto estão ativados para tabulação.
DisplayObjectContainer
 InheritedtabEnabled : Boolean
Especifica se este objeto está na ordem de tabulação.
InteractiveObject
 InheritedtabFocusEnabled : Boolean
A flag that indicates whether this object can receive focus via the TAB key This is similar to the tabEnabled property used by the Flash Player. This is usually true for components that handle keyboard input, but some components in controlbars have them set to false because they should not steal focus from another component like an editor.
UIComponent
 InheritedtabIndex : int
Especifica a ordem de tabulação de objetos em um arquivo SWF.
InteractiveObject
 InheritedtextSnapshot : flash.text:TextSnapshot
[somente leitura] Retorna um objeto TextSnapshot para essa ocorrência de DisplayObjectContainer.
DisplayObjectContainer
 InheritedtoolTip : String
Text to display in the ToolTip.
UIComponent
 Inheritedtop : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 Inheritedtransform : flash.geom:Transform
[substituir] An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.
UIComponent
 InheritedtransformX : Number
Sets the x coordinate for the transform center of the component.
UIComponent
 InheritedtransformY : Number
Sets the y coordinate for the transform center of the component.
UIComponent
 InheritedtransformZ : Number
Sets the z coordinate for the transform center of the component.
UIComponent
 Inheritedtransitions : Array
An Array of Transition objects, where each Transition object defines a set of effects to play when a view state change occurs.
UIComponent
 InheritedtweeningProperties : Array
Array of properties that are currently being tweened on this object.
UIComponent
 Inheriteduid : String
A unique identifier for the object.
UIComponent
 InheritedupdateCompletePendingFlag : Boolean
A flag that determines if an object has been through all three phases of layout validation (provided that any were required).
UIComponent
 InheriteduseHandCursor : Boolean
Um valor booliano que indica se a mão que aponta (cursor de mão) aparece quando o ponteiro passa sobre uma entidade gráfica em que a propriedade buttonMode esteja definida como "true".
Sprite
 InheritedvalidationSubField : String
Used by a validator to associate a subfield with this component.
UIComponent
 InheritedverticalCenter : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 InheritedverticalLineScrollSize : Number
Number of pixels to scroll when the up- or down-arrow button in the vertical scroll bar is pressed, or when you scroll by using the mouse wheel.
Container
 InheritedverticalPageScrollSize : Number
Number of pixels to scroll when the track in the vertical scroll bar is pressed.
Container
 InheritedverticalScrollBar : ScrollBar
The vertical scrollbar used in this container.
Container
 InheritedverticalScrollPosition : Number
The current position of the vertical scroll bar.
Container
 InheritedviewMetrics : EdgeMetrics
[somente leitura] Returns an object that has four properties: left, top, right, and bottom.
Container
 InheritedviewMetricsAndPadding : EdgeMetrics
[somente leitura] Returns an object that has four properties: left, top, right, and bottom.
Container
 Inheritedvisible : Boolean
[substituir] Whether or not the display object is visible.
UIComponent
 Inheritedwidth : Number
[substituir] Number that specifies the width of the component, in pixels, in the parent's coordinates.
UIComponent
 Inheritedx : Number
[substituir] Number that specifies the component's horizontal position, in pixels, within its parent container.
UIComponent
 Inheritedy : Number
[substituir] Number that specifies the component's vertical position, in pixels, within its parent container.
UIComponent
 Inheritedz : Number
[substituir] Indicates the z coordinate position along the z-axis of the DisplayObject instance relative to the 3D parent container.
UIComponent
Propriedades protegidas
 PropriedadeDefinido por
 InheritedactualCreationPolicy : String
The creation policy of this container.
Container
 InheritedcurrentCSSState : String
[somente leitura] The state to be used when matching CSS pseudo-selectors.
UIComponent
 InheritedhasComplexLayoutMatrix : Boolean
[somente leitura] Returns true if the UIComponent has any non-translation (x,y) transform properties.
UIComponent
 InheritedresourceManager : IResourceManager
[somente leitura] A reference to the object which manages all of the application's localized resources.
UIComponent
 InheritedunscaledHeight : Number
[somente leitura] A convenience method for determining the unscaled height of the component.
UIComponent
 InheritedunscaledWidth : Number
[somente leitura] A convenience method for determining the unscaled width of the component All of a component's drawing and child layout should be done within a bounding rectangle of this width, which is also passed as an argument to updateDisplayList().
UIComponent
Métodos públicos
 MétodoDefinido por
  
Constructor.
ApplicationControlBar
 Inherited
[substituir] Adds a child DisplayObject to this Container.
Container
 Inherited
[substituir] Adds a child DisplayObject to this Container.
Container
 Inherited
Adds a visual element to this container.
Container
 Inherited
Adds a visual element to this container.
Container
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento.
EventDispatcher
 Inherited
Adds a non-visual style client to this component instance.
UIComponent
 Inherited
Indica se restrições de segurança fariam com que qualquer objeto de exibição fosse omitido da lista retornada com a chamada do método DisplayObjectContainer.getObjectsUnderPoint() junto com o ponto especificado.
DisplayObjectContainer
 Inherited
callLater(method:Function, args:Array = null):void
Queues a function to be called later.
UIComponent
 Inherited
Deletes a style property from this component instance.
UIComponent
 Inherited
Determina se o objeto de exibição especificado é um filho da ocorrência de DisplayObjectContainer ou se é a própria ocorrência.
DisplayObjectContainer
 Inherited
[substituir] Converts a Point object from content coordinates to global coordinates.
Container
 Inherited
[substituir] Converts a Point object from content to local coordinates.
Container
 Inherited
Returns a set of properties that identify the child within this container.
UIComponent
 Inherited
Returns a set of properties that identify the child within this container.
UIComponent
 Inherited
Given a single UIComponentDescriptor, create the corresponding component and add the component as a child of this Container.
Container
 Inherited
Iterate through the Array of childDescriptors, and call the createComponentFromDescriptor() method for each one.
Container
 Inherited
Performs the equivalent action of calling the createComponentsFromDescriptors(true) method for containers that implement the IDeferredContentOwner interface to support deferred instantiation.
Container
 Inherited
Creates an id reference to this IUIComponent object on its parent document object.
UIComponent
 Inherited
Deletes the id reference to this IUIComponent object on its parent document object.
UIComponent
 Inherited
Returns a UITextFormat object corresponding to the text styles for this UIComponent.
UIComponent
 Inherited
[substituir] Dispatches an event into the event flow.
UIComponent
 Inherited
Shows or hides the focus indicator around this component.
UIComponent
 Inherited
drawRoundRect(x:Number, y:Number, w:Number, h:Number, r:Object = null, c:Object = null, alpha:Object = null, rot:Object = null, gradient:String = null, ratios:Array = null, hole:Object = null):void
Programmatically draws a rectangle into this skin's Graphics object.
UIComponent
 Inherited
Called by the effect instance when it stops playing on the component.
UIComponent
 Inherited
Called by the effect instance when it starts playing on the component.
UIComponent
 Inherited
Ends all currently playing effects on the component.
UIComponent
 Inherited
executeBindings(recurse:Boolean = false):void
[substituir] Executes all the data bindings on this Container.
Container
 Inherited
Executes the bindings into this Container's child UIComponent objects.
Container
 Inherited
Called after printing is complete.
UIComponent
 Inherited
Provides the automation object at the specified index.
UIComponent
 Inherited
Provides the automation object list .
UIComponent
 Inherited
getBounds(targetCoordinateSpace:DisplayObject):Rectangle
Retorna um retângulo que define a área do objeto de exibição com relação ao sistema de coordenadas do objeto targetCoordinateSpace.
DisplayObject
 Inherited
getBoundsXAtSize(width:Number, height:Number, postLayoutTransform:Boolean = true):Number
Returns the x coordinate of the element's bounds at the specified element size.
UIComponent
 Inherited
getBoundsYAtSize(width:Number, height:Number, postLayoutTransform:Boolean = true):Number
Returns the y coordinate of the element's bounds at the specified element size.
UIComponent
 Inherited
[substituir] Gets the nth child component object.
Container
 Inherited
[substituir] Returns the child whose name property is the specified String.
Container
 Inherited
[substituir] Gets the zero-based index of a specific child.
Container
 Inherited
Returns an Array of DisplayObject objects consisting of the content children of the container.
Container
 Inherited
Finds the type selectors for this UIComponent instance.
UIComponent
 Inherited
getConstraintValue(constraintName:String):*
Returns a layout constraint value, which is the same as getting the constraint style for this component.
UIComponent
 Inherited
Returns the visual element at the specified index.
Container
 Inherited
Returns the index position of a visual element.
Container
 Inherited
A convenience method for determining whether to use the explicit or measured height
UIComponent
 Inherited
A convenience method for determining whether to use the explicit or measured width
UIComponent
 Inherited
Gets the object that currently has focus.
UIComponent
 Inherited
getLayoutBoundsHeight(postLayoutTransform:Boolean = true):Number
Returns the element's layout height.
UIComponent
 Inherited
getLayoutBoundsWidth(postLayoutTransform:Boolean = true):Number
Returns the element's layout width.
UIComponent
 Inherited
getLayoutBoundsX(postLayoutTransform:Boolean = true):Number
Returns the x coordinate that the element uses to draw on screen.
UIComponent
 Inherited
getLayoutBoundsY(postLayoutTransform:Boolean = true):Number
Returns the y coordinate that the element uses to draw on screen.
UIComponent
 Inherited
Returns the transform matrix that is used to calculate the component's layout relative to its siblings.
UIComponent
 Inherited
Returns the layout transform Matrix3D for this element.
UIComponent
 Inherited
getMaxBoundsHeight(postLayoutTransform:Boolean = true):Number
Returns the element's maximum height.
UIComponent
 Inherited
getMaxBoundsWidth(postLayoutTransform:Boolean = true):Number
Returns the element's maximum width.
UIComponent
 Inherited
getMinBoundsHeight(postLayoutTransform:Boolean = true):Number
Returns the element's minimum height.
UIComponent
 Inherited
getMinBoundsWidth(postLayoutTransform:Boolean = true):Number
Returns the element's minimum width.
UIComponent
 Inherited
Retorna uma matriz de objetos que estão dispostos no ponto especificado e são filhos (ou netos e assim por diante) desta ocorrência de DisplayObjectContainer.
DisplayObjectContainer
 Inherited
getPreferredBoundsHeight(postLayoutTransform:Boolean = true):Number
Returns the element's preferred height.
UIComponent
 Inherited
getPreferredBoundsWidth(postLayoutTransform:Boolean = true):Number
Returns the element's preferred width.
UIComponent
 Inherited
getRect(targetCoordinateSpace:DisplayObject):Rectangle
Retorna um retângulo que define o limite do objeto de exibição, com base no sistema de coordenadas definido pelo parâmetro espaçoCoordenadasDestino, excluindo quaisquer traçados em formas.
DisplayObject
 Inherited
getRepeaterItem(whichRepeater:int = -1):Object
Returns the item in the dataProvider that was used by the specified Repeater to produce this Repeater, or null if this Repeater isn't repeated.
UIComponent
 Inherited
getStyle(styleProp:String):*
Gets a style property that has been set anywhere in this component's style lookup chain.
UIComponent
 Inherited
[substituir] Converts a Point object from global to content coordinates.
Container
 Inherited
Converte o objeto de ponto a partir de coordenadas de Palco (globais) em coordenadas do objeto de exibição (locais).
DisplayObject
 Inherited
Converte um ponto bidimensional das coordenadas do Palco (globais) em coordenadas do objeto de exibição tridimensional (locais).
DisplayObject
 Inherited
Returns true if currentCSSState is not null.
UIComponent
 Inherited
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento.
EventDispatcher
 Inherited
Indica se um objeto tem uma propriedade especificada definida.
Object
 Inherited
Determines whether the specified state has been defined on this UIComponent.
UIComponent
 Inherited
Avalia a caixa delimitadora do objeto de exibição para ver se ela sobrepõe ou faz interseção com a caixa delimitadora do objeto de exibição obj.
DisplayObject
 Inherited
hitTestPoint(x:Number, y:Number, shapeFlag:Boolean = false):Boolean
Avalia o objeto de exibição para ver se ele sobrepõe ou faz interseção com o ponto especificado pelos parâmetros x e y.
DisplayObject
 Inherited
Returns a box Matrix which can be passed to the drawRoundRect() method as the rot parameter when drawing a horizontal gradient.
UIComponent
 Inherited
Initializes the internal structure of this component.
UIComponent
 Inherited
Initializes various properties which keep track of repeated instances of this component.
UIComponent
 Inherited
Marks a component so that its updateDisplayList() method gets called during a later screen update.
UIComponent
 Inherited
Called by a component's items to indicate that their depth property has changed.
UIComponent
 Inherited
An element must call this method when its layoutDirection changes or when its parent's layoutDirection changes.
UIComponent
 Inherited
Marks a component so that its commitProperties() method gets called during a later screen update.
UIComponent
 Inherited
Marks a component so that its measure() method gets called during a later screen update.
UIComponent
 Inherited
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro.
Object
 Inherited
Converte um ponto tridimensional das coordenadas (locais) do objeto de exibição tridimensional em ponto bidimensional das coordenadas (globais) do Palco.
DisplayObject
 Inherited
[substituir] Converts a Point object from local to content coordinates.
Container
 Inherited
Converte o objeto de ponto a partir das coordenadas do objeto de exibição (locais) em coordenadas do Palco (globais).
DisplayObject
 Inherited
Returns true if cssState matches currentCSSState.
UIComponent
 Inherited
Determines whether this instance is the same as, or is a subclass of, the given type.
UIComponent
 Inherited
Measures the specified HTML text, which can contain HTML tags such as <font> and <b>, assuming that it is displayed in a single-line UITextField using a UITextFormat determined by the styles of this UIComponent.
UIComponent
 Inherited
Measures the specified text, assuming that it is displayed in a single-line UITextField (or UIFTETextField) using a UITextFormat determined by the styles of this UIComponent.
UIComponent
 Inherited
Moves the component to a specified position within its parent.
UIComponent
 Inherited
Propagates style changes to the children.
UIComponent
 Inherited
Returns true if the chain of owner properties points from child to this UIComponent.
UIComponent
 Inherited
Called by Flex when a UIComponent object is added to or removed from a parent.
UIComponent
 Inherited
Method used to convert number of pixels to a percentage relative to the contents of this container.
Box
 Inherited
Prepares an IFlexDisplayObject for printing.
UIComponent
 Inherited
Indica se a propriedade especificada existe e é enumerável.
Object
 Inherited
Builds or rebuilds the CSS style cache for this component and, if the recursive parameter is true, for all descendants of this component as well.
UIComponent
 Inherited
For each effect event, registers the EffectManager as one of the event listeners.
UIComponent
 Inherited
Removes all children from the child list of this container.
Container
 Inherited
Removes all visual elements from the container.
Container
 Inherited
[substituir] Removes a child DisplayObject from the child list of this Container.
Container
 Inherited
[substituir] Removes a child DisplayObject from the child list of this Container at the specified index.
Container
 Inherited
removeChildren(beginIndex:int = 0, endIndex:int = 0x7fffffff):void
Remove todas as instâncias filho DisplayObject especificadas da lista de filhos da instância DisplayObjectContainer.
DisplayObjectContainer
 Inherited
Removes the specified visual element from the child list of this container.
Container
 Inherited
Removes a visual element from the specified index position in the container.
Container
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Remove um ouvinte do objeto EventDispatcher.
EventDispatcher
 Inherited
Removes a non-visual style client from this component instance.
UIComponent
 Inherited
Replays the specified event.
UIComponent
 Inherited
Ativa um teclado virtual.
InteractiveObject
 Inherited
Resolves a child by using the id provided.
UIComponent
 Inherited
[estático] Resumes the background processing of methods queued by callLater(), after a call to suspendBackgroundProcessing().
UIComponent
 Inherited
Sizes the object.
UIComponent
 Inherited
[substituir] Sets the index of a particular child.
Container
 Inherited
setConstraintValue(constraintName:String, value:*):void
Sets a layout constraint value, which is the same as setting the constraint style for this component.
UIComponent
 Inherited
setCurrentState(stateName:String, playTransition:Boolean = true):void
Set the current state.
UIComponent
 Inherited
Changes the position of an existing visual element in the visual container.
Container
 Inherited
Sets the focus to this component.
UIComponent
 Inherited
setLayoutBoundsPosition(x:Number, y:Number, postLayoutTransform:Boolean = true):void
Sets the coordinates that the element uses to draw on screen.
UIComponent
 Inherited
setLayoutBoundsSize(width:Number, height:Number, postLayoutTransform:Boolean = true):void
Sets the layout size of the element.
UIComponent
 Inherited
setLayoutMatrix(value:Matrix, invalidateLayout:Boolean):void
Sets the transform Matrix that is used to calculate the component's layout size and position relative to its siblings.
UIComponent
 Inherited
setLayoutMatrix3D(value:Matrix3D, invalidateLayout:Boolean):void
Sets the transform Matrix3D that is used to calculate the component's layout size and position relative to its siblings.
UIComponent
 Inherited
Define a disponibilidade de uma propriedade dinâmica para operações de repetição.
Object
 Inherited
setStyle(styleProp:String, newValue:*):void
Sets a style property on this component instance.
UIComponent
 Inherited
setVisible(value:Boolean, noEvent:Boolean = false):void
Called when the visible property changes.
UIComponent
 Inherited
startDrag(lockCenter:Boolean = false, bounds:Rectangle = null):void
Permite ao usuário arrastar a entidade gráfica especificada.
Sprite
 Inherited
startTouchDrag(touchPointID:int, lockCenter:Boolean = false, bounds:Rectangle = null):void
Deixa o usuário arrastar o sprite especificado em um dispositivo ativado pelo toque.
Sprite
 Inherited
Interrompe repetitivamente a execução da linha de tempo de todos os MovieClips enraizados neste objeto.
DisplayObjectContainer
 Inherited
Finaliza o método startDrag().
Sprite
 Inherited
stopTouchDrag(touchPointID:int):void
Termina o método startTouchDrag() para o uso com dispositivos ativados pelo toque.
Sprite
 Inherited
Detects changes to style properties.
UIComponent
 Inherited
Flex calls the stylesInitialized() method when the styles for a component are first initialized.
UIComponent
 Inherited
[estático] Blocks the background processing of methods queued by callLater(), until resumeBackgroundProcessing() is called.
UIComponent
 Inherited
Alterna a ordem z (ordem da frente para trás) dos dois objetos filhos especificados.
DisplayObjectContainer
 Inherited
swapChildrenAt(index1:int, index2:int):void
Alterna a ordem z (ordem da frente para trás) dos objetos-filho nas duas posições de índice especificadas na lista de filhos.
DisplayObjectContainer
 Inherited
Swaps the index of the two specified visual elements.
Container
 Inherited
swapElementsAt(index1:int, index2:int):void
Swaps the visual elements at the two specified index positions in the container.
Container
 Inherited
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade.
Object
 Inherited
[substituir] Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
FlexSprite
 Inherited
transformAround(transformCenter:Vector3D, scale:Vector3D = null, rotation:Vector3D = null, translation:Vector3D = null, postLayoutScale:Vector3D = null, postLayoutRotation:Vector3D = null, postLayoutTranslation:Vector3D = null, invalidateLayout:Boolean = true):void
A utility method to update the rotation, scale, and translation of the transform while keeping a particular point, specified in the component's own coordinate space, fixed in the parent's coordinate space.
UIComponent
 Inherited
transformPointToParent(localPosition:Vector3D, position:Vector3D, postLayoutPosition:Vector3D):void
A utility method to transform a point specified in the local coordinates of this object to its location in the object's parent's coordinates.
UIComponent
 Inherited
Validates the position and size of children and draws other visuals.
UIComponent
 Inherited
Validate and update the properties and layout of this object and redraw it, if necessary.
UIComponent
 Inherited
Used by layout logic to validate the properties of a component by calling the commitProperties() method.
UIComponent
 Inherited
validateSize(recursive:Boolean = false):void
Validates the measured size of the component If the LayoutManager.invalidateSize() method is called with this ILayoutManagerClient, then the validateSize() method is called when it's time to do measurements.
UIComponent
 Inherited
Handles both the valid and invalid events from a validator assigned to this component.
UIComponent
 Inherited
Retorna o valor primitivo do objeto especificado.
Object
 Inherited
Returns a box Matrix which can be passed to drawRoundRect() as the rot parameter when drawing a vertical gradient.
UIComponent
 Inherited
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado.
EventDispatcher
Métodos protegidos
 MétodoDefinido por
 Inherited
Adjust the focus rectangle.
UIComponent
 Inherited
Commits the computed matrix built from the combination of the layout matrix and the transform offsets to the flash displayObject's transform.
UIComponent
 Inherited
[substituir] Used internally by the Dissolve Effect to add the overlay to the chrome of a container.
Container
 Inherited
Determines if the call to the measure() method can be skipped.
UIComponent
 Inherited
Performs any final processing after child objects are created.
UIComponent
 Inherited
Processes the properties set on the component.
UIComponent
 Inherited
Creates the container's border skin if it is needed and does not already exist.
Container
 Inherited
Create child objects of the component.
UIComponent
 Inherited
Creates a new object using a context based on the embedded font being used.
UIComponent
 Inherited
Creates the object using a given moduleFactory.
UIComponent
 Inherited
dispatchPropertyChangeEvent(prop:String, oldValue:*, value:*):void
Helper method for dispatching a PropertyChangeEvent when a property is updated.
UIComponent
 Inherited
The event handler called when a UIComponent object gets focus.
UIComponent
 Inherited
The event handler called when a UIComponent object loses focus.
UIComponent
 Inherited
Initializes the implementation and storage of some of the less frequently used advanced layout features of a component.
UIComponent
 Inherited
Finalizes the initialization of this component.
UIComponent
 Inherited
Initializes this component's accessibility code.
UIComponent
 Inherited
Helper method to invalidate parent size and display list if this object affects its layout (includeInLayout is true).
UIComponent
 Inherited
Typically overridden by components containing UITextField objects, where the UITextField object gets focus.
UIComponent
 Inherited
The event handler called for a keyDown event.
UIComponent
 Inherited
The event handler called for a keyUp event.
UIComponent
 Inherited
layoutChrome(unscaledWidth:Number, unscaledHeight:Number):void
Respond to size changes by setting the positions and sizes of this container's borders.
Container
 Inherited
[substituir] Calculates the default sizes and minimum and maximum values of the Box container.
Box
 Inherited
This method is called when a UIComponent is constructed, and again whenever the ResourceManager dispatches a "change" Event to indicate that the localized resources have changed in some way.
UIComponent
 Inherited
Positions the container's content area relative to the viewable area based on the horizontalScrollPosition and verticalScrollPosition properties.
Container
 Inherited
setStretchXY(stretchX:Number, stretchY:Number):void
Specifies a transform stretch factor in the horizontal and vertical direction.
UIComponent
 Inherited
stateChanged(oldState:String, newState:String, recursive:Boolean):void
This method is called when a state changes to check whether state-specific styles apply to this component.
UIComponent
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[substituir] Sets the size and position of each child of the Box container.
Box
Eventos
 Evento Resumo Definido por
 Inherited[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR ganha o foco do sistema operacional e está se tornando inativo.EventDispatcher
 InheritedDispatched when the component is added to a container as a content child by using the addChild(), addChildAt(), addElement(), or addElementAt() method.UIComponent
 InheritedDespachado quando um objeto de exibição é adicionado à lista de exibição.DisplayObject
 InheritedDespachado quando um objeto de exibição é adicionado à lista de exibição no palco, seja diretamente ou através da adição de uma subárvore na qual esse objeto de exibição está contido.DisplayObject
 InheritedDispatched after a child has been added to a container.Container
 InheritedDispatched after the index (among the container children) of a container child changes.Container
 InheritedDispatched before a child of a container is removed.Container
 InheritedDespachado quando o usuário seleciona "Clear" (ou "Delete") no menu de contexto do texto.InteractiveObject
 InheritedDespachado quando um usuário pressiona e solta o botão principal do dispositivo apontador sobre o mesmo InteractiveObject.InteractiveObject
 Inherited
    contextMenu
Despachado quando uma ação do usuário seleciona o menu de contexto associado a esse objeto interativo em um aplicativo do AIR.InteractiveObject
 InheritedDespachado quando o usuário ativa a combinação de teclas do acelerador específica da plataforma para uma operação de copiar ou seleciona "Copy" no menu de contexto do texto.InteractiveObject
 InheritedDispatched when the component has finished its construction, property processing, measuring, layout, and drawing.UIComponent
 InheritedDispatched after the view state has changed.UIComponent
 InheritedDispatched after the currentState property changes, but before the view state changes.UIComponent
 InheritedDespachado quando o usuário ativa a combinação de teclas do acelerador específica da plataforma para uma operação de cortar ou seleciona "Cut" no menu de contexto do texto.InteractiveObject
 InheritedDispatched when the data property changes.Container
 Inherited[transmissão de evento] Despachado quando o Flash Player ou o aplicativo do AIR perde o foco do sistema operacional e está se tornando inativo.EventDispatcher
 InheritedDespachado quando um usuário pressiona e solta o botão principal de um dispositivo apontador duas vezes em rápida sucessão sobre o mesmo InteractiveObject quando o sinalizador doubleClickEnabled desse objeto está definido como "true".InteractiveObject
 InheritedDispatched by the drag initiator (the component that is the source of the data being dragged) when the drag operation completes, either when you drop the dragged data onto a drop target or when you end the drag-and-drop operation without performing a drop.UIComponent
 InheritedDispatched by the drop target when the user releases the mouse over it.UIComponent
 InheritedDispatched by a component when the user moves the mouse over the component during a drag operation.UIComponent
 InheritedDispatched by the component when the user drags outside the component, but does not drop the data onto the target.UIComponent
 InheritedDispatched by a component when the user moves the mouse while over the component during a drag operation.UIComponent
 InheritedDispatched by the drag initiator when starting a drag operation.UIComponent
 InheritedDispatched after an effect ends.UIComponent
 InheritedDispatched just before an effect starts.UIComponent
 InheritedDispatched after an effect is stopped, which happens only by a call to stop() on the effect.UIComponent
 Inherited[evento de transmissão] Despachado quando o indicador de reprodução está entrando em um novo quadro.DisplayObject
 InheritedDispatched after the component has entered a view state.UIComponent
 Inherited[evento de transmissão] Despachado quando o indicador de reprodução está deixando o quadro atual.DisplayObject
 InheritedDispatched just before the component exits a view state.UIComponent
 Inherited[evento de transmissão] Despachado depois que são executados os construtores dos objetos de exibição de quadro, mas antes dos scripts.DisplayObject
 InheritedEnviado quando um usuário cria um ponto de contato na borda da superfície de toque com uma instância InteractiveObject (como tocar na borda da superfície de toque no Siri Remote da Apple TV). Alguns dispositivos também podem interpretar esse contato como uma combinação de vários eventos de toque.InteractiveObject
 InheritedDespachado quando o usuário aperta dois pontos de contato na mesma instância InteractiveObject em um dispositivo ativado pelo toque (como pressionar e soltar dois dedos em um objeto da tela em um celular ou tablet com uma tela sensível ao toque).InteractiveObject
 InheritedDespachado quando o usuário move um ponto de contato em uma instância InteractiveObject em um dispositivo ativado pelo toque (como mover os dedos da esquerda para a direita em um objeto da tela em um celular ou tablet com uma tela sensível ao toque).InteractiveObject
 InheritedDespachado quando o usuário executa uma rotação em um ponto do contato com uma instância InteractiveObject (como tocar com dois dedos e rodá-los em cima de um objeto da tela em um celular ou tablet com uma tela sensível ao toque).InteractiveObject
 InheritedDespachado quando o usuário executa um gesto de arrastar em um ponto de contato com uma instância InteractiveObject (como tocar três dedos em uma tela e depois movê-los em paralelo sobre um objeto de exposição em um celular ou tablet com uma tela sensível ao toque).InteractiveObject
 InheritedDespachado quando o usuário cria um ponto do contato com uma instância InteractiveObject, depois toca com um dispositivo ativado pelo toque (como colocar vários dedos em um objeto da tela para abrir um menu e depois toca com um dedo para selecionar um item do menu em um celular ou tablet com tela sensível ao toque).InteractiveObject
 InheritedDespachado quando o usuário executa um zoom em um ponto do contato com uma instância InteractiveObject (como tocar dois dedos em uma tela e depois abrir os dedos por cima de um objeto de exposição em um celular ou tablet com uma tela de toque).InteractiveObject
 InheritedDispatched when an object's state changes from visible to invisible.UIComponent
 InheritedEste evento é despachado para qualquer aplicativo cliente que suporte a entrada incorporada com um IMEInteractiveObject
 InheritedDispatched when the component has finished its construction and has all initialization properties set.UIComponent
 InheritedDispatched when a component is monitored by a Validator and the validation failed.UIComponent
 InheritedDespachado quando o usuário pressiona uma tecla.InteractiveObject
 InheritedDespachado quando o usuário tenta alterar o foco usando a navegação pelo teclado.InteractiveObject
 InheritedDespachado quando o usuário solta uma tecla.InteractiveObject
 InheritedDespachado quando um usuário pressiona e libera o botão do meio do dispositivo apontador sobre o mesmo InteractiveObject.InteractiveObject
 InheritedDespachado quando o usuário pressiona o botão do meio do dispositivo apontador sobre uma ocorrência InteractiveObject.InteractiveObject
 InheritedDespachado quando o usuário libera o botão do dispositivo apontador sobre uma ocorrência InteractiveObject.InteractiveObject
 InheritedDespachado quando o usuário pressiona o botão do dispositivo apontador sobre uma ocorrência InteractiveObject.InteractiveObject
 InheritedDispatched from a component opened using the PopUpManager when the user clicks outside it.UIComponent
 InheritedDespachado quando o usuário tenta alterar o foco usando um dispositivo apontador.InteractiveObject
 InheritedDespachado quando um usuário move o dispositivo apontador enquanto ele está sobre InteractiveObject.InteractiveObject
 InheritedDespachado quando o usuário move um dispositivo apontador para longe de uma ocorrência de InteractiveObject.InteractiveObject
 InheritedDespachado quando o usuário move um dispositivo apontador sobre uma ocorrência InteractiveObject.InteractiveObject
 InheritedDespachado quando o usuário libera o botão do dispositivo apontador sobre uma ocorrência InteractiveObject.InteractiveObject
 InheritedDespachado quando a roda do mouse rola sobre uma ocorrência InteractiveObject.InteractiveObject
 InheritedDispatched from a component opened using the PopUpManager when the user scrolls the mouse wheel outside it.UIComponent
 InheritedDispatched when the object has moved.UIComponent
 InheritedDespachado pelo iniciador de arrasto InteractiveObject quando o usuário libera o gesto de arrastar.InteractiveObject
 InheritedDespachado pelo InteractiveObject de destino quando um objeto arrastado é solto nele e a liberação tiver sido aceita com uma chamada para DragManager.acceptDragDrop().InteractiveObject
 InheritedDespachado por um InteractiveObject quando o gesto de arrasto entra no respectivo limite.InteractiveObject
 InheritedDespachado por um InteractiveObject quando o gesto de arrasto deixa o respectivo limite.InteractiveObject
 InheritedDespachado continuamente por um InteractiveObject enquanto o gesto de arrasto permanecer dentro do respectivo limite.InteractiveObject
 InheritedDespachado no início de uma operação de arrasto pelo InteractiveObject, que é especificado como o iniciador de arrasto na chamada DragManager.doDrag().InteractiveObject
 InheritedDespachado durante uma operação de arrasto pelo InteractiveObject, que é especificado como o iniciador de arrasto na chamada DragManager.doDrag().InteractiveObject
 InheritedDespachado quando o usuário ativa a combinação de teclas do acelerador específica da plataforma para uma operação de colar ou seleciona "Paste" no menu de contexto do texto.InteractiveObject
 InheritedDispatched at the beginning of the component initialization sequence.UIComponent
 InheritedDespachado quando o usuário abaixa um estilo ativo para além do limite de detecção de proximidade da tela.InteractiveObject
 Inherited
    proximityEnd
Despachado quando o usuário levanta um estilo ativo acima do limite de detecção de proximidade da tela.InteractiveObject
 InheritedDespachado quando o usuário move um estilo ativo sobre a tela enquanto permanece dentro do limite de detecção de proximidade.InteractiveObject
 Inherited
    proximityOut
Despachado quando o usuário move um estilo ativo diretamente acima deste InteractiveObject enquanto permanece dentro do limite de detecção de proximidade da tela.InteractiveObject
 InheritedDespachado quando o usuário move um estilo ativo diretamente acima deste InteractiveObject enquanto permanece dentro do limite de detecção de proximidade da tela.InteractiveObject
 InheritedDespachado quando o usuário move um estilo ativo deste InteractiveObject e algum de seus filhos enquanto permanece dentro do limite de detecção de proximidade da tela.InteractiveObject
 InheritedDespachado quando o usuário move um estilo ativo sobre este InteractiveObject do exterior da árvore do objeto de descendentes na lista de exibição (enquanto permanece dentro do limite de detecção de proximidade da tela).InteractiveObject
 InheritedEnviado quando um usuário solta o botão no dispositivo apontador depois que o usuário primeiro pressionou o botão sobre uma instância de InteractiveObject e moveu o dispositivo apontador de da instância para fora do InteractiveObject.InteractiveObject
 InheritedDispatched when the component is removed from a container as a content child by using the removeChild(), removeChildAt(), removeElement(), or removeElementAt() method.UIComponent
 InheritedDespachado quando um objeto de exibição está prestes a ser removido da lista de exibição.DisplayObject
 InheritedDespachado quando um objeto de exibição está prestes a ser removido da lista de exibição, seja diretamente ou através da remoção de uma subárvore na qual esse objeto de exibição está contido.DisplayObject
 Inherited[evento de transmissão] Despachado quando a lista de exibição está prestes a ser atualizada e renderizada.DisplayObject
 InheritedDispatched when the component is resized.UIComponent
 InheritedDespachado quando um usuário pressiona e libera o botão direito do dispositivo apontador sobre o mesmo InteractiveObject.InteractiveObject
 InheritedDespachado quando o usuário pressiona o botão do dispositivo apontador sobre uma ocorrência InteractiveObject.InteractiveObject
 InheritedDespachado quando o usuário libera o botão do dispositivo apontador sobre uma ocorrência InteractiveObject.InteractiveObject
 InheritedDespachado quando o usuário move um dispositivo apontador para longe de uma ocorrência de InteractiveObject.InteractiveObject
 InheritedDespachado quando o usuário move um dispositivo apontador sobre uma ocorrência InteractiveObject.InteractiveObject
 InheritedDispatched when the user manually scrolls the container.Container
 InheritedDespachado quando o usuário ativa a combinação de teclas do acelerador específica da plataforma para uma operação de selecionar tudo ou seleciona "Select All" no menu de contexto do texto.InteractiveObject
 InheritedDispatched when an object's state changes from invisible to visible.UIComponent
 InheritedDespachado imediatamente depois que o teclado virtual é elevado.InteractiveObject
 InheritedDespachado imediatamente antes de o teclado virtual ser elevado.InteractiveObject
 InheritedDespachado imediatamente depois que o teclado virtual é baixado.InteractiveObject
 InheritedDispatched after the component has entered a new state and any state transition animation to that state has finished playing.UIComponent
 InheritedDispatched when a component interrupts a transition to its current state in order to switch to a new state.UIComponent
 InheritedDespachado quando o valor do sinalizador tabChildren do objeto é alterado.InteractiveObject
 InheritedDespachado quando o sinalizador tabEnabled do objeto é alterado.InteractiveObject
 InheritedDespachado quando o valor da propriedade tabIndex do objeto é alterado.InteractiveObject
 InheritedDespachado quando um usuário introduz um ou vários caracteres do texto.InteractiveObject
 InheritedDispatched by the component when it is time to create a ToolTip.UIComponent
 InheritedDispatched by the component when its ToolTip has been hidden and is to be discarded soon.UIComponent
 InheritedDispatched by the component when its ToolTip is about to be hidden.UIComponent
 InheritedDispatched by the component when its ToolTip is about to be shown.UIComponent
 InheritedDispatched by the component when its ToolTip has been shown.UIComponent
 InheritedDispatched by a component whose toolTip property is set, as soon as the user moves the mouse over it.UIComponent
 InheritedDespachado quando o usuário entra em contato pela primeira vez com um dispositivo ativado pelo toque (como tocar com um dedo um celular ou tablet com uma tela sensível toque).InteractiveObject
 InheritedDespachado quando o usuário remove o contato com um dispositivo ativado pelo toque (como retirar o dedo de um celular ou tablet com uma tela de toque).InteractiveObject
 InheritedA non-cancellable event, dispatched by a component when it is done responding to a touch interaction user gesture.UIComponent
 InheritedA non-cancellable event, dispatched by a component when it starts responding to a touch interaction user gesture.UIComponent
 InheritedA cancellable event, dispatched by a component in an attempt to respond to a touch interaction user gesture.UIComponent
 InheritedDespachado quando o usuário toca o dispositivo, e é despachado continuamente até que o ponto contato seja removido.InteractiveObject
 InheritedDespachado quando o usuário move o ponto do contato longe da instância InteractiveObject em um dispositivo ativado pelo toque (como arrastar um dedo de um objeto da tela para outro em um celular ou tablet com uma tela sensível ao toque).InteractiveObject
 InheritedDespachado quando o usuário move o ponto do contato em uma instância InteractiveObject em um dispositivo ativado pelo toque (como arrastar um dedo de um ponto fora de um objeto da tela a um ponto em um objeto da tela em um celular ou tablet com uma tela sensível ao toque).InteractiveObject
 InheritedDespachado quando o usuário move o ponto do contato longe de uma instância InteractiveObject em um dispositivo ativado pelo toque (como arrastar um dedo de um objeto da tela para um ponto fora do objeto da tela em um celular ou tablet com uma tela sensível toque).InteractiveObject
 InheritedDespachado quando o usuário move o ponto do contato em uma instância InteractiveObject em um dispositivo ativado pelo toque (como arrastar um dedo de um ponto fora de um objeto da tela a um ponto em um objeto da tela em um celular ou tablet com uma tela sensível ao toque).InteractiveObject
 InheritedDespachado quando o usuário levanta o ponto do contato na mesma instância InteractiveObject em que o contato foi iniciado em um dispositivo ativado pelo toque (como pressionar e soltar com o dedo um ponto único em um objeto da tela em um celular ou tablet com uma tela sensível ao toque).InteractiveObject
 InheritedDispatched when an object has had its commitProperties(), measure(), and updateDisplayList() methods called (if needed).UIComponent
 InheritedDispatched when a component is monitored by a Validator and the validation succeeded.UIComponent
 InheritedDispatched when values are changed programmatically or by user interaction.UIComponent
Estilos

Os estilos são comuns ou associados a um tema específico. Se o estilo for comum, poderá ser usado com qualquer tema. Se o estilo for associado a um tema específico, só poderá ser usado se o seu aplicativo usar esse tema.

Estilos comuns
 Estilo Descrição Definido por
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The vertical distance in pixels from the top edge of the content area to the control's baseline position.
UIComponent
 InheritedTipo: Class Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The border skin class of the component.
Container
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Bounding box style.
Container
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The vertical distance, in pixels, from the bottom edge of the component to the bottom edge of its parent container's content area.
UIComponent
 InheritedTipo: uint Formato: Color Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Color of text in the component, including the component label.
Container
 InheritedTipo: String Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

The directionality of the text displayed by the component.
Container
 InheritedTipo: uint Formato: Color Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Color of text in the component if it is disabled.
Container
 InheritedTipo: Number Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The alpha value for the overlay that is placed on top of the container when it is disabled.
Container
 InheritedTipo: uint Formato: Color Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Color of the component highlight when validation fails.
UIComponent
  
fillAlphas
Tipo: Array Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Alpha values used for the background fill of the container. The default value is [0,0].
ApplicationControlBar
  
fillColors
Tipo: Array Formato: Color Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Colors used to tint the background of the container. Pass the same color for both values for a "flat" looking control. The default value is [0xFFFFFF,0xFFFFFF].

You should also set the fillAlphas property to a nondefault value because its default value of [0,0] makes the colors invisible.

ApplicationControlBar
 InheritedTipo: String Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Sets the antiAliasType property of internal TextFields.
Container
 InheritedTipo: String Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Name of the font to use.
Container
 InheritedTipo: String Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Sets the gridFitType property of internal TextFields that represent text in Flex controls.
Container
 InheritedTipo: Number Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Sets the sharpness property of internal TextFields that represent text in Flex controls.
Container
 InheritedTipo: Number Formato: Length Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Height of the text, in pixels.
Container
 InheritedTipo: String Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Determines whether the text is italic font.
Container
 InheritedTipo: Number Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Sets the thickness property of internal TextFields that represent text in Flex controls.
Container
 InheritedTipo: String Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Determines whether the text is boldface.
Container
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Horizontal alignment of children in the container.
Box
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The horizontal distance in pixels from the center of the component's content area to the center of the component.
UIComponent
 InheritedTipo: Number Formato: Length Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Number of pixels between children in the horizontal direction.
Box
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The name of the horizontal scrollbar style.
Container
 InheritedTipo: String Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4.5  Versões de runtime: Flash10, AIR 2.5

The primary interaction mode for this component.
UIComponent
 InheritedTipo: Boolean Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
Container
 InheritedTipo: String Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4.1  Versões de runtime: Flash10, AIR 1.5

Specifies the desired layout direction of a component.
UIComponent
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The horizontal distance, in pixels, from the left edge of the component to the left edge of its parent container's content area.
UIComponent
 InheritedTipo: Number Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The number of additional pixels to appear between each character.
Container
 InheritedTipo: String Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

The locale of the text displayed by this component.
Container
 InheritedTipo: Number Formato: Length Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Number of pixels between the container's bottom border and the bottom of its content area.
Box
 InheritedTipo: Number Formato: Length Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Number of pixels between the component's left border and the left edge of its content area.
Container
 InheritedTipo: Number Formato: Length Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Number of pixels between the component's right border and the right edge of its content area.
Container
 InheritedTipo: Number Formato: Length Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Number of pixels between the container's top border and the top of its content area.
Box
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The horizontal distance, in pixels, from the right edge of the component to the right edge of its parent container's content area.
UIComponent
 InheritedTipo: Boolean Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4.5  Versões de runtime: Flash10, AIR 1.5

Show the error border or skin when this component is invalid
UIComponent
 InheritedTipo: Boolean Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4.5  Versões de runtime: Flash10, AIR 1.5

Show the error tip when this component is invalid and the user rolls over it
UIComponent
 InheritedTipo: String Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Alignment of text within a container.
Container
 InheritedTipo: String Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Determines whether the text is underlined.
Container
 InheritedTipo: Class Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

The class implementing IUITextField that is used by this component to render text.
Container
 InheritedTipo: Number Formato: Length Herança de CSS: Sim
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Offset of first line of text from the left side of the container, in pixels.
Container
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The vertical distance, in pixels, from the top edge of the component to the top edge of its parent container's content area.
UIComponent
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Vertical alignment of children in the container.
Box
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The vertical distance in pixels from the center of the component's content area to the center of the component.
UIComponent
 InheritedTipo: Number Formato: Length Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Number of pixels between children in the vertical direction.
Box
 InheritedTipo: String Herança de CSS: Não
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

The name of the vertical scrollbar style.
Container
Estilos do tema Spark
 Estilo Descrição Definido por
 InheritedTipo: uint Formato: Color Herança de CSS: Sim Tema: spark
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

Accent color used by component skins.
Container
 InheritedTipo: Number Herança de CSS: Não Tema: spark
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

Alpha of the border.
Container
 InheritedTipo: Boolean Herança de CSS: Não Tema: spark
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

Visibility of the border.
Container
 InheritedTipo: uint Formato: Color Herança de CSS: Sim Tema: spark
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

The main color for a component.
UIComponent
 InheritedTipo: Number Herança de CSS: Sim Tema: spark
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

The alpha of the content background for this component.
Container
 InheritedTipo: uint Formato: Color Herança de CSS: Sim Tema: spark
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

Color of the content area of the component.
Container
 InheritedTipo: Number Formato: Length Herança de CSS: Não Tema: halo, spark
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Radius of component corners.
Container
 InheritedTipo: Boolean Herança de CSS: Não Tema: spark
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

Boolean property that specifies whether the component has a visible drop shadow.
Container
 InheritedTipo: uint Formato: Color Herança de CSS: Sim Tema: spark
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

Color of focus ring when the component is in focus
Container
 InheritedTipo: uint Formato: Color Herança de CSS: Sim Tema: spark
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 4  Versões de runtime: Flash10, AIR 1.5

Color of any symbol of a component.
Container
Estilos do tema Halo
 Estilo Descrição Definido por
 InheritedTipo: uint Formato: Color Herança de CSS: Sim Tema: halo
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Background color of the component when it is disabled.
Container
 InheritedTipo: uint Formato: Color Herança de CSS: Sim Tema: halo
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Determines the color of a ProgressBar.
Container
 InheritedTipo: Number Formato: Length Herança de CSS: Não Tema: halo, spark
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Radius of component corners.
Container
 InheritedTipo: uint Formato: Color Herança de CSS: Sim Tema: halo
Versão da linguagem: ActionScript 3.0  Versão de produto: Flex 3  Versões de runtime: Flash9, AIR 1.1

Theme color of a component.
UIComponent
Efeitos
 Efeito Descrição Definido por
 Inherited Evento acionador: added
Played when the component is added as a child to a Container.
UIComponent
 Inherited Evento acionador: creationComplete
Played when the component is created.
UIComponent
 Inherited Evento acionador: hide
Played when the component becomes invisible.
UIComponent
 Inherited Evento acionador: mouseDown
Played when the user presses the mouse button while over the component.
UIComponent
 Inherited Evento acionador: mouseUp
Played when the user releases the mouse button while over the component.
UIComponent
 Inherited Evento acionador: move
Played when the component is moved.
UIComponent
 Inherited Evento acionador: removed
Played when the component is removed from a Container.
UIComponent
 Inherited Evento acionador: resize
Played when the component is resized.
UIComponent
 Inherited Evento acionador: rollOut
Played when the user rolls the mouse so it is no longer over the component.
UIComponent
 Inherited Evento acionador: rollOver
Played when the user rolls the mouse over the component.
UIComponent
 Inherited Evento acionador: show
Played when the component becomes visible.
UIComponent
Detalhes da propriedade

dock

propriedade
dock:Boolean

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1

If true, specifies that the ApplicationControlBar should be docked to the top of the application. If false, specifies that the ApplicationControlBar gets sized and positioned just like any other component. This property is supported when the application is of type Application, otherwise the value of dock has no effect.

O valor padrão é false.

Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento dockChanged .



Implementação
    public function get dock():Boolean
    public function set dock(value:Boolean):void
Detalhes do construtor

ApplicationControlBar

()Construtor
public function ApplicationControlBar()

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1

Constructor.

SimpleApplicationControlBarExample.mxml
<?xml version="1.0"?>
<!-- Simple example to demonstrate the Halo ApplicationControlBar container. -->
<mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:mx="library://ns.adobe.com/flex/mx"
        paddingLeft="10" paddingRight="10" paddingBottom="10">

    <mx:ApplicationControlBar dock="true" paddingTop="0" paddingBottom="0">
        <mx:Label text="Docked" color="blue"/>

        <mx:MenuBar id="myMenuBar" labelField="@label">
            <fx:XMLList>
                <menuitem label="MenuItem A" >
                    <menuitem label="SubMenuItem A-1" type="check"/>
                    <menuitem label="SubMenuItem A-2" type="check"/>
                </menuitem>
                <menuitem label="MenuItem B"/>
                <menuitem label="MenuItem C"/>
                <menuitem label="MenuItem D" >
                    <menuitem label="SubMenuItem D-1" type="radio" groupName="one"/>
                    <menuitem label="SubMenuItem D-2" type="radio" groupName="one"/>
                    <menuitem label="SubMenuItem D-3" type="radio" groupName="one"/>
                </menuitem>
            </fx:XMLList>
        </mx:MenuBar>
    </mx:ApplicationControlBar>

    <mx:Label text="A docked ApplicationControlBar appears at the top of the application window." />
    <mx:Spacer height="100%" />

    <mx:ApplicationControlBar width="80%">
        <mx:Label text="Normal" color="blue"/>
        <mx:Label text="Search:" />
        <s:TextInput width="100%" maxWidth="200" />
        <mx:Spacer width="100%" />
        <s:Button label="Go adobe.com" />
    </mx:ApplicationControlBar>

    <mx:Label text="A normal ApplicationControlBar can appear anywhere in the application."/>

</mx:Application>




[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.