Child pages
  • Data UI Conversion

Versions Compared

Key

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

...

Note

UI converters are currently not supported by the Solution Model.

Stoc

Configuring UI

...

Converters in

...

Form Editor

The UI converter is configured at element level in the form editor.
It is edited as part of the format property of an element.

The format property editor allows configuration of the UI converter (mark the checkbox and select one of the available converters).

Built-in UI

...

Converter (GlobalMethodConverter)

Servoy delivers one built-in UI converter, the GlobalMethodConverter, which can also be used as database value converter.
The GlobalMethodConverter has 3 properties:

...

The image below shows how data is displayed in the UI:

UI Converter from

...

Java Code (plugin)

A UI converter can be contributed by a java plugin.

See Providing UI Converters From from Plugins for an example on how to implement a plugin which provides a UI converter.