Uses of Interface
de.xima.fc.gui.component.convertible.IComponentValueConverter
Packages that use IComponentValueConverter
-
Uses of IComponentValueConverter in de.xima.fc.gui.common.converter
Classes in de.xima.fc.gui.common.converter that implement IComponentValueConverterModifier and TypeClassDescriptionclass
AIComponentValueConverter
for splitting aDuration
field into its components.class
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 IComponentValueConverterModifier and TypeFieldDescriptionstatic final 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 final IComponentValueConverter<?,
?> TypePartsConverter.INSTANCE
The immutable instance of this converter.static final 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.