パッケージ | com.adobe.solutions.rca.constant |
クラス | public class ReviewCommentVisibility |
継承 | ReviewCommentVisibility Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
ReviewCommentVisibility
Enum.
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
The constructor for ReviewCommentVisibility class. | ReviewCommentVisibility | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
INTER_STAGE : String = "INTER_STAGE" [静的]
Comments are shared across multiple stages. | ReviewCommentVisibility | ||
ONLY_INTRA_STAGE : String = "ONLY_INTRA_STAGE" [静的]
Comments of two stages are hidden from each other. | ReviewCommentVisibility | ||
TYPES : Array [静的]
Utility array containg all the valid values of ReviewType. | ReviewCommentVisibility |
コンストラクターの詳細
ReviewCommentVisibility | () | コンストラクター |
public function ReviewCommentVisibility()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewCommentVisibility
class.
The ReviewCommentVisibility
class provides values for the commentVisibility
property of ReviewContext
.
The property determines the behaviour of the comments in across review stages.
関連する API エレメント
定数の詳細
INTER_STAGE | 定数 |
public static const INTER_STAGE:String = "INTER_STAGE"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Comments are shared across multiple stages.
ONLY_INTRA_STAGE | 定数 |
public static const ONLY_INTRA_STAGE:String = "ONLY_INTRA_STAGE"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Comments of two stages are hidden from each other.
TYPES | 定数 |
public static const TYPES:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of ReviewType
.
Tue Jun 12 2018, 10:34 AM Z