Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
com.adobe.mosaic.om.interfaces 

ILayout  - AS3 ADEP Composite Application

Пакетcom.adobe.mosaic.om.interfaces
Интерфейсpublic interface ILayout

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Версии среды выполнения: AIR 2.6, Flash Player 10.2

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



Общедоступные свойства
 СвойствоОпределено
  name : String
[только для чтения] The name of the layout.
ILayout
  uniqueID : String
[только для чтения] The generated, unique identifier of the node.
ILayout
Общедоступные методы
 МетодОпределено
  
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
Сведения о свойстве

name

свойство
name:String  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Версии среды выполнения: 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.



Реализация
    public function get name():String

uniqueID

свойство 
uniqueID:String  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Версии среды выполнения: 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.



Реализация
    public function get uniqueID():String
Сведения о методе

getAttribute

()метод
public function getAttribute(key:String):String

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

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

Параметры

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

Возвращает
String — The value associated with the key. Null if the attribute is not found.

getAttributePairs

()метод 
public function getAttributePairs():Array

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Версии среды выполнения: 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.

Возвращает
Array — An array of objects. For example, when the value is a string value: {name:String, value:String}

setAttribute

()метод 
public function setAttribute(key:String, value:String):void

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

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

Параметры

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 ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.