Pacotemx.validators
Classepublic final class CurrencyValidatorAlignSymbol
HerançaCurrencyValidatorAlignSymbol Inheritance Object

The CurrencyValidatorAlignSymbol class defines value constants for specifying currency symbol alignment. These values are used in the CurrencyValidator.alignSymbol property.

Veja também

mx.validators.CurrencyValidator


Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constantes públicas
 ConstanteDefinido por
  ANY : String = "any"
[static] Specifies "any" as the alignment of the currency symbol for the CurrencyValidator class.
CurrencyValidatorAlignSymbol
  LEFT : String = "left"
[static] Specifies "left" as the alignment of the currency symbol for the CurrencyValidator class.
CurrencyValidatorAlignSymbol
  RIGHT : String = "right"
[static] Specifies "right" as the alignment of the currency symbol for the CurrencyValidator class.
CurrencyValidatorAlignSymbol
Detalhes da constante
ANYConstante
public static const ANY:String = "any"

Specifies "any" as the alignment of the currency symbol for the CurrencyValidator class.

LEFTConstante 
public static const LEFT:String = "left"

Specifies "left" as the alignment of the currency symbol for the CurrencyValidator class.

RIGHTConstante 
public static const RIGHT:String = "right"

Specifies "right" as the alignment of the currency symbol for the CurrencyValidator class.