Пакет | com.adobe.icomm.assetplacement.model |
Класс | public class Resource |
Наследование | Resource PackageElement Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Placement Building Block 9.5 |
Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Свойство | Определено | ||
---|---|---|---|
altText : String [только для чтения]
Alternative text (alt text) is used as a replacement for an image, whenever the image
cannot be seen. | Resource | ||
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
contentType : String [только для чтения]
Identifies the content type of the the current resource. | Resource | ||
controller : String [только для чтения]
Contains a reference to a controller element using an XML id. | Resource | ||
expiration : String [только для чтения]
Specifies the expiration date of a given resource. | Resource | ||
namespace : String [только для чтения]
The namespace for this element. | PackageElement | ||
source : String [только для чтения]
Specifies a reference to an external file resource. | Resource | ||
targetURL : String [только для чтения]
Specifies a reference to an external web page. | Resource | ||
xml : XML
The XML this object represents. | PackageElement |
Метод | Определено | ||
---|---|---|---|
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 | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Using the expiration attribute specified on the resource, this function calculates whether the resource
is expired based on the current date. | Resource | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
altText | свойство |
altText:String
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Placement Building Block 9.5 |
Версии среды выполнения: | 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.
Реализация
public function get altText():String
contentType | свойство |
controller | свойство |
controller:String
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Placement Building Block 9.5 |
Версии среды выполнения: | 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.
Реализация
public function get controller():String
expiration | свойство |
expiration:String
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Placement Building Block 9.5 |
Версии среды выполнения: | 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.
Реализация
public function get expiration():String
source | свойство |
source:String
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Placement Building Block 9.5 |
Версии среды выполнения: | 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.
Реализация
public function get source():String
targetURL | свойство |
Resource | () | Конструктор |
public function Resource()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Placement Building Block 9.5 |
Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
isExpired | () | метод |
public function isExpired():Boolean
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Placement Building Block 9.5 |
Версии среды выполнения: | 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.
ВозвращаетBoolean — True if the expiration data has passed as of the time of calling this function
and false otherwise
|
Tue Jun 12 2018, 11:34 AM Z