Package | Description |
---|---|
net.pricefx.formulaengine.scripting | |
net.pricefx.server.dto.calculation |
Modifier and Type | Method and Description |
---|---|
AttributedResult |
PublicGroovyAPI.attributedResult(Object result)
Creates an
AttributedResult object to be returned as a result of an output element. |
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.