Paket | com.adobe.mosaic.om.impl |
Klasse | public class ApplicationListItem |
Vererbung | ApplicationListItem ![]() |
Implementiert | IApplicationListItem |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
ApplicationListItem
provides information about a given
IApplication suitable for display to a user. This is provided as default
implementation of the IApplicationListItem for developer convenience.
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
![]() | constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | |
creationDate : Date
Returns the creationDate associated with the application
| ApplicationListItem | ||
creator : String
Returns the creator associated with the application
| ApplicationListItem | ||
description : String
Returns the description associated with the application
| ApplicationListItem | ||
label : String
Returns the label associated with the application
| ApplicationListItem | ||
name : String
Returns the name associated with the application
| ApplicationListItem | ||
session : ISession
Returns the ISession instance associated with the application
| ApplicationListItem |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Constructor. | ApplicationListItem | ||
![]() |
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | |
![]() |
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | |
![]() |
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | |
![]() |
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | |
![]() |
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | |
![]() |
Gibt das angegebene Objekt als String zurück. | Object | |
![]() |
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Eigenschaftendetails
creationDate | Eigenschaft |
creationDate:Date
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Returns the creationDate associated with the application
Implementierung
public function get creationDate():Date
public function set creationDate(value:Date):void
creator | Eigenschaft |
creator:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Returns the creator associated with the application
Implementierung
public function get creator():String
public function set creator(value:String):void
description | Eigenschaft |
description:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Returns the description associated with the application
Implementierung
public function get description():String
public function set description(value:String):void
label | Eigenschaft |
label:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Returns the label associated with the application
Implementierung
public function get label():String
public function set label(value:String):void
name | Eigenschaft |
name:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Returns the name associated with the application
Implementierung
public function get name():String
public function set name(value:String):void
session | Eigenschaft |
session:ISession
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance associated with the application
Implementierung
public function get session():ISession
public function set session(value:ISession):void
Konstruktordetails
ApplicationListItem | () | Konstruktor |
public function ApplicationListItem()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Constructor.
Tue Jun 12 2018, 10:04 AM Z