Meta
Used to apply Component or Control to parameter keys. In other words, when Meta is used when registering an Action of a Component's Service, it means that the Component is used as a parameter. For Control Meta, it refers to the Control itself.
INFO
The properties of Meta that Component or Control has as follows. These Meta properties can be entered into the parameter key and used as parameters.
Component Meta
Name | Description |
---|---|
boId | Business Object Id is used as a parameter. |
boTitle | Business Object Title is used as a parameter. |
component | Component type is used as a parameter. |
componentCreateDate | Component creation date is used as a parameter. |
componentModifyDate | Component last modification date is used as a parameter. |
componentId | Component Id is used as a parameter. It is a unique id associated with the Screen. |
componentMasterId | Component Master Id is used as a parameter. Multiple Components used across Screens can have the same id. |
title | Component title is used as a parameter. It displays the name of the Symbolic String. |
readOnly | Component's read-only status is used as a parameter. It can be set for Form or ToolbarForm. |
Control Meta
Name | Description |
---|---|
ControlId | Control Id is used as a parameter. |
title | Control title is used as a parameter. It displays the name of the Symbolic String. |
readOnly | Control's read-only status is used as a parameter. It can be set to 'Yes' or 'No'. |
enabled | Control's enabled status is used as a parameter. |
hidden | Control's visibility status is used as a parameter. It is similar to 'enabled', and it is recommended to set the Control's properties the same way. |
required | Control's required status is used as a parameter. |
calcFlag | Indicates whether the 'Calculator Expression' for a Business Object's Field is used as a parameter. If set to 'No', the 'Calculator Expression' is disabled. |
charDataType | Data type used in Char Component's ChartItem Control is used as a parameter. In the parameter, X means X-axis, Y means Y-axis, L means legend, T means Text. |
commCode | 'Common Code' code is used as a parameter. |
Component | Control type is used as a parameter. |
conDefaultValueType | Type of default value of Control is used as a parameter. It can be 'Fixed' or 'Script'. |
defaultValue | Default value of Control is used as a parameter. |
scriptFlag | Indicates whether the script in the conDefaultValue property of the Control is executed. |
data | Control's Data is used as a parameter. List or Grid Data is set from the Component, not the Control. |
seq | Display order of Control is used as a parameter. |
fieldId | Field Id of Business Object mapped to Control is used as a parameter. |
fieldTitle | Field Title of Business Object mapped to Control is used as a parameter. |
fieldType | Field Type of Business Object mapped to Control is used as a parameter. |
placeHolder | Control's Place Holder is used as a parameter. |
※ The Component Meta and Control Meta settings above must be entered exactly as the meta names in the Guide.