| Pacote | com.adobe.solutions.prm.presentation.util |
| Classe | public class EndDateOrderValidator |
| Herança | EndDateOrderValidator MultiTriggerValidator Validator EventDispatcher Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Project Management Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
| DateOrderErrorMessage : String
The error message for date order. | EndDateOrderValidator | ||
| difference : int
The difference, in days, between end date of child project or a workitem and the parent project. | EndDateOrderValidator | ||
![]() | enabled : Boolean
Setting this value to false will stop the validator
from performing validation. | Validator | |
![]() | isLastStateValid : Boolean = true
This property returns a True value if the last state of validator was valid. | MultiTriggerValidator | |
![]() | listener : Object
Specifies the validation listener. | Validator | |
| ParentProjectDateOrderErrorMessage : String
The error message for parent project date order. | EndDateOrderValidator | ||
![]() | property : String
A String specifying the name of the property
of the source object that contains
the value to validate. | Validator | |
![]() | required : Boolean = true
If true, specifies that a missing or empty
value causes a validation error. | Validator | |
![]() | requiredFieldError : String
Error message when a value is missing and the
required property is true. | Validator | |
![]() | source : Object
Specifies the object containing the property to validate. | Validator | |
![]() | trigger : IEventDispatcher
Specifies the component generating the event that triggers the validator. | Validator | |
![]() | triggerEvent : String
Specifies the event that triggers the validation. | Validator | |
![]() | triggerEvents : Array
This property refers to list of triggers. | MultiTriggerValidator | |
Propriedades protegidas
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
The constructor for EndDateOrderValidator class. | EndDateOrderValidator | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | |
![]() |
Envia um evento para o fluxo de eventos. | EventDispatcher | |
![]() |
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | |
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Called automatically by the MXML compiler when the Validator
is created using an MXML tag. | Validator | |
![]() |
This method returns a True value if any of the triggers have failed. | MultiTriggerValidator | |
![]() |
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 | |
![]() |
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | |
![]() |
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 | |
![]() |
Performs validation and optionally notifies
the listeners of the result. | Validator | |
![]() | [estático]
Invokes all the validators in the validators Array. | Validator | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
![]() |
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher | |
Métodos protegidos
Eventos
Constantes protegidas
Detalhes da propriedade
DateOrderErrorMessage | propriedade |
public var DateOrderErrorMessage:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Project Management Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The error message for date order. This message is displayed when there is validation error in end date of project, with respect to, its start date.
difference | propriedade |
difference:int| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Project Management Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The difference, in days, between end date of child project or a workitem and the parent project.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .
Implementação
public function get difference():int public function set difference(value:int):voidParentProjectDateOrderErrorMessage | propriedade |
public var ParentProjectDateOrderErrorMessage:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Project Management Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The error message for parent project date order. This message is displayed when there is a validation error in end date of a child project or a workitem and the parent project.
Detalhes do construtor
EndDateOrderValidator | () | Construtor |
public function EndDateOrderValidator()| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Project Management Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for EndDateOrderValidator class.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas