Package | Description |
---|---|
net.pricefx.server.dto.calculation |
Modifier and Type | Method and Description |
---|---|
ResultMatrix.ResultMatrixStyledCell |
ResultMatrix.styledCell(Object value)
Creates a styled cell that can then be added as row value
|
ResultMatrix.ResultMatrixStyledCell |
ResultMatrix.styledCell(Object value,
String textColor,
String bgColor)
Creates a styled cell that can then be added as row value
|
ResultMatrix.ResultMatrixStyledCell |
ResultMatrix.styledCell(Object value,
String textColor,
String bgColor,
String weight)
Creates a styled cell that can then be added as row value
|
ResultMatrix.ResultMatrixStyledCell |
ResultMatrix.styledCell(Object value,
String textColor,
String bgColor,
String weight,
String alignment)
Creates a styled cell that can then be added as row value
|
ResultMatrix.ResultMatrixStyledCell |
ResultMatrix.ResultMatrixStyledCell.withAlignment(String alignment)
Specify the alignment of the cell
|
ResultMatrix.ResultMatrixStyledCell |
ResultMatrix.ResultMatrixStyledCell.withBackground(String bgColor)
Set the background color of the cell
|
ResultMatrix.ResultMatrixStyledCell |
ResultMatrix.ResultMatrixStyledCell.withColor(String color)
Set the foreground color of the value font
|
ResultMatrix.ResultMatrixStyledCell |
ResultMatrix.ResultMatrixStyledCell.withCSS(String extraCSS)
Apply any other valid CSS instructions to the cell
|
ResultMatrix.ResultMatrixStyledCell |
ResultMatrix.ResultMatrixStyledCell.withFontWeight(String fontWeight)
Set the font weight (in standard CSS terms) of the value text
|
ResultMatrix.ResultMatrixStyledCell |
ResultMatrix.ResultMatrixStyledCell.withToolTip(String tooltip)
Show a tooltip text in the cell
|
Copyright © 2019. All rights reserved.