NumberConverter
to automatically drop/imply currency and percent symbol. See ImplicitNumberConverter showcase.Info | Value |
---|---|
Converter ID | omnifaces.ImplicitNumberConverter |
Handler Class | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
currencyCode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Sets the ISO 4217 currency code when type="currency" is used. For example "USD". |
currencySymbol | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Sets the currency symbol when type="currency" is used without any currencyCode. For example "$". |
locale | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Sets the locale to be used. When unspecified this defaults to view root locale. |
type | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Sets the number type to be used. Valid values are "currency" and "percent". |
Output generated by Vdldoc View Declaration Language Documentation Generator.