Skip to main content

Declarative components

Declarative components are components that you can configure, without programming.

Note: many times you don't need to declare these components, most components are generated by default, based on your Class Configurations.

See also: Class configurations

One Entity Component

Use this component if you want to show one entity, with a custom set of properties.

Use the ONE ENTITY PROPERTIES tab to declare which properties you want to show. If you don't declare any properties, all properties are shown.

Grid Component

The grid component is not supported in Flutter/Dart.

Html Component

A simple, declarative component that doesn't need any data-source. Use this component if you want to show a static part of HTML in your User Interface.

Map Component

Use this component to display multiple entities on a map. This requires entities to have a property of type MapPoint.

Provide the following properties:

  • Map binding: required, property to use as GPS coordinates. (property of type MapPoint)
  • Detail binding1-3: not supported in Flutter/Dart.
  • Tooltip binding: not supported in Flutter/Dart.