Uses of Class
net.pricefx.server.dto.calculation.AttributedResult
-
Packages that use AttributedResult Package Description net.pricefx.formulaengine.scripting net.pricefx.server.dto.calculation -
-
Uses of AttributedResult in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return AttributedResult Modifier and Type Method Description AttributedResultPublicGroovyAPI. attributedResult(Object result)Creates anAttributedResultobject to be returned as a result of an output element. -
Uses of AttributedResult in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation that return AttributedResult Modifier and Type Method Description AttributedResultAttributedResult. withBackgroundColor(String cssColor)Sets the background color.AttributedResultAttributedResult. withManualOverrideAllowEmpty(Boolean allow)In case the result element is overridable, this method defines if the selection box shows also the "empty value" option.AttributedResultAttributedResult. withManualOverrideValueOptions(List<Object> options)In case the result element is overridable, this method defines a set (list) of values tha the user can pick from (vs.AttributedResultAttributedResult. withRawCSS(String css)Adds any valid CSS style to the cell.AttributedResultAttributedResult. withSuffix(String suffix)Sets a suffix to be appended to the result.AttributedResultAttributedResult. withTextColor(String cssColor)Sets the text (foreground) color.AttributedResultAttributedResult. withTextDecoration(String textDecoration)Sets the decoration to be added to the resulting text.
-