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 TypeClassDescriptionclassAIComponentValueConverterfor splitting aDurationfield into its components.classImplementation of aIComponentValueConverterthat 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_MINUTESThe immutable, thread-safe instance of a converter for splitting aDurationfield into its days, hours, and minutes.static final IComponentValueConverter<?,?> TypePartsConverter.INSTANCEThe immutable instance of this converter.static final IComponentValueConverter<Duration,String> DurationPartsConverter.WEEKS_DAYS_HOURSThe immutable, thread-safe instance of a converter for splitting aDurationfield into its weeks, days, and hours.