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. |
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<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.