Child pages
  • Providing UI Converters from Plugins

Versions Compared

Key

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

...

To do this, the plugin must implement interface IUIConverterProvider to produce IUIConverter instances in the getUIConverters() method, see http://www.servoy.com/docs/public-api/70x/com/servoy/j2db/plugins/IUIConverterProvider.html api docs.

An IUIConverter converter has 3 methods:

...