StiTableElementConditionHelper Class
Namespace: Stimulsoft.Dashboard.Components.Table
Methods
| Method | Returns | Description |
|---|---|---|
ProcessBackColor static |
Color? | |
ProcessFontStyle static |
FontStyle | |
ProcessForeColor static |
Color | |
getIconCondition static |
IStiTableElementCondition |
Method Details
ProcessBackColor static
ProcessBackColor(defaultColor: Color?, keyColumn: string, tableElement: StiTableElement, **: objectrowValues, **: stringcolumnKeys): Color?
Parameters
- defaultColor (Color?)
- keyColumn (string)
- tableElement (StiTableElement)
- ** (objectrowValues)
- ** (stringcolumnKeys)
Returns Color?
ProcessFontStyle static
ProcessFontStyle(fontText: Font, keyColumn: string, tableElement: StiTableElement, **: objectrowValues, **: stringcolumnKeys): FontStyle
Parameters
- fontText (Font)
- keyColumn (string)
- tableElement (StiTableElement)
- ** (objectrowValues)
- ** (stringcolumnKeys)
Returns FontStyle
ProcessForeColor static
ProcessForeColor(defaultColor: Color, keyColumn: string, tableElement: StiTableElement, **: objectrowValues, **: stringcolumnKeys): Color
Parameters
- defaultColor (Color)
- keyColumn (string)
- tableElement (StiTableElement)
- ** (objectrowValues)
- ** (stringcolumnKeys)
Returns Color
getIconCondition static
getIconCondition(keyColumn: string, tableElement: StiTableElement, **: objectrowValues, **: stringcolumnKeys): IStiTableElementCondition
Parameters
- keyColumn (string)
- tableElement (StiTableElement)
- ** (objectrowValues)
- ** (stringcolumnKeys)
Returns IStiTableElementCondition