Context List
The Context List component displays a tree of nested contexts based on a context mask. |
The Context List component displays a table or a tree table of contexts, updating the view automatically upon context creation, removal, or update. Optionally, the user can be allowed to access variables, fields, and actions of the listed contexts. The component includes various filtering options and the option for the user to create new groups based on dynamically constructed filter tables.
![]() | Several filtering options give granular and dynamic control over precisely which contexts will be displayed to the user. The following properties (described below in more detail) can be used to create a precise subset of contexts to display to the user. Suppose the task is to display a list of disconnected devices which belong to a particular user, and allow the user to select subsets based on device location. The Root property determines what context will be the root of the context tree displayed by the component. In this case, the Devices context would be selected as the root, since only children of this context will be displayed to the user. The Context Validity Rules is a validity expression evaluated for each child context of the Root. Only contexts where this expression evaluates to The Context Mask allows for further filtering, displaying only contexts which match the indicated context mask. This property could be dynamically updated with a binding, in such a way that the context mask will be The Filter List table can be used to create predefined filters, which the user can choose to apply via dropdown menu. In this example, suppose that the description of each device also includes its location, with descriptions like |
Public Variables (Properties)
[?]
The Context List component has the following basic properties and property groups that are common to all components:
Name, Advanced Properties, Container Properties, Styles, Preloader, Events, Bindings, Kebab Menu.
Inherited Variables (Properties)
The Context List component is internally based on the Data Table component, so it inherits its shared properties.
Root
Absolute context path indicating the context which will be the root node of the displayed context tree.
Variable Name: | root |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
root | String | Absolute context path for the root node of the displayed context tree. |
Context Validity Rules
Expression to determine whether a given context will appear in the context list. Behaves in the same way as the Validity Expression in server contexts. If the expression evaluates to true
, the context will be included in the component list, otherwise it will be excluded.
Variable Name: | validity |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
validity | String | Evaluated as a Validity Expression for each context matching the Context Mask |
Context Mask
Context mask which determines which contexts can be included in the context list. Only contexts matching the Context Mask will be displayed by the component.
Variable Name: | mask |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
mask | String | Context Mask |
Filter List
List of predefined filters. Every row defines a filter that the user can select from a dropdown menu and apply to their view of the contexts.
Variable Name: | filterList |
Records: | 0…Unlimited |
Record Format:
Field Name | Field Type | Field Description |
name | String | Name of filter to display to the user |
settings | Data Table | Properties defining filter behavior:
|
Keyword Filter
Every context in the context list is compared to the Keyword Filter. Only contexts which contain Keyword Filter string will be displayed. All contexts will be displayed if Keyword Filter is an empty string.
Variable Name: | keywordFilter |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
keywordFilter | String | Filtering string to apply to fields indicated by the Filter List property. |
Enable Multiple Row Selection
When enabled, the user will be able to select multiple contexts of identical type, and any actions selected from the Action Menu can be applied to all selected contexts.
Variable Name: | checkRows |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
checkRows | Boolean | Enable Multiple Row Selection |
Component Location
Determines the location and size of new windows (components) opened through users interacting with the Context List.
See Component Location for details on this property’s format and behavior.
Variable Name: | componentLocation |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
componentLocation | Data Table | Fields are defined in Component Location. |
Public Events
[?]
Inherited Events
Context List component is internally based on Data Table component, so it inherits its shared events.
Custom Events
No custom events.
Was this page helpful?