Class DefaultBaseFormatOptions
- java.lang.Object
-
- org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
-
- All Implemented Interfaces:
IsDefaultBaseFormatOptions
- Direct Known Subclasses:
DefaultDateTimeFormatOptions
,DefaultNumberFormatOptions
public class DefaultBaseFormatOptions extends Object implements IsDefaultBaseFormatOptions
INTL default values for locale matcher options for internationalization.- Author:
- Andrea "Stock" Stocchero
-
-
Field Summary
Fields Modifier and Type Field Description static IsDefaultBaseFormatOptions
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocaleMatcher
getLocaleMatcher()
Returns the locale matching algorithm to use.NumberingSystem
getNumberingSystem()
Returns the numbering system to use.
-
-
-
Field Detail
-
INSTANCE
public static final IsDefaultBaseFormatOptions INSTANCE
-
-
Method Detail
-
getLocaleMatcher
public LocaleMatcher getLocaleMatcher()
Description copied from interface:IsDefaultBaseFormatOptions
Returns the locale matching algorithm to use.- Specified by:
getLocaleMatcher
in interfaceIsDefaultBaseFormatOptions
- Returns:
- the locale matching algorithm to use
-
getNumberingSystem
public NumberingSystem getNumberingSystem()
Description copied from interface:IsDefaultBaseFormatOptions
Returns the numbering system to use.- Specified by:
getNumberingSystem
in interfaceIsDefaultBaseFormatOptions
- Returns:
- the numbering system to use
-
-