Uses of Interface
net.pricefx.formulaengine.scripting.portlets.ResultMatrix.StyledCell
Package
Description
Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of ResultMatrix.StyledCell in net.pricefx.formulaengine.scripting.portlets
Modifier and TypeMethodDescriptionResultMatrix.styledCell
(Object value) Creates a styled cell that can then be added as row valueResultMatrix.styledCell
(Object value, String textColor, String bgColor) Creates a styled cell that can then be added as row valueResultMatrix.styledCell
(Object value, String textColor, String bgColor, String weight) Creates a styled cell that can then be added as row valueResultMatrix.styledCell
(Object value, String textColor, String bgColor, String weight, String alignment) Creates a styled cell that can then be added as row valueResultMatrix.StyledCell.withAlignment
(String alignment) Specify the alignment of the cellResultMatrix.StyledCell.withBackground
(String bgColor) Set the background color of the cellSet the foreground color of the value fontApply any other valid CSS instructions to the cellResultMatrix.StyledCell.withFontWeight
(String fontWeight) Set the font weight (in standard CSS terms) of the value textResultMatrix.StyledCell.withFormatting
(String formatting) Set the regular expression formatting of the cell.ResultMatrix.StyledCell.withToolTip
(String tooltip) Show a tooltip text in the cell -
Uses of ResultMatrix.StyledCell in net.pricefx.server.dto.calculation
ResultMatrix.StyledCell