Property tree tab

The Property Tree tab displays a tree grid of all properties available for use in an application. Access this tab from the Classes and Properties landing page by by clicking Designer Studio > Data Model > Classes & Properties > Property Tree.

You can filter the list of properties displayed by clicking Advanced View and specifying the conditions you want to match. You can enter a text string in the Contains field to search for matches in the names (not the descriptions) of properties that match the other conditions you have set.

The resulting list of properties contains the following information. Click a column header to sort on that column.

Field

Description

Property The name of the property. Click the property to open its rule form to review or modify its custom control setting. To open the specification of the HTML source for the custom control itself, click its displayed name in the Control column.

Hover over a property name to display a panel with details about the property's persistence and the rules it references. Within that pop-up, click the names of the rules to open their corresponding forms for editing (for example, the property or the class group).

Description The property description.
Applies to The application the to which the property applies. Click to open the class rule for editing.
Type The type of property.
Control

The control to use to display the property. Click to open the specification of the HTML source for the custom control itself.

Displays "Default" unless the developer has specified a different control for this property, in which case the field displays the name of that control rule. Because the field width may truncate the name in the column, the Tooltip also displays the name.

Ruleset The ruleset version to which the property belongs. Click to open the RuleSet for editing.
Source

The property source:

  • If the property is used in the current applications, a blue square appears used in application. Otherwise the square is gray not used in application.
  • If the property is inherited from parent applications, the pyramid base is blue: from built on application.
  • If the property is defined in the current application, the pyramid top is blue: specified in current application.
Declare Expressions Hover to display a panel with details about the property's persistence and the rules it references. Click the expression to open it for editing or click Define Expression to create a Declare Expression.

Related Topics Link IconRelated information