Uses of Class
org.pepstock.charba.client.intl.Script
-
Packages that use Script Package Description org.pepstock.charba.client.intl Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting. -
-
Uses of Script in org.pepstock.charba.client.intl
Methods in org.pepstock.charba.client.intl that return Script Modifier and Type Method Description ScriptCLocale. getScript()Returns the script code of the locale.
It could benull.static ScriptScript. valueOf(String name)Returns the enum constant of this type with the specified name.static Script[]Script. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pepstock.charba.client.intl with parameters of type Script Modifier and Type Method Description CLocaleBuilderCLocaleBuilder. setScript(Script script)Sets the script code of the locale.
-