Attributes |
currencyCode |
ISO 4217 currency code, applied only when formatting currencies. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
currencySymbol |
Currency symbol, applied only when formatting currencies. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
groupingUsed |
Flag specifying whether formatted output will contain grouping separators. Expressions must evaluate to a boolean. Default value is true. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
integerOnly |
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. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
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. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
maxFractionDigits |
Maximum number of digits that will be formatted in the fractional portion of the output. Expressions must evaluate to an int. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
maxIntegerDigits |
Maximum number of digits that will be formatted in the integer portion of the output. Expressions must evaluate to an int. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
minFractionDigits |
Minimum number of digits that will be formatted in the fractional portion of the output. Expressions must evaluate to an int. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
minIntegerDigits |
Minimum number of digits that will be formatted in the integer portion of the output. Expressions must evaluate to an int. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
pattern |
Custom formatting pattern which determins how the number string should be formatted and parsed. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
type |
Specifies how the number string will be formatted and parsed. Valid values are "number", "currency", and "percentage". Default value is "number". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
binding |
A ValueExpression that evaluates to an instance of javax.faces.convert.NumberConverter. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|