Parsers - Constants
All constants declared on this script are detailed here
Default NumberParser constants
Contants that determine default values for the NumberParser
|
JST_DEFAULT_CURRENCY_INSIDE
Default value for property: currencyInside |
|
JST_DEFAULT_CURRENCY_SYMBOL
Default value for property: currencySymbol |
|
JST_DEFAULT_DECIMAL_DIGITS
Default value for property: decimalDigits |
|
JST_DEFAULT_DECIMAL_SEPARATOR
Default value for property: decimalSeparator |
|
JST_DEFAULT_GROUP_SEPARATOR
Default value for property: groupSeparator |
|
JST_DEFAULT_GROUP_SIZE
Default value for property: groupSize |
|
JST_DEFAULT_NEGATIVE_PARENTHESIS
Default value for property: negativeParenthesis |
|
JST_DEFAULT_SPACE_AFTER_CURRENCY
Default value for property: spaceAfterCurrency |
|
JST_DEFAULT_USE_CURRENCY
Default value for property: useCurrency |
|
JST_DEFAULT_USE_GROUPING
Default value for property: useGrouping |
Default DateParser constants
Contants that determine default values for the DateParser
|
JST_DEFAULT_DATE_MASK
Default value for property: mask |
|
JST_DEFAULT_ENFORCE_LENGTH
Default value for property: enforceLength |
Default BooleanParser constants
Contants that determine default values for the BooleanParser
|
JST_DEFAULT_FALSE_VALUE
Default value for property: falseValue |
|
JST_DEFAULT_TRUE_VALUE
Default value for property: trueValue |