Pacchetto | com.adobe.solutions.prm.presentation.util |
Classe | public class EndDateOrderValidator |
Ereditarietà | EndDateOrderValidator MultiTriggerValidator Validator EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 |
Proprietà protette
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for EndDateOrderValidator class. | EndDateOrderValidator | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | 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 un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Performs validation and optionally notifies
the listeners of the result. | Validator | ||
[statico]
Invokes all the validators in the validators Array. | Validator | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Metodi protetti
Eventi
Costanti protette
Descrizione delle proprietà
DateOrderErrorMessage | proprietà |
public var DateOrderErrorMessage:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10 |
Versioni 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 | proprietà |
difference:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The difference, in days, between end date of child project or a workitem and the parent project.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get difference():int
public function set difference(value:int):void
ParentProjectDateOrderErrorMessage | proprietà |
public var ParentProjectDateOrderErrorMessage:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10 |
Versioni 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.
Descrizione della funzione di costruzione
EndDateOrderValidator | () | Funzione di costruzione |
public function EndDateOrderValidator()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for EndDateOrderValidator
class.
Tue Jun 12 2018, 02:44 PM Z