Uses of Package
to.etc.domui.converter

Packages that use to.etc.domui.converter
to.etc.domui.component.input   
to.etc.domui.component.meta   
to.etc.domui.component.meta.impl   
to.etc.domui.component.misc   
to.etc.domui.component.tbl   
to.etc.domui.converter   
to.etc.domui.dom.html   
to.etc.domui.util   
 

Classes in to.etc.domui.converter used by to.etc.domui.component.input
IConvertable
          Represents a interface for a component that accepts a converter to convert a value to T.
IConverter
          Represents a converter pair, meaning something which can convert round-trip.
IObjectToStringConverter
          Converts any object of type T to a presentation string.
IValueValidator
          Defines a functor which validates a given value.
 

Classes in to.etc.domui.converter used by to.etc.domui.component.meta
IConverter
          Represents a converter pair, meaning something which can convert round-trip.
IValueValidator
          Defines a functor which validates a given value.
 

Classes in to.etc.domui.converter used by to.etc.domui.component.meta.impl
IConverter
          Represents a converter pair, meaning something which can convert round-trip.
IValueValidator
          Defines a functor which validates a given value.
 

Classes in to.etc.domui.converter used by to.etc.domui.component.misc
IConvertable
          Represents a interface for a component that accepts a converter to convert a value to T.
IConverter
          Represents a converter pair, meaning something which can convert round-trip.
 

Classes in to.etc.domui.converter used by to.etc.domui.component.tbl
IConverter
          Represents a converter pair, meaning something which can convert round-trip.
IObjectToStringConverter
          Converts any object of type T to a presentation string.
 

Classes in to.etc.domui.converter used by to.etc.domui.converter
BooleanConverter
           
CompoundKeyConverter
          URL Converter class which converts a (compound) primary key into a string and v.v.
IConverter
          Represents a converter pair, meaning something which can convert round-trip.
IConverterFactory
          A factory for creating IConverters to convert values.
IObjectToStringConverter
          Converts any object of type T to a presentation string.
IStringToObjectConverter
          Convert a presentation string to an object (value) instance.
IValueValidator
          Defines a functor which validates a given value.
MiniScanner
          A helper class which handles string scanning for converters.
 

Classes in to.etc.domui.converter used by to.etc.domui.dom.html
IConverter
          Represents a converter pair, meaning something which can convert round-trip.
 

Classes in to.etc.domui.converter used by to.etc.domui.util
IConverter
          Represents a converter pair, meaning something which can convert round-trip.
IObjectToStringConverter
          Converts any object of type T to a presentation string.
IStringToObjectConverter
          Convert a presentation string to an object (value) instance.