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.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 textwithToolTip
(String tooltip) Deprecated.Show a tooltip text in the cell
-
Field Details
-
color
Deprecated. -
background
Deprecated. -
fontweight
Deprecated. -
alignment
Deprecated. -
extraCSS
Deprecated. -
tooltip
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:
-
ResultMatrix.StyledCell