| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.util.NumberSymbols
Field Summary | |
| public | currencySymbol: String |
| The currencySymbol symbol | |
| public | decimalSeparator: String |
| The decimalSeparator symbol | |
| public | digit: String |
| The digit symbol | |
| public | exponential: String |
| The exponential symbol | |
| public | groupingSeparator: String |
| The groupingSeparator symbol | |
| public | infinity: String |
| The infinity symbol | |
| public | intlCurrencySymbol: String |
| The intlCurrencySymbol symbol | |
| public | locale: Locale |
| The locale | |
| public | minusSign: String |
| The minusSign symbol | |
| public | monetarySeparator: String |
| The monetarySeparator symbol | |
| public | NaN: String |
| The NaN symbol | |
| public | numberPatterns: Array |
| The numberPatterns symbol | |
| public | patternSeparator: String |
| The patternSeparator symbol | |
| public | percent: String |
| The percent symbol | |
| public | perMill: String |
| The perMill symbol | |
| public | zeroDigit: String |
| The zeroDigit symbol | |
Constructor | |
| public | NumberSymbols ( locale1: Locale) |
| Constructor On creation the number symbols data will be read from the locale | |
| public var currencySymbol: String |
| The currencySymbol symbol |
| public var decimalSeparator: String |
| The decimalSeparator symbol |
| public var digit: String |
| The digit symbol |
| public var exponential: String |
| The exponential symbol |
| public var groupingSeparator: String |
| The groupingSeparator symbol |
| public var infinity: String |
| The infinity symbol |
| public var intlCurrencySymbol: String |
| The intlCurrencySymbol symbol |
| public var locale: Locale |
| The locale |
| public var minusSign: String |
| The minusSign symbol |
| public var monetarySeparator: String |
| The monetarySeparator symbol |
| public var NaN: String |
| The NaN symbol |
| public var numberPatterns: Array |
| The numberPatterns symbol |
| public var patternSeparator: String |
| The patternSeparator symbol |
| public var percent: String |
| The percent symbol |
| public var perMill: String |
| The perMill symbol |
| public var zeroDigit: String |
| The zeroDigit symbol |
|
| Constructor On creation the number symbols data will be read from the locale | |||
|