Equipment Selector
Used to select equipment in Qubes.
Properties
| Property | Description |
| AutoCompleteMode | Defines how the selectors behave. There are two possible values: Start/Contains. |
| Enabled | Boolean indicating whether or not the component is enabled. |
| Family | Limits the list to equipment in the specified family (Name). |
| FormatDisplayValue | Macro string defining a display format for the text in the selector's text zone. Only the fields used to define display formats will be used to filter the elements in the selector list. |
| FormatResultValue | Macro string defining a format for the value returned by the selector. |
| FormatSelectValue | Macro string defining a display format for an element in the selector list. These fields are not used to filter the elements in the selector list. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| Nature | Limits the list to equipment of the specified nature (Name). |
| Parent | Limits the list to equipment whose parent is the specified equipment (GPAO_ID). |
| Responsable | Limits the list to equipment with the specified owner (Login). |
| SelectorColumns | List of fields to display as columns in the selector table that opens when the user clicks on a selector's button. |
| Service | Limits the list to equipment for the specified location service (ID). |
| Site | Limits the list to equipment for the specified site (ID, Name). |
| Statut | Limits the list to equipment with the specified status (ID). |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| Type | Limits the list to equipment of the specified type. |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| Visible | Boolean indicating whether or not the component will be visible. |
List of available fields
| Name | Description |
| ID | Equipment identifier |
| GPAO_ID | Equipment GPAO identifier |
| NAME | Equipment name |
| DESCRIPTION | Description of the equipment |
| NATURE | Nature of the equipment |
| FAMILY | Equipment family |
| TYPE | Type of equipment |
Value
The component returns the value defined by the FormatResultValue property, if the selection is valid; if not, it will return an empty string.