Package | Description |
---|---|
de.xima.fc.gui.common.converter |
Modifier and Type | Class and Description |
---|---|
class |
DurationPartsConverter
A
IComponentValueConverter for splitting a Duration field into its components. |
class |
TypePartsConverter
Implementation of a
IComponentValueConverter that provides only a single value, but offers additional methods
to convert this value to different types, see TypePartsConverter.TypeConvertibleMap . |
Modifier and Type | Field and Description |
---|---|
static IComponentValueConverter<Duration,String> |
DurationPartsConverter.DAYS_HOURS_MINUTES
The immutable, thread-safe instance of a converter for splitting a
Duration 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 a
Duration field into its weeks, days, and
hours. |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.