Pacote | com.adobe.solutions.rca.constant |
Classe | public class ReviewCommentVisibility |
Herança | ReviewCommentVisibility Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
ReviewCommentVisibility
Enum.
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
The constructor for ReviewCommentVisibility class. | ReviewCommentVisibility | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
INTER_STAGE : String = "INTER_STAGE" [estático]
Comments are shared across multiple stages. | ReviewCommentVisibility | ||
ONLY_INTRA_STAGE : String = "ONLY_INTRA_STAGE" [estático]
Comments of two stages are hidden from each other. | ReviewCommentVisibility | ||
TYPES : Array [estático]
Utility array containg all the valid values of ReviewType. | ReviewCommentVisibility |
Detalhes do construtor
ReviewCommentVisibility | () | Construtor |
public function ReviewCommentVisibility()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | 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.
Elementos da API relacionados
Detalhes da constante
INTER_STAGE | Constante |
public static const INTER_STAGE:String = "INTER_STAGE"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Comments are shared across multiple stages.
ONLY_INTRA_STAGE | Constante |
public static const ONLY_INTRA_STAGE:String = "ONLY_INTRA_STAGE"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Comments of two stages are hidden from each other.
TYPES | Constante |
public static const TYPES:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of ReviewType
.
Wed Jun 13 2018, 11:10 AM Z