Uses of Interface
net.pricefx.formulaengine.scripting.portlets.ResultMatrix.StyledCell
Packages that use ResultMatrix.StyledCell
-
Uses of ResultMatrix.StyledCell in net.pricefx.formulaengine.scripting.portlets
Methods in net.pricefx.formulaengine.scripting.portlets that return ResultMatrix.StyledCellModifier 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