o

Tag implicitNumberConverter

Converter Information 
InfoValue
Converter IDomnifaces.ImplicitNumberConverter
Handler ClassNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
currencyCodefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
ISO 4217 currency code, applied only when formatting currencies.
currencySymbolfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Currency symbol, applied only when formatting currencies.
groupingUsedfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag specifying whether formatted output will contain grouping separators. Expressions must evaluate to a boolean. Default value is true.
integerOnlyfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag specifying whether only the integer part of the value will be formatted and parsed. Expressions must evaluate to a boolean. Default value is false.
localefalsejakarta.el.ValueExpression
(must evaluate to java.util.Locale)
Locale whose predefined styles for numbers are used during formatting and parsing. If not specified, the Locale returned by FacesContext.getViewRoot().getLocale() will be used. Expressions must evaluate to a java.util.Locale or a String that is valid to pass as the first argument to the constructor java.util.Locale(String language, String country). The empty string is passed as the second argument.
maxFractionDigitsfalsejakarta.el.ValueExpression
(must evaluate to int)
Maximum number of digits that will be formatted in the fractional portion of the output. Expressions must evaluate to an int.
maxIntegerDigitsfalsejakarta.el.ValueExpression
(must evaluate to int)
Maximum number of digits that will be formatted in the integer portion of the output. Expressions must evaluate to an int.
minFractionDigitsfalsejakarta.el.ValueExpression
(must evaluate to int)
Minimum number of digits that will be formatted in the fractional portion of the output. Expressions must evaluate to an int.
minIntegerDigitsfalsejakarta.el.ValueExpression
(must evaluate to int)
Minimum number of digits that will be formatted in the integer portion of the output. Expressions must evaluate to an int.
patternfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Custom formatting pattern which determins how the number string should be formatted and parsed.
typetruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies how the number string will be formatted and parsed. Valid values are "number", "currency", and "percent". Default value is "number".

Output generated by Vdldoc View Declaration Language Documentation Generator.