Uses of Interface
org.omnifaces.utils.text.SubFormatter
-
Packages that use SubFormatter Package Description org.omnifaces.utils.text -
-
Uses of SubFormatter in org.omnifaces.utils.text
Methods in org.omnifaces.utils.text that return SubFormatter Modifier and Type Method Description static SubFormatter
SubFormatter. alternativeFormatter(String modifier, Locale locale)
Formatter that always formats the given modifier as a pattern instead of using the given parameter.default SubFormatter
SubFormatterFactory. apply(String modifier, Locale locale)
static SubFormatter
SubFormatter. booleanFormatter(String modifier, Locale locale)
static SubFormatter
SubFormatter. choiceFormatter(String modifier, Locale locale)
SubFormatter
SubFormatterFactory. createFormatter(String modifier, Locale locale)
static SubFormatter
SubFormatter. dateFormatter(String modifier, Locale locale)
static SubFormatter
SubFormatter. dateTimeFormatter(String modifier, Locale locale)
static SubFormatter
SubFormatter. numberFormatter(String modifier, Locale locale)
static SubFormatter
SubFormatter. optionalFormatter(String modifier, Locale locale)
static SubFormatter
SubFormatter. stringFormatter(String modifier, Locale locale)
static SubFormatter
SubFormatter. timeFormatter(String modifier, Locale locale)
-