ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.mosaic.om.interfaces 

ILayout  - AS3 ADEP Composite Application

Paketcom.adobe.mosaic.om.interfaces
Schnittstellepublic interface ILayout

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Laufzeitversionen: AIR 2.6, Flash Player 10.2

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



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  name : String
[schreibgeschützt] The name of the layout.
ILayout
  uniqueID : String
[schreibgeschützt] The generated, unique identifier of the node.
ILayout
Öffentliche Methoden
 MethodeDefiniert von
  
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
Eigenschaftendetails

name

Eigenschaft
name:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Laufzeitversionen: 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.



Implementierung
    public function get name():String

uniqueID

Eigenschaft 
uniqueID:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Laufzeitversionen: 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.



Implementierung
    public function get uniqueID():String
Methodendetails

getAttribute

()Methode
public function getAttribute(key:String):String

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

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

Parameter

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

Rückgabewerte
String — The value associated with the key. Null if the attribute is not found.

getAttributePairs

()Methode 
public function getAttributePairs():Array

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: 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.

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

setAttribute

()Methode 
public function setAttribute(key:String, value:String):void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

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

Parameter

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 ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.