Uses of Interface
to.etc.domui.converter.IConverterFactory

Packages that use IConverterFactory
to.etc.domui.converter   
 

Uses of IConverterFactory in to.etc.domui.converter
 

Classes in to.etc.domui.converter that implement IConverterFactory
 class BooleanConverterFactory
           
 class DateConverterFactory
          This converter factory accepts java.util.Date types and returns an appropriate Date converter.
 class DefaultConverterFactory
          This is the default converter factory, which returns the default converter instance all of the time.
 class DomainListConverterFactory
          This accepts all properties that have a list of values as their domain model.
 class DoubleFactory
          Generic factory to accept double numeric values.
 class EnumFactory
           
 class MoneyConverterFactory
           
 

Methods in to.etc.domui.converter with parameters of type IConverterFactory
static void ConverterRegistry.register(IConverterFactory cf)
          Registers the specified converter factory.