Package to.etc.domui.converter

Interface Summary
IConvertable<T> Represents a interface for a component that accepts a converter to convert a value to T.
IConverter<T> Represents a converter pair, meaning something which can convert round-trip.
IConverterFactory A factory for creating IConverters to convert values.
IObjectToStringConverter<T> Converts any object of type T to a presentation string.
IParameterizedValidator<T>  
IStringToObjectConverter<T> Convert a presentation string to an object (value) instance.
IValueValidator<T> Defines a functor which validates a given value.
 

Class Summary
BooleanConverter  
BooleanConverterFactory  
CompoundKeyConverter URL Converter class which converts a (compound) primary key into a string and v.v.
ConverterRegistry A repository of Converter instances.
DateConverter  
DateConverterFactory This converter factory accepts java.util.Date types and returns an appropriate Date converter.
DateTimeConverter  
DefaultConverter The converter of last resort, accepting anything.
DefaultConverterFactory This is the default converter factory, which returns the default converter instance all of the time.
DomainListConverter Converts strings for properties whose domain is a value list (enum, boolean), using the metadata provided for that property.
DomainListConverterFactory This accepts all properties that have a list of values as their domain model.
DoubleConverter Converts a Double value to a string and v.v., the double is treated as a real number.
DoubleFactory Generic factory to accept double numeric values.
DummyConverter  
EnumConverter<E extends Enum<E>> This generic converter for enums should be used only as convertObjectToString renderer.
EnumFactory  
IntSizeConverter Converter to convert a computer "size" to a size in bytes, KB, MB, GB etc.
LongSizeConverter Converter to convert a computer "size" to a size in bytes, KB, MB, GB etc.
MaxMinValidator  
MiniScanner A helper class which handles string scanning for converters.
MoneyBigDecimalFullConverter  
MoneyBigDecimalNoSign  
MoneyBigDecimalNumeric  
MoneyBigDecimalTruncatedWithSign  
MoneyConverterFactory  
MoneyDoubleFullConverter This converts a Double containing a monetary amount to a full representation including thousands separator and valuta indicator.
MoneyDoubleNoSign Converter for NumericPresentation.MONEY_NO_SYMBOL.
MoneyDoubleNumeric Converter for NumericPresentation.MONEY_NUMERIC.
MoneyDoubleTruncatedWithSign Converter converting to a full money representation, including currency sign, thousands separators; this removes any zero fraction so 1000.00 is rendered like E 1,000
MoneyUtil Utility class to handle all kinds of monetary value presentation and conversion.
MsDurationConverter  
NumberConverter<T extends Number> Parameterizable converter for numbers.
NumericUtil  
PercentageDoubleConverter This converts a Double containing a percentage amount to a full representation including percentage sign.
SecondDurationConverter  
TimeOnlyConverter  
ValidatorRegistry Stuff to handle validation.