Property Inheritance in Canvas Controls
Property Inheritance
Property inheritance is a widely used concept in Canvas. The application supports an explicit relationship between screens, objects, and controls, where certain property values, such as SiteService and facility tags, are passed from one element to another via an inheritance framework. Screens, objects, and controls can be configured as property senders or property receivers and provide configuration options where you can explicitly define the source of the SiteService and facility. Depending on how you have your screens, objects, and controls set up, the SiteService and facility may come from any one of the following sources:
- from itself — indicated by selecting <Self> and then explicitly configuring the property
- inherited from the screen — indicated by selecting Screen, which is always present as a sender
- inherited from another control — indicated by selecting the Name of the sending control
Broadcasting
Screens and objects support an additional notification option to broadcast their SiteService and facility selection changes to other open screens running in the Canvas or Canvas View application. If configured, a <Broadcast> option is available to source the screen's SiteService and facility properties from another open screen.
For example, a text tool can be configured to get its facility from the screen and the screen can be configured to get its facility from a tag chooser. Or Screen_A might source its facility from Screen_B, which gets its facility from a tag chooser.
Receiver or Sender
The following table indicates which controls can receive or send SiteService and/or facility tags from/to the screen or other controls:
| Receive from | Send to | |||
|---|---|---|---|---|
| SiteService | Facility | SiteService | Facility | |
| Alarm Grid |
|
- | - |
|
| Button |
|
|
- | - |
| Chart |
|
|
- | - |
| CygNet Grid |
|
|
- |
|
| Detail |
|
|
- | - |
| Donut |
|
|
- | - |
| Heat Map | - |
|
- |
|
| Image |
|
|
- | - |
| Linear Gauges |
|
|
- | - |
| Nested View |
|
|
- | - |
| Object |
|
|
|
|
| Object Container |
|
|
- | - |
| Relative Facility Tree | - | - | - |
|
| Screen |
|
|
|
|
| Search Box |
|
- | - |
|
| Shape |
|
|
- | - |
| Sparkline |
|
|
- | - |
| Tag Chooser | - | - | - |
|
| Text Tool |
|
|
- | - |
| Tile View | - |
|
- | - |
| Tree Map | - |
|
- |
|
| Value Indicator |
|
|
- | - |
