Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.18 KB

UIComponents.md

File metadata and controls

37 lines (30 loc) · 1.18 KB
uid
UIComponents

UI components

A protocol typically contains a number of parameters that will be displayed (e.g., standalone parameters, tables, tree controls, buttons, etc.). This section provides an overview of the different UI components that can be defined in a protocol.

  • xref:UIComponentsVisualization
  • xref:UIComponentsLabel
  • xref:UIComponentsTextBox
  • xref:UIComponentsDropDownList
  • xref:UIComponentsComboBox
  • xref:UIComponentsSlider
  • xref:UIComponentsButton
  • xref:UIComponentsToggleButton
  • xref:UIComponentsPageButton
  • xref:UIComponentsDateTimePicker
  • xref:UIComponentsDurationPicker
  • xref:UIComponentsAnalog
  • xref:UIComponentsProgressBar
  • xref:UIComponentsTitle
  • xref:UIComponentsGroupBox
  • xref:UIComponentsChart
  • xref:UIComponentsTable
  • xref:UIComponentsCustomTableContextMenu
  • xref:UIComponentsMatrix
  • xref:UIComponentsTreeControl

Note

An example protocol "SLC SDF UI Components" is available in the Protocol Development Guide Companion Files.

See also

Coding Guidelines

  • User interface