Skip to main content
Version: 8.1

Vision - Roster Management

Component Palette Icon:

Description​

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

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.

Changed in 8.1.21
As of 8.1.21, the "Button Border" and "Other Border" options are removed.
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 Color
New in 8.1.14
Changes the background color of the table rows. When a row is selected, its color will revert to highlighted.
Color.tableBackgroundAppearance
Table Header Color
New in 8.1.14
Changes the background color of the table headers.
Color.tableHeaderBackgroundAppearance
Table Header Text Color
New in 8.1.14
Changes the text color of the table headers.
Color.tableHeaderForegroundAppearance
Table Text Color
New in 8.1.14
Changes 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 Color
New in 8.1.14
Changes the background color of the window.
Color.windowBackgroundAppearance
Window Header Color
New in 8.1.14
Changes the background color of the window header.
Color.windowHeaderBackgroundAppearance
Window Header Save Button Background
New in 8.1.14
Changes the background color of the window header save button.
Color.windowHeaderSaveButtonBackgroundAppearance
Window Header Save Button Text Color
New in 8.1.14
Changes the text color of the window header save button.
Color.windowHeaderSaveButtonForegroundAppearance
Window Header Text Color
New in 8.1.14
Changes the window header text color.
Color.windowHeaderForegroundAppearance
Window Text Color
New in 8.1.14
Changes 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​