Views
Class views are presets for browsing and managing class instances. Each view defines:
View name and description
Set of columns (class fields) to show when the view is used. The column table has the following fields:
Name | Type | Description |
---|---|---|
Name | String | Column Name (read only) |
Description | String | Column Description (read only) |
Group | String | Which group the column is assigned to (read only) |
Visibility | Integer | Options for presenting the column in the view:
|
Disable Editing | Boolean | Indicate whether editing should be disabled for the column when it is displayed by the view. |
Primary Key | Boolean | Indicates whether the column is a primary key (read only) |
Calculated Field | Boolean | Indicates whether the column is a calculated field. |
Class Field | Data Table | Available only when Calculated Field is |
Filter settings table, that restricts the set of instances shown.
Instance sorting settings. List of columns on which to sort the view.
Name | Type | Description |
---|---|---|
Name | String | Column Name |
Sort Order | Integer | Sort order for the indicated column.
|
View field bindings. Table of bindings to to apply to the view. Values of calculated class view columns upon view activation affect data presentation only. The actual class instance values will not be changed.
Name | Type | Description |
---|---|---|
Target | String | Column name where the expression evaluation result will be displayed. |
Expression | String | Binding expression to be evaluated for the class instance. |
Was this page helpful?