org.chenillekit.tapestry.core.components.NumberFormat

Formats a Number object with the given mask.

[JavaDoc]

Component Parameters

Name Type Flags Default Default Prefix Description
mask String NOT Allow Null #,##0.0#;(#,##0.0#) literal the format mask.
value Number Required, NOT Allow Null prop the numeric value.

Back to index