Class clove::DataBindingConverterΒΆ

class clove::DataBindingConverter

A data binding converter maps values between ui representation and data model in a custom way.

Public Functions

convertTo(x)

Converts an original datasource value to a user interface representation.

Parameters
  • x: The original datasource value.

convertFrom(y)

Converts a user interface representation to an original datasource value.

Parameters
  • y: The user interface representation value.