Class ResultMatrix.ResultMatrixStyledCell
Object
ResultMatrix.AbstractResultMatrixCell
ResultMatrixStyledCell
- All Implemented Interfaces:
Serializable
,ResultMatrix.Cell
,ResultMatrix.StyledCell
,ResultMatrix.Cell
,ResultMatrix.StyledCell
- Enclosing class:
ResultMatrix
@Deprecated
public static class ResultMatrix.ResultMatrixStyledCell
extends ResultMatrix.AbstractResultMatrixCell
implements ResultMatrix.StyledCell
Deprecated.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Fields inherited from class ResultMatrix.AbstractResultMatrixCell
type, value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionwithAlignment
(String alignment) Deprecated.Specify the alignment of the cellwithBackground
(String bgColor) Deprecated.Set the background color of the cellDeprecated.Set the foreground color of the value fontDeprecated.Apply any other valid CSS instructions to the cellwithFontWeight
(String fontWeight) Deprecated.Set the font weight (in standard CSS terms) of the value textwithFormatting
(String formatting) Deprecated.Set the regular expression formatting of the cell.withToolTip
(String tooltip) Deprecated.Show a tooltip text in the cell
-
Field Details
-
color
Deprecated. -
background
Deprecated. -
fontweight
Deprecated. -
alignment
Deprecated. -
extraCSS
Deprecated. -
tooltip
Deprecated. -
formatting
Deprecated.
-
-
Constructor Details
-
ResultMatrixStyledCell
public ResultMatrixStyledCell()Deprecated.
-
-
Method Details
-
withColor
Deprecated.Description copied from interface:ResultMatrix.StyledCell
Set the foreground color of the value font- Specified by:
withColor
in interfaceResultMatrix.StyledCell
- Parameters:
color
-- Returns:
-
withBackground
Deprecated.Description copied from interface:ResultMatrix.StyledCell
Set the background color of the cell- Specified by:
withBackground
in interfaceResultMatrix.StyledCell
- Parameters:
bgColor
-- Returns:
-
withFontWeight
Deprecated.Description copied from interface:ResultMatrix.StyledCell
Set the font weight (in standard CSS terms) of the value text- Specified by:
withFontWeight
in interfaceResultMatrix.StyledCell
- Parameters:
fontWeight
-- Returns:
-
withAlignment
Deprecated.Description copied from interface:ResultMatrix.StyledCell
Specify the alignment of the cell- Specified by:
withAlignment
in interfaceResultMatrix.StyledCell
- Parameters:
alignment
-- Returns:
-
withToolTip
Deprecated.Description copied from interface:ResultMatrix.StyledCell
Show a tooltip text in the cell- Specified by:
withToolTip
in interfaceResultMatrix.StyledCell
- Parameters:
tooltip
-- Returns:
-
withCSS
Deprecated.Description copied from interface:ResultMatrix.StyledCell
Apply any other valid CSS instructions to the cell- Specified by:
withCSS
in interfaceResultMatrix.StyledCell
- Parameters:
extraCSS
-- Returns:
-
withFormatting
Deprecated.Description copied from interface:ResultMatrix.StyledCell
Set the regular expression formatting of the cell. For instance: '▲ {}%' use icon ▲ as a prefix, % sign as a suffix and the {} will be substituted with a value.
Note: keeping a value separate from the display text allows tools such as Actionable Insight or the AI Assistant to have direct access to the data, without the need to guess what should be filtered out.- Specified by:
withFormatting
in interfaceResultMatrix.StyledCell
- Parameters:
formatting
-- Returns:
-
ResultMatrix.StyledCell