public class ILocaleNumberFormatDescriptor
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<String> |
CURRENCY_SYM |
net.java.html.lib.Objs.Property<String> |
DECIMAL_SEP |
net.java.html.lib.Objs.Property<String> |
GROUP_SEP |
net.java.html.lib.Objs.Property<ILocaleNumberPatternDescriptor[]> |
PATTERNS |
| Modifier | Constructor and Description |
|---|---|
protected |
ILocaleNumberFormatDescriptor(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static ILocaleNumberFormatDescriptor |
$as(Object obj) |
String |
CURRENCY_SYM() |
String |
DECIMAL_SEP() |
String |
GROUP_SEP() |
ILocaleNumberPatternDescriptor[] |
PATTERNS() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<String> DECIMAL_SEP
public net.java.html.lib.Objs.Property<String> GROUP_SEP
public net.java.html.lib.Objs.Property<ILocaleNumberPatternDescriptor[]> PATTERNS
public net.java.html.lib.Objs.Property<String> CURRENCY_SYM
protected ILocaleNumberFormatDescriptor(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static ILocaleNumberFormatDescriptor $as(Object obj)
public String DECIMAL_SEP()
public String GROUP_SEP()
public ILocaleNumberPatternDescriptor[] PATTERNS()
public String CURRENCY_SYM()
Copyright © 2016. All rights reserved.