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...
com.adobe.mosaic.om.interfaces 

ILayout  - AS3 ADEP Composite Application

Pacotecom.adobe.mosaic.om.interfaces
Interfacepublic interface ILayout

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versões de runtime: AIR 2.6, Flash Player 10.2

The ILayout interface provides the interface for describing the layout of a container.



Propriedades públicas
 PropriedadeDefinido por
  name : String
[somente leitura] The name of the layout.
ILayout
  uniqueID : String
[somente leitura] The generated, unique identifier of the node.
ILayout
Métodos públicos
 MétodoDefinido por
  
Retrieves the value of the specified attribute key from the Layout object.
ILayout
  
Retrieves an array of objects.
ILayout
  
Allows the setting of any attribute key/value pair on the layout object.
ILayout
Detalhes da propriedade

name

propriedade
name:String  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versões de runtime: AIR 2.6, Flash Player 10.2

The name of the layout. Can be a short name for a built-in layout or a fully-qualified class name.



Implementação
    public function get name():String

uniqueID

propriedade 
uniqueID:String  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versões de runtime: AIR 2.6, Flash Player 10.2

The generated, unique identifier of the node. The unique identifier is only constant during a single run of the application.



Implementação
    public function get uniqueID():String
Detalhes do método

getAttribute

()método
public function getAttribute(key:String):String

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versões de runtime: AIR 2.6, Flash Player 10.2

Retrieves the value of the specified attribute key from the Layout object.

Parâmetros

key:String — Specifies any attribute that is used by the Layout.

Retorna
String — The value associated with the key. Null if the attribute is not found.

getAttributePairs

()método 
public function getAttributePairs():Array

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versões de runtime: AIR 2.6, Flash Player 10.2

Retrieves an array of objects. The array contains a name and value formatted as: name:String value:* which represents the attributes of a given layout and their values. These values allows iteration of the attributes on a layout.

Retorna
Array — An array of objects. For example, when the value is a string value: {name:String, value:String}

setAttribute

()método 
public function setAttribute(key:String, value:String):void

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versões de runtime: AIR 2.6, Flash Player 10.2

Allows the setting of any attribute key/value pair on the layout object.

Parâmetros

key:String — Specifies any attribute that is used by the Layout as a property.
 
value:String — Specifies any value that is used by the Layout, associate with the key provided.





[ 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.