render-kit: | HTML_EXTENDED |
jsp-tag: | convertNumber |
component-family: | javax.faces.webapp.ConverterTag |
renderer-type: |
This is an ICU4J converter for Numbers.
Attributes with a pass-through
value of
true
are not interpreted by the renderer and are passed
straight through to the rendered markup, without checking for validity. Attributes with a
pass-through
value of false
are interpreted
by the renderer, and may or may not be checked for validity by the renderer.
Attributes | |||||
attribute-name | pass-through | attribute-class | description | default-value | required |
---|---|---|---|---|---|
currencyCode
|
false | java.lang.String |
This is currency code to format the output with. | undefined | false |
currencySymbol
|
false | java.lang.String |
This is currency symbol to be used to format the output. | undefined | false |
groupingUsed
|
false | boolean |
This is the grouping to be used on the output | undefined | false |
integerOnly
|
false | boolean |
Set if you wish to display only the integer portion of the output | undefined | false |
locale
|
false | java.lang.String |
This is the locale used to format the output number. | undefined | false |
maxFractionDigits
|
false | java.lang.String |
This is maximum number of digits that will be formatted in the fractional portion of the output. | undefined | false |
minFractionDigits
|
false | java.lang.String |
This is minimum number of digits that will be formatted in the fractional portion of the output. | undefined | false |
maxIntegerDigits
|
false | java.lang.String |
This is maximum number of digits that will be formatted in the integer portion of the output. | undefined | false |
minIntegerDigits
|
false | java.lang.Object |
This is minimum number of digits that will be formatted in the integer portion of the output. | undefined | false |
pattern
|
false | java.lang.Object |
This is the pattern string to format the number to. If set overrides the pattern given by the currency and locale. | undefined | false |
type
|
false | java.lang.Object |
This is type of the number converter, either 'number', 'currency' or 'percent'. If not set, defaults to number. | number | false |