Пакет | com.adobe.icc.enum |
Класс | public class FormState |
Наследование | FormState Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of a Form
.
Общедоступные свойства
Общедоступные методы
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
ACTIVE : uint = 0 [статические]
Specifies the enumerator code for Active state. | FormState | ||
ARCHIVE : uint = 2 [статические]
Specifies the enumerator code for Archive state. | FormState | ||
MODIFIED : uint = 3 [статические]
The constant determining that the Form has been modified. | FormState | ||
PUBLISHED : uint = 5 [статические]
The constant determining that the Form has been published. | FormState | ||
READYFORPUBLISH : uint = 4 [статические]
The constant determining that the Form is ready for publish. | FormState | ||
TEST : uint = 1 [статические]
Specifies the enumerator code for a test. | FormState |
Сведения о константе
ACTIVE | Константа |
public static const ACTIVE:uint = 0
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Active state.
ARCHIVE | Константа |
public static const ARCHIVE:uint = 2
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Archive state.
MODIFIED | Константа |
public static const MODIFIED:uint = 3
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Form has been modified.
PUBLISHED | Константа |
public static const PUBLISHED:uint = 5
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Form has been published.
READYFORPUBLISH | Константа |
public static const READYFORPUBLISH:uint = 4
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Form is ready for publish.
TEST | Константа |
public static const TEST:uint = 1
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for a test. That is, Inactive state.
Tue Jun 12 2018, 11:34 AM Z