套件 | com.adobe.icc.enum |
類別 | public class FormState |
繼承 | FormState ![]() |
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of a Form
.
公用方法
方法 | 定義自 | ||
---|---|---|---|
![]() |
指出物件是否有已定義的指定屬性。 | Object | |
![]() |
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | |
![]() |
指出指定的屬性是否存在,以及是否可列舉。 | Object | |
![]() |
為迴圈作業設定動態屬性的可用性。 | Object | |
![]() |
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | |
![]() |
會傳回指定之物件的字串形式。 | Object | |
![]() |
會傳回指定之物件的基本值。 | Object |
公用常數
常數 | 定義自 | ||
---|---|---|---|
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:47 PM Z