Uses of Class
org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor

Packages that use FormattingDecimalConvertor
org.apache.cocoon.forms.datatype.convertor General purpose convertors for converting between string and object representations of things (numbers, dates, ...). 
 

Uses of FormattingDecimalConvertor in org.apache.cocoon.forms.datatype.convertor
 

Subclasses of FormattingDecimalConvertor in org.apache.cocoon.forms.datatype.convertor
 class FormattingDoubleConvertor
          A Convertor for Doubles backed by the DecimalFormat class.
 class FormattingFloatConvertor
          A Convertor for Floats backed by the DecimalFormat class.
 class FormattingIntegerConvertor
          A Convertor for Integers backed by the DecimalFormat class.
 class FormattingLongConvertor
          A Convertor for Longs backed by the DecimalFormat class.
 

Methods in org.apache.cocoon.forms.datatype.convertor that return FormattingDecimalConvertor
protected  FormattingDecimalConvertor FormattingLongConvertorBuilder.createConvertor()
           
protected  FormattingDecimalConvertor FormattingIntegerConvertorBuilder.createConvertor()
           
protected  FormattingDecimalConvertor FormattingFloatConvertorBuilder.createConvertor()
           
protected  FormattingDecimalConvertor FormattingDoubleConvertorBuilder.createConvertor()
           
protected  FormattingDecimalConvertor FormattingDecimalConvertorBuilder.createConvertor()
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.