Skip to main content

Company

This page provides generated reference documentation for the Company data model.

Repräsentiert den Wurzelknoten der gesamten Baumstruktur eines ApplicationDataModels.

Nach Umstellung aller Systeme auf das ApplicationDataModel wird dieses Modell nicht mehr von AbstractMajorDataModel erben. Siehe auch GroupDataModel.

Overview

PropertySummary
iconImage.
iconProcessSpecifies the icon dynamically. If the icon has no effect, neither will the result of the process.
titleTitle of your company (speaking name. may contain spaces and special characters.)
descriptionDescription
backgroundImageBackground image that is displayed in the application in the workspace when no tabs are open in the client.
backgroundColorSpecifies the background color which is selected through a wizard.
dropAliasDB alias used for the global drop process.

icon

Type: String

Image.
Depending on the datamodel, this has different effects:\

  • Entity: used as symbol in the designer. Do not confuse this property with the iconId property\
  • Context: used as symbol in the designer. If the contexts entity has an icon set, the entities icon is used\
  • System, Language, Role, Application: icon that appears only in the designer.\
  • Template: Same effect as on the respective component\
  • Alias, User: no effect\
  • Frame, Process, Report, NeonFrame: icon that appears in the designer and in the client for the frame.

iconProcess

Type: String

Specifies the icon dynamically. If the icon has no effect, neither will the result of the process.
Depending on the datamodel, the result of the process has to be different: When you can specify an icon-avatar-text (e.g. "VAADIN:USERS):
You've to return the icon-avatar.text with result.string(...) When you can specify an image in the icon:
This is returned as a string with the ID of the image in the ASYS_BINARIES via result.string().
Error messages from this process do not arrive at the client, they are only visible in the server log.


title

Type: String
Constraints: Verification: EVerifier.TITLE_LENGTH

Title of your company (speaking name. may contain spaces and special characters.)
This has no specific effect.


description

Type: String

Description


backgroundImage

Type: String

Background image that is displayed in the application in the workspace when no tabs are open in the client.


backgroundColor

Type: Color

Specifies the background color which is selected through a wizard.
At the application, the background is only colored when no tab has been opened.
The table fills only the table cells that are below the table headings, the table header itself is not affected by the background color.


dropAlias

Type: String

DB alias used for the global drop process.