Pakiet | com.adobe.icomm.assetplacement.model |
Klasa | public class Resource |
Dziedziczenie | Resource PackageElement Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Placement Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
altText : String [tylko do odczytu]
Alternative text (alt text) is used as a replacement for an image, whenever the image
cannot be seen. | Resource | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
contentType : String [tylko do odczytu]
Identifies the content type of the the current resource. | Resource | ||
controller : String [tylko do odczytu]
Contains a reference to a controller element using an XML id. | Resource | ||
expiration : String [tylko do odczytu]
Specifies the expiration date of a given resource. | Resource | ||
namespace : String [tylko do odczytu]
The namespace for this element. | PackageElement | ||
source : String [tylko do odczytu]
Specifies a reference to an external file resource. | Resource | ||
targetURL : String [tylko do odczytu]
Specifies a reference to an external web page. | Resource | ||
xml : XML
The XML this object represents. | PackageElement |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Resource()
Constructor. | Resource | ||
Retrieve an attribute of this element. | PackageElement | ||
Retrieve a child value of this element. | PackageElement | ||
Retrieve an attribute of this element's parent. | PackageElement | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Using the expiration attribute specified on the resource, this function calculates whether the resource
is expired based on the current date. | Resource | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
altText | właściwość |
altText:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Placement Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Alternative text (alt text) is used as a replacement for an image, whenever the image cannot be seen. Every visible image should have alt text, unless the image is purely decorative, that is, it has no function and is used only for visual formatting or decoration. This text will also be used by screen readers.
Implementacja
public function get altText():String
contentType | właściwość |
contentType:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Placement Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Identifies the content type of the the current resource.
Implementacja
public function get contentType():String
controller | właściwość |
controller:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Placement Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Contains a reference to a controller element using an XML id. The controller element is the one that references this Resource at runtime.
Implementacja
public function get controller():String
expiration | właściwość |
expiration:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Placement Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the expiration date of a given resource. This date must be specified as YYYY-MM-DD. For example, 2009-12-12.
Implementacja
public function get expiration():String
source | właściwość |
source:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Placement Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies a reference to an external file resource. The set of supported URI schemes (e.g., http, ftp, repository, file) is implementation-defined.
Implementacja
public function get source():String
targetURL | właściwość |
Resource | () | Konstruktor |
public function Resource()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Placement Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
isExpired | () | metoda |
public function isExpired():Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Placement Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Using the expiration attribute specified on the resource, this function calculates whether the resource is expired based on the current date.
ZwracaBoolean — True if the expiration data has passed as of the time of calling this function
and false otherwise
|
Tue Jun 12 2018, 12:06 PM Z