Uses of Interface
de.xima.fc.gui.component.convertible.IComponentValueConverter
-
Packages that use IComponentValueConverter Package Description de.xima.fc.gui.common.converter -
-
Uses of IComponentValueConverter in de.xima.fc.gui.common.converter
Classes in de.xima.fc.gui.common.converter that implement IComponentValueConverter Modifier and Type Class Description class
DurationPartsConverter
AIComponentValueConverter
for splitting aDuration
field into its components.class
TypePartsConverter
Implementation of aIComponentValueConverter
that provides only a single value, but offers additional methods to convert this value to different types, seeTypePartsConverter.TypeConvertibleMap
.Fields in de.xima.fc.gui.common.converter declared as IComponentValueConverter Modifier and Type Field Description static IComponentValueConverter<Duration,String>
DurationPartsConverter. DAYS_HOURS_MINUTES
The immutable, thread-safe instance of a converter for splitting aDuration
field into its days, hours, and minutes.static IComponentValueConverter<?,?>
TypePartsConverter. INSTANCE
The immutable instance of this converter.static IComponentValueConverter<Duration,String>
DurationPartsConverter. WEEKS_DAYS_HOURS
The immutable, thread-safe instance of a converter for splitting aDuration
field into its weeks, days, and hours.
-