com.ds.fw.types.formatter
Class FwPercentageFormatter

java.lang.Object
  |
  +--com.ds.fw.types.formatter.FwFloatFormatter
        |
        +--com.ds.fw.types.formatter.FwPercentageFormatter

public class FwPercentageFormatter
extends FwFloatFormatter


Constructor Summary
FwPercentageFormatter()
          Creates new FwPercentageFormatter
 
Method Summary
static java.lang.String getPercentageSymbol(java.util.Locale inLocale)
          Gets the percentage symbol from the resource table
 
Methods inherited from class com.ds.fw.types.formatter.FwFloatFormatter
format, format, parseDouble, parseFloat, parseInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FwPercentageFormatter

public FwPercentageFormatter()
Creates new FwPercentageFormatter

Method Detail

getPercentageSymbol

public static java.lang.String getPercentageSymbol(java.util.Locale inLocale)
                                            throws java.lang.Exception
Gets the percentage symbol from the resource table

Parameters:
inLocale - - the locale
Returns:
the percentage symbol
Throws:
java.lang.Exception