Last Published: 2009-05-10 02:32:83
Tapestry
|
Project Home
Project Home
Module Home
Components
Demo
Reference
Bindings
Loop
List
Ognl
Messages
Project Documentation
Project Information
Project Reports
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