Skip to main content
Version: 8.3 Beta 🚧

Vision - Roster Management

Component Palette Icon:

Description​

The user management panel provides a built-in way to edit rosters from a client.

note

The Alarm Notification module is required in order to use the Roster Management component.

Properties​

NameDescriptionProperty TypeScriptingCategory
BorderThe border surrounding this component. Options are No border, Etched (Lowered), Etched (Raised), Bevel (Lowered), Bevel (Raised), Bevel (Double), and Field Border.
Note: The border is unaffected by rotation.
Border.borderCommon
EnabledIf disabled, a component cannot be used.boolean.componentEnabledCommon
NameThe name of this component.String.nameCommon
QualityThe data quality code for any Tag bindings on this component.QualityCode.qualityData
StylesContains the component's styles.Dataset.stylesAppearance
Table ColorChanges the background color of the table rows. When a row is selected, its color will revert to highlighted.Color.tableBackgroundAppearance
Table Header ColorChanges the background color of the table headers.Color.tableHeaderBackgroundAppearance
Table Header Text ColorChanges the text color of the table headers.Color.tableHeaderForegroundAppearance
Table Text ColorChanges the text color of the table rows. When a row is selected, its text will revert to black.Color.tableForegroundAppearance
User SourceThe user source to manage users in. If blank, uses the project's default user source.String.addFromUserSourceBehavior
VisibleIf disabled, the component will be hidden.boolean.visibleCommon
Window ColorChanges the background color of the window.Color.windowBackgroundAppearance
Window Header ColorChanges the background color of the window header.Color.windowHeaderBackgroundAppearance
Window Header Save Button BackgroundChanges the background color of the window header save button.Color.windowHeaderSaveButtonBackgroundAppearance
Window Header Save Button Text ColorChanges the text color of the window header save button.Color.windowHeaderSaveButtonForegroundAppearance
Window Header Text ColorChanges the window header text color.Color.windowHeaderForegroundAppearance
Window Text ColorChanges the window header text color.Color.windowForegroundAppearance

Scripting​

See the Vision - Roster Management Scripting Functions page for the full list of scripting functions available for this component.

Event Handlers​

Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page.

Customizers​