Child pages
  • Providing UI Converters from Plugins

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • convertFromObject()
    Convert from UI value to dataprovider value
  • convertToObject()
    Converts from dataprovider value to UI value
  • type (one of TEXT, INTEGER, NUMBER, DATETIME or MEDIA)
    The UI data type (so the resulting type of the convertToObject()).
    This type can be provided by using the IColumnTypes constants.

The implemented UI converters returned by the getUIConverters() method of the plugin class implementing the IUIConverterProvider interface, will be then checked by the plugin manager which will add them to the list of Servoy UI converters.

...