패키지 | 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, 03:17 PM Z