| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| BooleanConverter | |
| BooleanConverterFactory | |
| CompoundComparator<T> |
A list of comparators executed in order.
|
| 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 |
Converter for Date and Time.
|
| 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 |
DoubleConverter is now made as NumberConverter sub class.
|
| DoubleFactory |
Generic factory to accept double numeric values.
|
| DoubleSizeConverter |
Converter to convert a computer "size" to a size in bytes, KB, MB, GB etc.
|
| 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.
|
| MaxMinDateValidator |
Create a validator comparing minimum and maximum dates to this INCLUSIVE bound.
|
| MaxMinDateValidator.Builder |
Builder class for assigning minimum / maximum dates and there's error messages
The min or max date is mandatory, messages are optional.
|
| MaxMinExclusiveValidator |
This validator checks to see if a Number is between two exclusive bounds.
|
| MaxMinValidator |
This validator checks to see if a Number is between two inclusive bounds.
|
| MiniScanner |
A helper class which handles string scanning for converters.
|
| MinutesConverter |
Converts a double presentation to minutes considering
whole part of number as number of hours, and
digits after decimal point as minutes.
|
| 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 | |
| OldSecondDurationConverter | |
| PercentageDoubleConverter |
This converts a Double containing a percentage amount to a full representation
including percentage sign.
|
| PositiveNumberValidator |
Checks if the number is zero or greater then zero.
|
| PropertyComparator<T> |
This comparator compares the values of two properties inside some
objects, using the
PropertyMetaModel to define that property, and
a user-specific comparator to compare that value. |
| SecondDurationConverter | |
| TimeOnlyConverter | |
| TimeToSecondsConverter |
Converts time in a format [hh:]mm into an integer holding the number of seconds.
|
| ValidatorRegistry |
Stuff to handle validation.
|
Copyright © 2017 etc.to. All rights reserved.