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 AttributedResult
PublicGroovyAPI. attributedResult(Object result)
Creates anAttributedResult
object 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 AttributedResult
AttributedResult. withBackgroundColor(String cssColor)
Sets the background color.AttributedResult
AttributedResult. withManualOverrideAllowEmpty(Boolean allow)
In case the result element is overridable, this method defines if the selection box shows also the "empty value" option.AttributedResult
AttributedResult. 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.AttributedResult
AttributedResult. withRawCSS(String css)
Adds any valid CSS style to the cell.AttributedResult
AttributedResult. withSuffix(String suffix)
Sets a suffix to be appended to the result.AttributedResult
AttributedResult. withTextColor(String cssColor)
Sets the text (foreground) color.AttributedResult
AttributedResult. withTextDecoration(String textDecoration)
Sets the decoration to be added to the resulting text.
-