| Pacote | spark.validators.supportClasses |
| Classe | public class NumberValidatorBase |
| Herança | NumberValidatorBase GlobalizationValidatorBase GlobalizationBase AdvancedStyleClient EventDispatcher Object |
| Subclasses | CurrencyValidator, NumberValidator |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
NumberValidatorBase class contains all the common functionality that is
required by the NumberValidator and
CurrencyValidator classes.
Sintaxe MXML
Ocultar sintaxe MXMLThe <s:NumberValidator> tag
inherits all of the tag attributes of its superclass,
and adds the following tag attributes:
<s:NumberValidatorBase
Properties
allowNegative="true"
decimalPointCountError="The decimal separator can only occur once."
decimalSeparator="locale specified string or customized by user."
digitsType="locale specified string or customized by user."
domain="real"
fractionalDigits="locale specified string or customized by user."
fractionalDigitsError="The amount entered has too many digits beyond the decimal point."
greaterThanMaxError="The number entered is too large."
groupingSeparator="locale specified string or customized by user."
invalidCharError="The input contains invalid characters."
invalidFormatCharsError="One of the formatting parameters is invalid."
lessThanMinError="The amount entered is too small."
localeUndefinedError="Locale is undefined."
maxValue="NaN"
minValue="NaN"
negativeError="The amount may not be negative."
negativeSymbolError="The negative symbol is repeated or not in right place."
notAnIntegerError="The number must be an integer."
parseError="The input string could not be parsed."
/>
Elementos da API relacionados
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | actualLocaleIDName : String [somente leitura]
The name of the actual locale ID used by this class object. | GlobalizationBase | |
| allowNegative : Boolean
Specifies whether negative numbers are permitted. | NumberValidatorBase | ||
![]() | className : String [somente leitura]
The name of the component class. | AdvancedStyleClient | |
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
| decimalPointCountError : String
Error message when the decimal separator character occurs more than
once. | NumberValidatorBase | ||
| decimalSeparator : String
The decimal separator character used for validating numbers that have
a decimal part. | NumberValidatorBase | ||
| digitsType : uint
Defines the set of digit characters to be used when
validating numbers. | NumberValidatorBase | ||
| domain : String
Type of number to be validated. | NumberValidatorBase | ||
![]() | enabled : Boolean
Setting this value to false will stop the validator
from performing validation. | GlobalizationValidatorBase | |
| fractionalDigits : int
The maximum number of digits that can appear after the decimal
separator. | NumberValidatorBase | ||
| fractionalDigitsError : String
Error message when fraction digits exceeds the value specified
by the fractionalDigits property. | NumberValidatorBase | ||
| greaterThanMaxError : String
Error message when the value exceeds the maxValue property. | NumberValidatorBase | ||
| groupingSeparator : String
The character or string used for the grouping separator. | NumberValidatorBase | ||
![]() | id : String
The identity of the component. | AdvancedStyleClient | |
![]() | inheritingStyles : Object
An object containing the inheritable styles for this non-visual
style client instance. | AdvancedStyleClient | |
| invalidCharError : String
Error message when the value contains invalid characters. | NumberValidatorBase | ||
| invalidFormatCharsError : String
Error message when the value contains invalid format characters, which
means that it contains a digit or minus sign (-) as a separator
character, or it contains two or more consecutive separator characters. | NumberValidatorBase | ||
| lastOperationStatus : String [substituir] [somente leitura]
The status of the most recent operation that this class object
performed. | NumberValidatorBase | ||
| lessThanMinError : String
Error message when the value is less than the minValue. | NumberValidatorBase | ||
![]() | listener : Object
Specifies the validation listener. | GlobalizationValidatorBase | |
| localeUndefinedError : String
Error message when the locale is undefined or is not available. | NumberValidatorBase | ||
| maxValue : Number
Maximum value for a valid number. | NumberValidatorBase | ||
| minValue : Number
Minimum value for a valid number. | NumberValidatorBase | ||
![]() | moduleFactory : IFlexModuleFactory
A module factory is used as context for
finding the style manager that controls the styles for this
non-visual style client instance. | AdvancedStyleClient | |
| negativeError : String
Error message when the value is negative and the
allowNegative property is false. | NumberValidatorBase | ||
| negativeSymbol : String [somente leitura]
The negative symbol to be used when validating negative values. | NumberValidatorBase | ||
| negativeSymbolError : String
Error message when the negative symbol is repeated or is in wrong place. | NumberValidatorBase | ||
![]() | nonInheritingStyles : Object
The beginning of this component's chain of non-inheriting styles. | AdvancedStyleClient | |
| notAnIntegerError : String
Error message when the number must be an integer, as defined
by the domain property. | NumberValidatorBase | ||
| parseError : String
Error message when number could not be parsed. | NumberValidatorBase | ||
![]() | property : String
A String specifying the name of the property
of the source object that contains
the value to validate. | GlobalizationValidatorBase | |
![]() | required : Boolean = true
If true, specifies that a missing or empty
value causes a validation error. | GlobalizationValidatorBase | |
![]() | requiredFieldError : String
Error message when a value is missing and the
required property is true. | GlobalizationValidatorBase | |
![]() | source : Object
Specifies the object containing the property to validate. | GlobalizationValidatorBase | |
![]() | styleDeclaration : CSSStyleDeclaration
The style declaration that holds the inline styles declared by this
object. | AdvancedStyleClient | |
![]() | styleManager : IStyleManager2 [somente leitura]
Returns the StyleManager instance used by this component. | AdvancedStyleClient | |
![]() | styleName : Object
The source of this object's style values. | AdvancedStyleClient | |
![]() | styleParent : IAdvancedStyleClient
A component's parent is used to evaluate descendant selectors. | AdvancedStyleClient | |
![]() | trigger : IEventDispatcher
Specifies the component generating the event that triggers the
validator. | GlobalizationValidatorBase | |
![]() | triggerEvent : String
Specifies the event that triggers the validation. | GlobalizationValidatorBase | |
| Método | Definido por | ||
|---|---|---|---|
Constructor. | NumberValidatorBase | ||
![]() | 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 | |
![]() |
Deletes a style property from this component instance. | AdvancedStyleClient | |
![]() |
Envia um evento para o fluxo de eventos. | EventDispatcher | |
![]() |
Returns an Array of CSSStyleDeclaration objects for the type selector
that applies to this component, or null if none exist. | AdvancedStyleClient | |
![]() | [substituir]
Gets a style property that has been set anywhere in this
component's style lookup chain. | GlobalizationBase | |
![]() |
Returns true if currentCSSState is not null. | AdvancedStyleClient | |
![]() |
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 | |
![]() |
The initialized method is called when this class or a class that
extends this class is used in an MXML declaration. | AdvancedStyleClient | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Returns true if cssState matches currentCSSState. | AdvancedStyleClient | |
![]() |
Determines whether this instance is the same as, or is a subclass of,
the given type. | AdvancedStyleClient | |
![]() |
Propagates style changes to the children of this style client
instance. | AdvancedStyleClient | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Sets up the internal style cache values so that the
getStyle()
method functions. | AdvancedStyleClient | |
![]() |
Registers the EffectManager as one of the event listeners
for each effect event. | AdvancedStyleClient | |
![]() |
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Sets a style property on this component instance. | AdvancedStyleClient | |
![]() |
Detects changes to style properties. | AdvancedStyleClient | |
![]() |
Flex calls the stylesInitialized() method when
the styles for a component are first initialized. | AdvancedStyleClient | |
![]() |
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. | GlobalizationValidatorBase | |
![]() | [estático]
Invokes all the validators in the validators Array. | GlobalizationValidatorBase | |
![]() |
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 | |
Os estilos são comuns ou associados a um tema específico. Se o estilo for comum, poderá ser usado com qualquer tema. Se o estilo for associado a um tema específico, só poderá ser usado se o seu aplicativo usar esse tema.
allowNegative | propriedade |
allowNegative:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Specifies whether negative numbers are permitted.
Valid values are true or false.
O valor padrão é true.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get allowNegative():Boolean public function set allowNegative(value:Boolean):voiddecimalPointCountError | propriedade |
decimalPointCountError:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Error message when the decimal separator character occurs more than once.
O valor padrão é "The decimal separator can occur only once.".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get decimalPointCountError():String public function set decimalPointCountError(value:String):voiddecimalSeparator | propriedade |
decimalSeparator:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The decimal separator character used for validating numbers that have a decimal part.
This property is initially set based on the locale style of the validator object.
The default value is dependent on the locale and operating system.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get decimalSeparator():String public function set decimalSeparator(value:String):voidLança
TypeError — if this property is assigned a null value.
|
Elementos da API relacionados
digitsType | propriedade |
digitsType:uint| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Defines the set of digit characters to be used when validating numbers.
Different languages and regions use different sets of characters to represent the digits 0 through 9. This property defines the set of digits to be used.
The value of this property represents the Unicode value for
the zero digit of a decimal digit set.
The valid values for this property are defined in the
NationalDigitsType class.
The default value is dependent on the locale and operating system.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get digitsType():uint public function set digitsType(value:uint):voidElementos da API relacionados
domain | propriedade |
domain:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Type of number to be validated.
Permitted values are "real" and "int".
In ActionScript, you can use the following constants to set this
property:
NumberValidatorDomainType.REAL or
NumberValidatorDomainType.INT.
O valor padrão é "real".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get domain():String public function set domain(value:String):voidElementos da API relacionados
fractionalDigits | propriedade |
fractionalDigits:int| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The maximum number of digits that can appear after the decimal separator.
The default value is dependent on the locale and operating system.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get fractionalDigits():int public function set fractionalDigits(value:int):voidfractionalDigitsError | propriedade |
fractionalDigitsError:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Error message when fraction digits exceeds the value specified by the fractionalDigits property.
O valor padrão é "The amount entered has too many digits beyond the decimal point.".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get fractionalDigitsError():String public function set fractionalDigitsError(value:String):voidgreaterThanMaxError | propriedade |
greaterThanMaxError:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Error message when the value exceeds the maxValue property.
O valor padrão é "The number entered is too large.".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get greaterThanMaxError():String public function set greaterThanMaxError(value:String):voidgroupingSeparator | propriedade |
groupingSeparator:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The character or string used for the grouping separator.
The value of this property is used as the grouping separator when validating numbers. This property is initially set based on the locale that is selected when the validator object is constructed.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get groupingSeparator():String public function set groupingSeparator(value:String):voidLança
TypeError — if this property is assigned a null value.
The default value is dependent on the locale and operating system. |
Elementos da API relacionados
invalidCharError | propriedade |
invalidCharError:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Error message when the value contains invalid characters.
O valor padrão é "The input contains invalid characters.".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get invalidCharError():String public function set invalidCharError(value:String):voidinvalidFormatCharsError | propriedade |
invalidFormatCharsError:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Error message when the value contains invalid format characters, which means that it contains a digit or minus sign (-) as a separator character, or it contains two or more consecutive separator characters.
O valor padrão é "One of the formatting parameters is invalid.".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get invalidFormatCharsError():String public function set invalidFormatCharsError(value:String):voidlastOperationStatus | propriedade |
lastOperationStatus:String [somente leitura] [substituir] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The status of the most recent operation that this class object
performed.
The lastOperationStatus is set whenever the constructor
or a method of this class is called, or when a property is set.
For the possible values see the description under each method.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
override public function get lastOperationStatus():StringElementos da API relacionados
lessThanMinError | propriedade |
lessThanMinError:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Error message when the value is less than the minValue.
O valor padrão é "The amount entered is too small.".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get lessThanMinError():String public function set lessThanMinError(value:String):voidlocaleUndefinedError | propriedade |
localeUndefinedError:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Error message when the locale is undefined or is not available.
O valor padrão é "Locale is undefined.".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get localeUndefinedError():String public function set localeUndefinedError(value:String):voidmaxValue | propriedade |
maxValue:Number| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Maximum value for a valid number. A value of NaN means there is no maximum.
O valor padrão é NaN.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get maxValue():Number public function set maxValue(value:Number):voidminValue | propriedade |
minValue:Number| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Minimum value for a valid number. A value of NaN means there is no minimum.
O valor padrão é NaN.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get minValue():Number public function set minValue(value:Number):voidnegativeError | propriedade |
negativeError:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Error message when the value is negative and the
allowNegative property is false.
O valor padrão é "The amount may not be negative.".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get negativeError():String public function set negativeError(value:String):voidnegativeSymbol | propriedade |
negativeSymbol:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The negative symbol to be used when validating negative values.
This symbol is used when validating a negative number. This is read-only property as not all operating systems allow customizing of this property.
This property is set to a default value specified by the locale.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get negativeSymbol():StringElementos da API relacionados
negativeSymbolError | propriedade |
negativeSymbolError:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Error message when the negative symbol is repeated or is in wrong place.
O valor padrão é "The negative symbol is repeated or not in right place.".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get negativeSymbolError():String public function set negativeSymbolError(value:String):voidnotAnIntegerError | propriedade |
notAnIntegerError:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Error message when the number must be an integer, as defined
by the domain property.
O valor padrão é "The number must be an integer.".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get notAnIntegerError():String public function set notAnIntegerError(value:String):voidparseError | propriedade |
parseError:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Error message when number could not be parsed.
O valor padrão é "The input string could not be parsed.".
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento change .
Implementação
public function get parseError():String public function set parseError(value:String):voidNumberValidatorBase | () | Construtor |
public function NumberValidatorBase()| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
Constructor.
Wed Jun 13 2018, 11:10 AM Z
Mostrar sintaxe MXML