StiComboBoxHelper Class

Namespace: Stimulsoft.Dashboard.Components.ComboBox

Methods

Method Returns Description
FetchDefaultUserFilters static List  
FetchItems static StiComboBoxItem[]  
GetKeyMeterExpression static string  
IsBlank static bool  

Method Details

FetchDefaultUserFilters static

FetchDefaultUserFilters(comboBoxElement: StiComboBoxElement): List

Parameters

  • comboBoxElement (StiComboBoxElement)

Returns List


FetchItems static

FetchItems(comboBoxElement: StiComboBoxElement, dataTable: StiDataTable, showBlanks: bool): StiComboBoxItem[]

Parameters

  • comboBoxElement (StiComboBoxElement)
  • dataTable (StiDataTable)
  • showBlanks (bool)

Returns StiComboBoxItem[]


GetKeyMeterExpression static

GetKeyMeterExpression(comboBoxElement: StiComboBoxElement): string

Parameters

  • comboBoxElement (StiComboBoxElement)

Returns string


IsBlank static

IsBlank(data: object): bool

Parameters

  • data (object)

Returns bool