Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

5. Expressions

Expression is text that defines what should be displayed. Expressions is used by system in many occasions (like window header, tree node etc.) Expression uses field names defined in entity model.

5.1. Avalible expression elements

  • static text

Static text in expression, ex. 'hello'

  • '#'

This operator indicates usage of field name, ex. "#userName"

  • '+'

This operator concats two subexpressions, ex. "#userName + '(' + #userLogin + ')'"

  • '[' and ']'

use it when you want to get one of fields of corresponding entity (see ModelDefinitionOverview-belongsTo), ex. "#product['name']"