public interface IBindingConverter<SOURCE_TYPE,DESTINATION_TYPE>
Modifier and Type | Method and Description |
---|---|
SOURCE_TYPE |
convertDestination(DESTINATION_TYPE destinationValue)
Convert the destination value to the source value
|
DESTINATION_TYPE |
convertSource(SOURCE_TYPE sourceValue)
Convert the source value to the destination value
|
DESTINATION_TYPE convertSource(SOURCE_TYPE sourceValue)
sourceValue
- The source value to convert, may be nullSOURCE_TYPE convertDestination(DESTINATION_TYPE destinationValue)
destinationValue
- The destination value to convert, may be nullSiehe auch Jowidgets Nutzerhandbuch