Class StiTableElementConditionHelper
Hierarchy
-
StiTableElementConditionHelper
Methods
Static processBackColor
- processBackColor(defaultColor: Color, keyColumn: string, tableElement: StiTableElement, rowValues: any[], columnKeys: string[]): Promise<Color>
-
Parameters
-
defaultColor: Color
-
keyColumn: string
-
-
rowValues: any[]
-
columnKeys: string[]
Returns Promise<Color>
Static processFontStyle
- processFontStyle(fontText: Font, keyColumn: string, tableElement: StiTableElement, rowValues: any[], columnKeys: string[]): Promise<FontStyle>
-
Parameters
-
fontText: Font
-
keyColumn: string
-
-
rowValues: any[]
-
columnKeys: string[]
Static processForeAndBackColor
- processForeAndBackColor(defaultForeColor: Color, defaultBackColor: Color, keyColumn: string, tableElement: StiTableElement, rowValues: any[], columnKeys: string[]): Promise<object>
-
Parameters
-
defaultForeColor: Color
-
defaultBackColor: Color
-
keyColumn: string
-
-
rowValues: any[]
-
columnKeys: string[]
Returns Promise<object>
Static processForeColor
- processForeColor(defaultColor: Color, keyColumn: string, tableElement: StiTableElement, rowValues: any[], columnKeys: string[]): Promise<Color>
-
Parameters
-
defaultColor: Color
-
keyColumn: string
-
-
rowValues: any[]
-
columnKeys: string[]
Returns Promise<Color>