StiComboBoxElementViewHelper Class

Namespace: Stimulsoft.Viewer.Helpers.Dashboards

Methods

Method Returns Description
comboBoxItem static    
getColumnPath static string  
getElementItems static Promise<  
getKeyMeterIndex static number  
getNameMeterIndex static number  
getSettings static any  

Method Details

comboBoxItem static

comboBoxItem(label: string, value: any): void

Parameters

  • label (string)
  • value (any)

getColumnPath static

getColumnPath(comboBoxElement: IStiComboBoxElement): string

Parameters

  • comboBoxElement (IStiComboBoxElement)

Returns string


getElementItems static

getElementItems(comboBoxElement: IStiComboBoxElement): Promise<

Parameters

  • comboBoxElement (IStiComboBoxElement)

Returns Promise<


getKeyMeterIndex static

getKeyMeterIndex(table: StiDataTable): number

Parameters

Returns number


getNameMeterIndex static

getNameMeterIndex(table: StiDataTable): number

Parameters

Returns number


getSettings static

getSettings(comboBoxElement: IStiComboBoxElement): any

Parameters

  • comboBoxElement (IStiComboBoxElement)

Returns any

Fields

Field Type Description
keyIndex any  
nameIndex any